body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    letter-spacing: 0.15px;
    background-color: #EAE8E5;
}

.content {
    padding: 0 150px;
    text-align: justify;

    p {
        color: black;
        font-family: 'Segoe UI', sans-serif;
        line-height: 28px;
        font-size: 18px;
    }

    .about-img {
        text-align: center;
    }
}

.age-gate-text-wrap {
    max-width: 500px;
    margin: 0 auto 35px auto;
    display: flex;
    align-items: center;
}

.age-gate {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
}

.age-gate-container {
    background: linear-gradient(rgba(85, 34, 44, 0.9), rgba(85, 34, 44, 0.9)),
    url('../images/photo_6136659228715237704_y.jpg') center/cover no-repeat;
}

.lesa-club-container {
    display: flex;
    flex-direction: column;
}

.age-gate-logo-image {
    margin-bottom: 40px;
    height: 170px;
    width: auto;
}

.age-gate-text-wrap {
    max-width: 500px;
    margin: 0 auto 35px auto;
    display: flex;
    align-items: center;
}

.age-gate-message {
    color: #f6d9d9;
    font-size: 20px;
    padding-left: 10px;
    font-family: "Segoe UI";
}

.age-buttons-container a {
    background: #c1ac75;
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    max-width: 200px;
    padding: 12px;
    margin-bottom: 15px;
    width: 300px;
    text-decoration: none;
}

.age-buttons-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.azizi {
    color: #baa46f;
    font-size: 150px;
    margin-bottom: 50px;
    margin-top: 0px;
    font-family: "Baskerville Old Face", serif;

    span {
        font-size: 50px;
        font-family: "Segoe UI", sans-serif;

    }
}

.logo-text {
    color: #d09517;
    font-size: 80px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: "Baskerville Old Face", serif;

    span {
        font-size: 30px;
        font-family: "Segoe UI", sans-serif;

    }
}

.club-video iframe {
    width: 99%;
    height: 97%;
}

.head-nav {
    margin-top: 60px;
    position: absolute;
    width: 100%;
    height: 30px;
    text-align: center;
    border-bottom: 1.5px solid #746e39;

    a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 2%;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 1.2px;

        a:hover {
            color: #746e39;
        }
    }
}

.menu {
    display: flex;
    margin-top: 40px;
    width: 100%;
    text-align: center;
    justify-content: center;
    border-bottom: 1.5px solid #746e39;

    a {
        text-decoration: none;
        text-transform: uppercase;
        margin: 10px 50px;
        color: #A29061;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 1.2px;
    }

    a:hover {
        color: #746e39;
    }
}

h1 {
    color: #A29061;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.7em;
    text-align: center;
}

.gaming-img {
    img {
        height: 200px;
        width: 80%;
    }
}

.title {
    font-weight: bold;
    font-size: 22px;
    margin-top: 60px;
    color: #9a7b2e;
}

.cen-f {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
}

.img-grid {
    display: grid;
    grid-template-columns: 50% 50%;

    img {
        width: 90%;
        height: 380px;
    }
}

.form-container {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    color: #74691c;
}

label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
}

button {
    padding: 10px;
    margin-top: 15px;
    border: none;
    background: #74691c;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background: #a78424;
}

.contact-form {
    font-family: "Segoe UI", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.contact-header {
    color: #9a7b2e;
    line-height: 24px;
    text-align: center;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-member {
    display: flex;
    justify-content: center;
    align-items: center;
}

.register {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.login-container, .register-container {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    text-align: center;

    h2, label {
        color: #74691c;
        text-align: center;
        margin-bottom: 20px;
    }
}

.input-group {
    margin-bottom: 15px;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.error {
    color: red;
    font-size: 14px;
}

#loginForm, #registerForm {
    width: 95%;
    text-align: center;
}

#notify {
    display: none;
    color: red;
    text-align: center;
}

.content-head {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 5%;
}

.event-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 270px;
}

.event-bottom {
    display: grid;
    grid-template-columns: 50% 50%;
    margin-bottom: 20px;
}

.member-img {
    height: 270px;
    width: 440px;
    margin-top: 5px;
}

@media (max-width: 740px) {
    .member-img {
        height: 240px;
        width: 360px;
    }

    .azizi {
        font-size: 70px;
        margin-bottom: 0;
    }

    .azizi span {
        font-size: 30px;
    }

    .menu {
        margin-top: 0;
        border-bottom: none;
        display: inline;
    }

    .menu .menu_child {
        padding: 5px 0;
        box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3);
    }

    .content {
        padding: 0 10px;
    }

    .img-grid {
        display: inline;
    }

    .img-grid img {
        width: 100%;
    }

    .head-nav {
        display: grid;
        margin-top: 0;
        height: auto;
        border-bottom: none;

        a {
            padding: 1% 0;
            border-bottom: 1.5px solid #746e39;
        }
    }

    .login-container {
        width: 90%;
    }

    .register-container {
        width: 90%;
    }

    .contact-form {
        height: 55vh;
    }

    .title {
        margin-top: 10%;
    }

    .content-head {
        grid-template-columns: 100%;
    }

    .content-head img {
        width: 100%;
    }

    .event-bottom {
        grid-template-columns: 100%;
        gap: 10px;
    }

    .event-bottom img {
        width: 100%;
    }

    .club-video iframe {
        width: 100%;
    }
}

select {
    width: 106%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-appearance: none;
}

.input-group select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%204%205%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M2%200L0%202h4L2%200z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}

select:focus {
    outline: none;
    border-color: #007BFF;
    box-shadow: 0 0 3px #007BFF;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.modal-content button {
    margin: 10px;
    padding: 10px 20px;
}


.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-30%);
    cursor: pointer;
}

