﻿.top-booking-home {
    background: #1a1b1d;
    text-align: center;
    /* padding-bottom: 42px; */
    padding-top: 56px;
    position: relative;
}

h4.name-booking-home {
    font-size: 34px;
    color: #fff;
    font-family: lober;
    margin: 0;
    padding-left: 7px;
}

span.slogan-booking-home {
    font-size: 16px;
    color: #ffffff;
    font-family: AsapR;
}

img.decor-booking-home {
    /* margin: auto; */
}

.top-booking-home .grid.wide {
    padding: 0 287px;
    max-width: 1199px;
    padding-bottom: 42px;
    border-bottom: 2px solid #df1d25;
}

.bottom-booking-home {
    background: #7fbb01;
    width: 40%;
    border-radius: 10px;
    padding: 32px 24px 32px 32px;
    height: 400px;
}

p.title-name-home {
    font-size: 15px;
    font-family: 'AsapM';
    color: #333;
    margin: 0;
    margin-bottom: 5px;
}

section.form-input-home input {
    background: #ffffff;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 5px;
    width: 180px;
    height: 40px;
}

    section.form-input-home input::placeholder {
        color: #333333ba;
        font-size: 14px;
    }

section.form-input-home span.error-contact {
    position: absolute;
    right: 9px;
    bottom: 10px;
}

section.form-input-home {
    position: relative;
    display: flex;
    justify-content: space-around;
}

    section.form-input-home input[type=text] {
        color: #181718;
        font-size: 18px;
        font-family: 'AsapM';
        padding: 0 10px;
    }

.top-info-booking-home {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
}

.list-form-booking-home {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 19px;
    padding-top: 26px;
    border-top: 1px dashed #dc9597;
}

.button.btnBookingHome input {
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: 'AsapM';
    background: #fcc200;
    outline: none;
    width: 125px;
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

    .button.btnBookingHome input:hover {
        background: #469acb;
    }

.right-decor-booking-home {
    width: 60%;
    padding-left: 60px;
}

section.form-input-home select {
    outline: none;
    width: 180px;
    height: 40px;
    color: #181718;
    font-family: 'AsapR';
    font-size: 16px;
    cursor: pointer;
    background: #fff;
    appearance: none;
    text-align: center;
    border-radius: 5px;
    border: none;
}

.hour-booking-home select.HourDen {
    width: 90px;
    text-align: center;
    appearance: none;
}

.minus-booking-home select.minDen {
    width: 90px;
    text-align: center;
    appearance: none;
}

@media(max-width:1110px) {
    .ajax__calendar {
        float: left !important;
        position: absolute !important;
        left: -286px !important;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .ajax__calendar {
        float: left !important;
        position: absolute !important;
        left: -17px !important;
        top: -378px !important;
    }
}

@media(max-width:739px) {
    .ajax__calendar {
        float: left !important;
        position: absolute !important;
        left: -28px !important;
        top: -378px !important;
    }

    .top-decor-name-booking img, .bottom-decor-dish-booking img {
        width: 80%;
    }
}

section#portfolio h4 {
    margin: 0;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    text-transform: capitalize;
    font-family: 'AsapB';
    color: var(--default-color-2);
    font-size: 35px;
}

.WTopHomePortfolio span {
    display: block;
    font-size: 18px;
    color: #000;
    width: 88%;
    font-family: AsapR;
    line-height: 157%;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 25px;
}

section#portfolio {
    padding: 45px 0;
}

.wp-booking-home {
    background: url(/Design/img/BeThuiCauMong/DatBan/decorBack.png) no-repeat;
    background-size: cover;
    padding-top: 57px;
    padding-bottom: 50px;
}

.booking-home-container {
    display: flex;
    height: 400px;
}

.home-booking-img {
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}

    .home-booking-img img {
        width: 100%;
        height: 100%;
    }