* {
    margin: 0;
    padding: 0;

}

.hai {
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0)50%, rgba(0, 0, 0, 0)50%), url("../images/carbg2.jpg");
    background-position: center;
    background-size: cover;
    height: 109vh;
    animation: infiniteScrollBg 50s linear infinite;
}

.main {
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0)50%, rgba(0, 0, 0, 0)50%);
    background-position: center;
    background-size: cover;
    height: 109vh;
    animation: infiniteScrollBg 50s linear infinite;
}

.navbar {
    display: flex;
    justify-content: space-between;
    /* width: 1200px; */
    height: 75px;
    margin: auto;
}

.icon {
    /* width:200px; */
    float: left;
    height: 70px;
}

.logo {
    color: #ff7200;
    font-size: 35px;
    font-family: Arial;
    padding-left: 20px;
    float: left;
    padding-top: 10px;

}

.menu {
    /* width: 400px; */
    float: left;
    height: 70px;

}

ul {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li {
    list-style: none;
    margin-left: 62px;
    margin-top: 27px;
    font-size: 14px;

}

ul li a {
    text-decoration: none;
    color: black;
    font-family: Arial;
    font-weight: bold;
    transition: 0.4s ease-in-out;

}

ul li a:hover {
    color: orange;

}

.search {
    width: 330px;
    float: left;
    margin-left: 270px;

}

.srch {
    font-family: 'Times New Roman';
    width: 200px;
    height: 40px;
    background: transparent;
    border: 2px solid black;
    margin-top: 13px;
    color: black;
    border-right: none;
    font-size: 15px;
    float: left;

    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn {
    width: 100px;
    height: 40px;
    background: orange;
    border: 2px solid black;
    margin-top: 13px;
    color: white;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.btn:focus {
    outline: none;
}

.srch:focus {
    outline: none;
}

.content {
    /* width:1200px; */
    height: auto;
    margin: auto;
    color: black;
    font-style: bold;
    position: relative;
}

.content .par {
    padding-left: 20px;
    padding-bottom: 25px;
    font-family: Arial;
    letter-spacing: 1.2px;
    line-height: 30px;
}

.content h1 {
    font-family: 'Times New Roman';
    font-size: 50px;
    padding-left: 20px;
    margin-top: 9%;
    letter-spacing: 2px;
}


.content .cn {
    width: 160px;
    height: 40px;
    background: #ff7200;
    border: none;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.4s ease;

}

.content .cn a {
    text-decoration: none;
    color: black;
    transition: 0.3s ease;
}

.cn:hover {
    background: white;
}


.content span {
    color: orange;
    font-size: 60px;
}

.form {
    width: 250px;
    height: 400px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8)50%, rgba(0, 0, 0, 0.8)50%);
    /* position: absolute; */
    /* top:-20px; */
    /* left: 870px; */
    border-radius: 10px;
    padding: 20px;
    max-width: 424px;
}

.form h2 {
    width: 220px;
    font-family: sans-serif;
    text-align: center;
    color: orange;
    font-size: 22px;
    background-color: white;
    border-radius: 10px;
    margin: 2px;
    padding: 8px;

}

.form input {
    width: 240px;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #ff7200;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    font-family: sans-serif;
}

.form input:focus {
    outline: none;
}

::placeholder {
    color: #fff;
    font-family: Arial;
}

.btnn {
    width: 240px;
    height: 40px;
    background: #ff7200;
    border: orange;
    margin-top: 30px;
    font-size: 18px;

    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;
}

.btnn:hover {
    background: #fff;
    color: #ff7200;
}

.btnn a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.form .link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

.form .link a {
    text-decoration: none;
    color: #ff7200
}

.liw {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.icon a {
    text-decoration: none;
    color: #fff;
}

.icon ion-icon {
    color: #fff;
    font-size: 30px;

    padding-left: 5px;
    padding-top: 5px;
    transition: 0.3s ease;

}

.icon ion-icon:hover {
    color: #ff7200;
}

.liw {
    color: #fff;
}




.adminbtn {
    width: 150px;
    height: 40px;
    background: #ff7200;
    border: none;

    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    transition: 0.4s ease;

}

.adminbtn a {
    text-decoration: none;
    color: black;
}



/* General styles */
body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}

/* Navbar Styling */
.navbar {
    background-color: #333;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    height: 75px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.navbar .icon .logo {
    color: #ff7200;
    font-size: 28px;
    margin-left: 20px;
}

.navbar .menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.navbar .menu ul li {
    display: inline-block;
    margin-right: 20px;
}

.navbar .menu ul li a,
.navbar .menu ul li button a {
    color: white;
    font-size: 18px;
    text-decoration: none;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 5px;
}

/* Hover Effects */
.navbar .menu ul li a:hover,
.navbar .menu ul li button a:hover {
    background-color: #f2a900;
    color: #fff;
    transition: background-color 0.3s ease;
}

/* Content Section Styling */
.hai {
    /* margin-top: 100px; */
    /* Space for fixed navbar */
    text-align: center;
}

.content {
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content h1 {
    font-size: 50px;
    font-weight: bold;
    color: #333;
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.content .par {
    font-size: 20px;
    color: #555;
    background: white;
    background-size: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    /* updated text alignment */
    letter-spacing: 0.5px;
    /* updated letter spacing */
}

.content .cn a {
    text-decoration: none;
    color: white;
    background-color: #f2a900;
    background-size: 9px 44px;
    padding: 10px 44px;
    /* updated padding */
    border-radius: 5px;
    font-size: 18px;
}

.content .cn a:hover {
    background-color: #d87a00;
    background-size: contain;
}

/* Form Styling */
.form {
    background-color: white (opacity);
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    margin-left: auto;
    margin-top: 0px;
    width: 30%;
}

.form input[type="email"],
.form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
}


.form .btnn {
    background-color: #f2a900;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    /* Add this line to center the text horizontally */
    line-height: 24px;
    /* Add this line to center the text vertically */
    height: 48px;
    /* Add this line to set the height of the button */
}

.form .btnn:hover {
    background-color: #d87a00;
    transition: background-color 0.3s ease;
}

/* Footer Style */
.link a {
    text-decoration: none;
    color: #f2a900;
}

.link a:hover {
    color: #d87a00;
}

.toggle-password {
    cursor
}

.adminbtn {
    width: 100px;
    height: 40px;
    background: #ff7200;
    border: none;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
    transition: 0.4s ease;
}

.adminbtn:hover {
    background: #d87a00;
    color: #fff;
    transform: scale(1.1);
}
