
body {
    background: url('/images/camel-race-bg1_1.jpg') no-repeat center center/cover;
    /*direction: rtl;*/
    /*text-align: right;*/
    font-family: 'Tajawal', sans-serif;
    /*margin: 0;*/
    /*padding: 0;*/
    /*height: 100vh;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

/*.navbar {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    background: rgba(0, 0, 0, 0.7);*/
/*    padding: 15px 30px;*/
/*    color: white;*/
/*    width: 100%;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.nav-links a {*/
/*    color: white;*/
/*    margin-left: 15px;*/
/*    text-decoration: none;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*}*/

/*.auth-container {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-grow: 1;*/
/*    padding: 50px 20px;*/
/*    width: 100%;*/
/*    gap: 30px;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.auth-box {*/
/*    background: rgba(255, 255, 255, 0.97);*/
/*    padding: 50px 40px;*/
/*    border-radius: 15px;*/
/*    text-align: center;*/
/*    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);*/
/*    width: 450px;*/
/*    max-width: 90%;*/
/*    transition: transform 0.3s ease-in-out;*/
/*    margin: 15px;*/
/*}*/

/*.auth-box:hover {*/
/*    transform: scale(1.05);*/
/*}*/

/*.auth-buttons {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    gap: 20px;*/
/*    margin-top: 25px;*/
/*}*/

/*.auth-buttons button {*/
/*    padding: 14px 30px;*/
/*    cursor: pointer;*/
/*    border: none;*/
/*    background: #8B5A2B;*/
/*    color: white;*/
/*    border-radius: 10px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    transition: background 0.3s, transform 0.2s;*/
/*}*/

/*.auth-buttons button:hover {*/
/*    background: #A67B5B;*/
/*    transform: scale(1.1);*/
/*}*/

/*.auth-form {*/
/*    display: none;*/
/*    background: white;*/
/*    padding: 30px;*/
/*    border-radius: 12px;*/
/*    margin-top: 20px;*/
/*    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);*/
/*    width: 100%;*/
/*}*/

/*.auth-form input {*/
/*    width: 100%;*/
/*    padding: 14px;*/
/*    margin: 12px 0;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 8px;*/
/*    font-size: 17px;*/
/*}*/

/*.auth-form button {*/
/*    width: 100%;*/
/*    padding: 14px;*/
/*    background: #8B5A2B;*/
/*    color: white;*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*    transition: background 0.3s, transform 0.2s;*/
/*}*/

/*.auth-form button:hover {*/
/*    background: #A67B5B;*/
/*    transform: scale(1.05);*/
/*}*/
