body
{
    background-color: #fafafa;
}
.reservation-form
{
    display: flex;
    flex-direction: column;
    direction: rtl;
}

.reservation-container
{
    flex-direction: column;
    border-radius: 16px;
    padding: 40px 32px;
    background-color: white;
    box-shadow: -10px 10px 10px gray;
    width: fit-content;
    border: 1px solid #8080803d;
    margin-right: 50px;
}

.side-logo-container
{
    margin-left: 4%;
}
.side-logo
{
    width: 860px;
    margin-left: 130px;
}

.identity-header
{
    font-weight: 600;
}

.form-header
{
    font-weight: 600;
    color: rgb(4 160 198);
}

.reservation-input
{
    border: none;
    border-bottom: 1px solid rgba(128, 128, 128, 0.458);
    padding: 8px;
    direction: rtl;
    margin-bottom: 32px;
}

.reservation-input:focus-visible
{
    outline: none;
    border-bottom: 2px solid darkslategray;
    transition: all 0.15s ease-in-out;
}

.reservation-input:focus-visible::placeholder
{
    transition: all 0.15s ease-in-out;
    color: darkslategrey;
    font-size: 18px;
}

.reservation-input::placeholder
{
    color: rgba(47, 79, 79, 0.511);
    transition: all 0.15s ease-in-out;
    /* font-size: 16px; */
}

.fles-fixer
{
    display: flex;
    justify-content: center;
}

.form-display-fixer
{
    justify-content: end;
}

.form-message
{
    color: #2f4a53;
    font-size: 19px;
}

.reservation-btn
{
    background: rgb(4 160 198);
    color: white;
    font-size: 20px;
    font-weight: 600;
}

.reservation-btn:hover
{
    color: white;
    background-color: rgb(4, 142, 177);
    transition: all 0.2s ease-in-out;
}

.form-background
{
    background-image: url("../assets/site background.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px;
}

.why-us-container
{
    direction: rtl;
    margin-right: 24px;
}

.why-us-container div
{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.point-checkbox
{
    width: 16px;
    height: 16px;
    color: #ef8223;
    margin-left: 20px;
}

.point
{
    color: #2f4a53;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0;
}
.why-us-heading
{
    font-size: 36px;
    font-weight: 600;
    color: #ef8223;
    text-align: center;
    margin-bottom: 24px;
}

.form-devidor
{
    width: 24%;
    color: #ef8223;
    opacity: 0.7;
    height: 2px;
}

nav + * 
{
    margin-top: 71px;
}

@media(max-width: 1400px) and (min-width: 1300px)
{
    .side-logo
    {
        width: 800px;
        margin-left: 0px;
    }
    .reservation-container
    {
        margin-right: 0;
    }
}

@media(max-width: 1300px) and (min-width: 1200px)
{
    .side-logo
    {
        width: 720px;
        margin-left: 50px;
    }
}

@media(max-width: 1200px) and (min-width: 990px)
{
    .side-logo
    {
        width: 555px;
        margin-left: 0px;
    }
}

@media(max-width: 990px) and (min-width: 770px)
{
    .side-logo
    {
        width: 400px;
        margin-left: -45px;
    }
}

@media(max-width: 770px) and (min-width: 500px)
{
    .side-logo
    {
        margin-bottom: 32px;
    }
    .form-display-fixer 
    {
        justify-content: center;
    }
    .side-logo 
    {
        width: 80%;
        margin-left: 0;
    }
}

@media(max-width:500px)
{
    .side-logo
    {
        margin-left: 0;
        width: 100%;
        margin-bottom: 32px;
    }
    .form-display-fixer
    {
        justify-content: center;
    }
    .display-center 
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .reservation-container
    {
        width: 100%;
        margin-right: 0;
    }
}
