.hotelhead {
    width: 100%;
    padding: 150px 80px 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('../IMG/alvarez.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    margin-bottom: -5rem;
    background-color: rgb(0, 0, 0, 0.6);
    background-blend-mode: overlay;
}

.hotelhead h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.hotelhead p {
    font-size: medium;
}
.shotel {
    width: 100%;
    padding: 1rem 15%;
}
.searchhotel {
    width: 100%;
    padding: 40px 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.searchhotel input#hotel {
    background-color: white;
    font-size: small;
    color: black;
    width: 40%;
    border: 1px solid black;
    outline: none;
    border-radius: 5px;
    padding: 10px 15px;
}

.searchhotel input#search {
    background-color: #00264b;
    font-size: small;
    color: white;
    width: 10%;
    margin-left: -10px;
    border: 1px solid #00264b;
    outline: none;
    border-radius: 5px;
    padding: 10px 15px;
}

.searchhotel input#search:hover,
.searchhotel input#search:active {
    background-color: #ff0000;
}

.hotelcust {
    width: 100%;
    background-color: #00264b;
    padding: 0 50px 0 20%;
    display: flex;
    flex-direction: row;
    gap: 5rem;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.hotcust {
    background-color: white;
    border-radius: 50%;
    padding: 140px 50px 100px 50px;
    display: flex;
    flex-direction: column;
    color: black;
    margin-top: -5px;
    margin-bottom: -5px;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.hotcust button {
    color: white;
    background-color: #00264b;
    border-radius: 8px;
    padding: 10px 18px;
    outline: none;
    border: none;
    color: white;
    font-size: medium;
}

.hotcust button:hover {
    background-color: #ff0000;
}

.sidecust {
    color: white;
}

@media(max-width:737px) {
    .hotelhead {
        width: 100%;
        padding: 100px 40px 80px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: url('IMG/alvarez.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        background-color: rgb(0, 0, 0, 0.6);
        background-blend-mode: overlay;
    }

    .hotelhead h1 {
        font-size: 50px;
        margin-bottom: 20px;
        text-align: center;
    }

    .hotelhead p {
        font-size: medium;
        text-align: center;
    }

    .searchhotel {
        width: 100%;
        padding: 40px 80px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .searchhotel input#hotel {
        background-color: white;
        font-size: small;
        color: black;
        width: 70%;
        border: 1px solid black;
        outline: none;
        border-radius: 5px;
        padding: 10px 15px;
    }

    .searchhotel input#search {
        background-color: #00264b;
        font-size: small;
        color: white;
        width: 30%;
        margin-left: -10px;
        border: 1px solid #00264b;
        outline: none;
        border-radius: 5px;
        padding: 10px 15px;
    }

    .searchhotel input#search:hover,
    .searchhotel input#search:active {
        background-color: #ff0000;
    }

    .hotelcust {
        width: 100%;
        background-color: #00264b;
        padding: 0 20px 0 20px;
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .hotcust {
        background-color: white;
        border-radius: 50%;
        padding: 80px 30px 50px 30px;
        display: flex;
        flex-direction: column;
        color: black;
        margin-top: -5px;
        margin-bottom: -5px;
        align-items: center;
        justify-content: center;
        gap: 0rem;
    }

    .hotcust h2 {
        text-align: center;
    }

    .hotcust button {
        color: white;
        background-color: #00264b;
        border-radius: 8px;
        padding: 10px 18px;
        outline: none;
        border: none;
        color: white;
        font-size: medium;
    }

    .hotcust button:hover {
        background-color: #ff0000;
    }

    .sidecust {
        color: white;
    }
}