h1,
h2,
h3,
h4,
h5 {
    color: rgb(233, 233, 233);
}

.bold {
    font-weight: bold;
}

.reserve-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding-bottom: 8rem;
    background: #161616;
}

.reserve-cart {
    width: 86%;
    background: #5a5a5a6b;
    border-radius: 1.6rem;
    backdrop-filter: blur(21px);
    border: 2px solid #ffffff40;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* gap: 1rem; */
    overflow: hidden;
    max-width: 500px;
    /* margin-top: 220px; */
}

.reserve-cart h1,
.reserve-cart h2,
.reserve-cart h3,
.reserve-cart h4,
.reserve-cart p,
.reserve-cart span {
    color: #FDFDFD;
}

.reserve-cart h1 {
    width: 100%;
    text-align: center;
    padding: 0.7rem .5rem .2rem;
    border-bottom: 1px solid #9f9f9f;
    background: #ffffff2e;
}

.reserve-bg {
    position: relative;
    z-index: 0;
    /* position: fixed; */
    top: 0;
}

.reserve-bg img {
    width: 100%;
}

.gradient {
    background: rgb(156, 156, 156);
    background: linear-gradient(180deg, rgba(156, 156, 156, 0) 31%, rgba(22, 22, 22, 1) 98%);
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.reserve-wizard-container {
    padding: 2rem 0;
    width: 80%;
    max-width: 280px;
}

.reserve-input-container {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid #5c5c5c;
}

.reserve-input-container h4 {
    text-align: center;
}

.reserve-input-container input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}

.reserve__buttons {
    display: flex;
    justify-content: center;
}

.reserve__buttons>div {
    display: flex;
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
}

.reserve__buttons button {
    padding: 0.4rem 1rem;
    font-family: 'peyda';
    border-radius: 2rem;
    font-weight: bold;
    color: #ff4e00;
    cursor: pointer;
}

.reserve-input-container input {
    border-radius: 3rem;
    text-align: center;
    font-family: 'peyda';
    color: #ff4e00;
}

.time-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0;
    flex-direction: row-reverse;
}

.time-slots label {
    background: #FDFDFD;
    color: #000;
    padding: .2rem .5rem;
    border-radius: 2rem;
    direction: ltr;
    cursor: pointer;
}


.time-slots input {
    display: none;
}

.time-slots input:checked+label {
    background-color: var(--primary);
    background-color: var(--primary);
    border: 2px solid #ffffff;
    color: #FDFDFD;
}

.submit-reserve-button {
    width: 100%;
    padding: 0.6rem;
    font-family: 'peyda';
    font-weight: bold;
    background: #ff4e00;
    border-radius: 2rem;
    cursor: pointer;
    color: #FDFDFD;
    border: 2px solid #FDFDFD;
    font-size: 1.2rem;
}





/* Style the form */
#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffb9b9;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.steps {
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    max-width: 250px;
    justify-content: space-between;
    margin-top: 2rem;
    position: relative;
}

.steps::before {
    content: '';
    width: 80%;
    height: 2px;
    border-top: 3px dotted #ff503177;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
    opacity: 0.5;
    z-index: 2;
}

.step .circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff5132;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.4rem;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

.step.active .circle {
    opacity: 1;
    background: var(--primary);
}

.reserve-done {
    margin: 100px 0 0;
    padding: 1rem;
    background: #393939;
    border-radius: 2rem;
    border: 2px solid #6a6a6a;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 80%;
}

.reserve-done h1 {
    color: #FDFDFD;
    text-align: center;
}

.reserve-done p {
    text-align: center;
    display: flex;
    flex-direction: column;
}

.reserve-done__sectorname {
    font-size: 2.5rem;
    font-weight: bold;
    direction: ltr;
    display: flex;
    flex-direction: column;
}

.reserve__timeSlot {
    font-size: 2rem;
}

.reserve-code {
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #6a6a6a;
    padding-bottom: 2rem;
}

.reserves-container {
    width: 100%;
    padding: 4rem 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reserve-sectors {
    width: 100%;
    margin: 3rem 0;
}

.reserve-sector {
    width: 100%;
    background: #ffffff33;
    display: flex;
    padding: 1rem;
    justify-content: center;
    font-weight: bold;
    border-radius: 1rem;
    border: 2px solid #ffffff59;
    margin-bottom: 1.3rem;
}

.people_count_button_container {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.people_count_button {
    display: none;
}

.people_count_button_container label {
    background: #ffffff;
    width: 40px;
    height: 40px;
    color: #414141;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.9rem;
    font-size: 1.2rem;
    cursor: pointer;
}

.people_count_button:checked+label {
    background-color: var(--primary);
    background-color: var(--primary);
    border: 2px solid #ffffff;
    color: #FDFDFD;
}

.reserve-desc {
    max-width: 300px;
    padding-top: 1rem;
    color: #c3c3c3;
    font-size: 0.95rem;
    text-align: center;
    width: 80%;
    border-top: 1px solid #757575;
}

.reserve-price {
    padding: 2rem 2rem 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #dbdbdb;
}

.reserve-price span {
    font-weight: bold;
    color: #dbdbdb;
    font-size: 1.1rem;
}

.ltr {
    direction: ltr;
}

.price-area {
    width: 86%;
    background: #5a5a5a6b;
    border-radius: 1.6rem;
    backdrop-filter: blur(21px);
    border: 2px solid #ffffff40;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    max-width: 500px;
    padding: 1.2rem;
    margin-top: 4rem;

}

.date-price {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.half-hour {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.half-hour span:first-child{
    font-size: 0.75rem;
}

.day__name{
    width: 30%;
    display: flex
    ;
        align-items: center;
}

.price-area__header{
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1rem;
}






@media (min-width: 768px) {
    .reserve-sectors {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 1.6rem;
        row-gap: 0.6rem;
    }

    .reserve-sector {
        width: calc(50% - 0.8rem);
    }
}

@media (min-width: 1024px) {
    .reserve-sectors {
        gap: 1.5rem;
    }

    .reserve-sector {
        width: calc((100% - 3rem) / 3);
    }
}