@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;0,800;0,900;1,500&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,800&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.form-contact .price {
    margin-left: 15px;
}


section.check-rate .form-check {
    padding: 30px;
    background: #fff;
    margin-top: 60px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 6px 1px #ccc;
}

    section.check-rate .form-check span {
        display: block;
        text-align: center;
        font-weight: 500;
        text-transform: uppercase;
    }

@media (min-width:992px) {
    section.check-rate .form-check span {
        font-size: 14px;
    }

    section.check-rate .form-check .form-group {
        margin-bottom: 0;
    }
}

section.check-rate .form-check .form-control {
    border-radius: 0;
    border: none;
    border-bottom: solid 2px #ccc;
    text-align: center;
}
/*section.check-rate .form-check .form-control.select-hotel{
	text-align:left;
}*/
@media (max-width: 768px) {
    section.check-rate .form-check .form-control {
        margin-bottom: 20px;
    }
}

section.check-rate .form-check .col-md-2:nth-child(2), section.check-rate .form-check .col-md-2:nth-child(3) {
    position: relative;
    display: block;
}

    section.check-rate .form-check .col-md-2:nth-child(2)::before, section.check-rate .form-check .col-md-2:nth-child(3)::before {
        content: "\f073";
        position: absolute;
        font-family: "fontawesome";
        top: 30px;
        color: #414042;
        opacity: 0.5;
        right: 15px;
        font-size: 24px;
    }

section.check-rate .form-check .btn-check-rate {
    background: #D1A84D;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    width: 100%;
    padding: 19px;
}

@media (max-width: 768px) {
    section.check-rate .form-check .btn-check-rate {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    section.check-rate .form-check {
        padding: 15px;
    }
}

section.contact-us {
    background: url("../images/bg_contact-100.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px;
    color: white;
}

    section.contact-us .title-contact {
        font-family: "Playfair Display", serif;
        font-size: 54px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    section.contact-us .contact-infor {
        width: 100%;
        font-size: 18px;
    }

        section.contact-us .contact-infor p a {
            color: currentcolor;
        }

    section.contact-us .form-contact {
        display: flex;
        flex-direction: column;
    }

        section.contact-us .form-contact input {
            margin-bottom: 15px;
            height: 40px;
            padding: 5px 10px;
        }

            section.contact-us .form-contact input:focus {
                outline: none;
            }

        section.contact-us .form-contact .btn-contact {
            text-transform: uppercase;
            color: #fff;
            display: inline-block;
            padding: 8px 80px;
            background: #D1A84D;
            margin-top: 20px;
            max-width: 200px;
            border: none;
            cursor: pointer;
        }



section.contact {
    background: url("../../images/contact-usbg.svg") no-repeat;
    background-position: top center;
    background-size: 100%;
    margin: 60px 0;
}

    section.contact .title-intro {
        font-size: 34px;
        text-transform: capitalize;
    }

    section.contact .form-contact {
        padding: 60px 45px;
        box-shadow: 0px 0px 30px #00000014;
        position: relative;
        z-index: 1;
    }

        section.contact .form-contact .form-title {
            text-transform: uppercase;
        }

        section.contact .form-contact label {
            font-weight: 500;
        }

        section.contact .form-contact select.form-control {
            -webkit-appearance: none;
            -moz-appearance: none;
        }

        section.contact .form-contact .select-box {
            position: relative;
        }

            section.contact .form-contact .select-box:before {
                content: "\f107";
                position: absolute;
                display: block;
                font-family: "fontawesome";
                top: 32px;
                right: 22px;
                color: currentColor;
                font-size: 18px;
                z-index: 1;
            }

        section.contact .form-contact .form-control {
            display: block;
            width: 100%;
            height: 45px;
            padding: 0.375rem 0.75rem;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.5;
            color: #000;
            border-color: #cbaa77;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            position: relative;
        }

            section.contact .form-contact .form-control::placeholder {
                text-transform: capitalize;
            }

        section.contact .form-contact .form-group {
            margin-bottom: 35px;
        }

            section.contact .form-contact .form-group table tr td {
                max-width: 300px;
            }

                section.contact .form-contact .form-group table tr td img {
                    max-width: 100%;
                }

                section.contact .form-contact .form-group table tr td:nth-child(2),
                section.contact .form-contact .form-group table tr th:nth-child(2) {
                    text-align: left;
                }

            section.contact .form-contact .form-group table tr td,
            section.contact .form-contact .form-group table tr th {
                border: none;
                border-top: 1px solid #ddd;
                padding: 8px;
                text-align: center;
            }

            section.contact .form-contact .form-group table tr th {
                color: #D1A84D;
            }

            section.contact .form-contact .form-group table tr td .number-room {
                width: 105%;
                border: 1px solid #eee;
                text-align: center;
            }

        section.contact .form-contact .date-pick {
            position: relative;
            display: block;
        }

            section.contact .form-contact .date-pick::before {
                content: "\f073";
                position: absolute;
                display: block;
                font-family: "fontawesome";
                top: 35px;
                right: 20px;
                color: currentColor;
                font-size: 22px;
                z-index: 1;
            }

        section.contact .form-contact .form-request {
            min-height: 150px;
        }

        section.contact .form-contact [type=radio]:checked,
        section.contact .form-contact [type=radio]:not(:checked) {
            position: absolute;
            left: -9999px;
        }

            section.contact .form-contact [type=radio]:checked + label,
            section.contact .form-contact [type=radio]:not(:checked) + label {
                position: relative;
                padding-left: 28px;
                cursor: pointer;
                line-height: 20px;
                display: inline-block;
            }

                section.contact .form-contact [type=radio]:checked + label:before,
                section.contact .form-contact [type=radio]:not(:checked) + label:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #000;
                    border-radius: 100%;
                    background: #fff;
                }

                section.contact .form-contact [type=radio]:checked + label:after,
                section.contact .form-contact [type=radio]:not(:checked) + label:after {
                    content: "";
                    width: 12px;
                    height: 12px;
                    background: #120883;
                    position: absolute;
                    top: 3px;
                    left: 3px;
                    border-radius: 100%;
                    -webkit-transition: all 0.2s ease;
                    transition: all 0.2s ease;
                }

                section.contact .form-contact [type=radio]:not(:checked) + label:after {
                    opacity: 0;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                }

                section.contact .form-contact [type=radio]:checked + label:after {
                    opacity: 1;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                }

        section.contact .form-contact .err {
            color: red;
            position: absolute;
        }

        section.contact .form-contact .check-agree {
            display: flex;
            align-items: center;
            margin-bottom: 35px;
        }

            section.contact .form-contact .check-agree label {
                margin-bottom: 0;
                margin-left: 10px;
            }

                section.contact .form-contact .check-agree label a {
                    color: #D1A84D;
                }

                    section.contact .form-contact .check-agree label a:hover {
                        text-decoration: underline;
                    }

        section.contact .form-contact .btn-form__contact {
            color: #fff;
            background-color: transparent;
            border: 1px solid white;
            transition: all 0.2s ease-in-out;
            padding: 12px;
            min-width: 230px;
            font-size: 13px;
            font-weight: 700;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 0.07em;
            cursor: pointer;
            position: relative;
        }

            section.contact .form-contact .btn-form__contact::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                right: 0;
                z-index: -1;
                border: none;
                background-color: #cbaa77;
                transition: all 0.2s ease-in-out;
            }

            section.contact .form-contact .btn-form__contact:hover {
                color: #cbaa77;
                border: 1px solid #cbaa77;
            }

                section.contact .form-contact .btn-form__contact:hover::before {
                    width: 0%;
                    transition: all 0.2s ease-in-out;
                }

            section.contact .form-contact .btn-form__contact:focus {
                outline: none;
            }

@media (max-width: 768px) {
    section.contact .form-contact {
        padding: 36px 0;
    }
}

section.contact.dining-reservation .form-contact .date-pick::before {
    top: 10px;
}

section.contact.dining-reservation .form-contact .request {
    height: 150px;
}

section.contact.dining-reservation .form-contact .custom-control-input {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

section.contact.dining-reservation .form-contact .form-btn {
    text-align: right;
}

