body{
    font-family: "Anek Latin","Noto Sans Thai", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #222;
    color: #A39558;
}

a{
    color: #E3CF79;
}

a:hover{
    color: #A39558;
}

.pa-header{
    position: fixed;
    z-index: 99999;
    width: 100%;
}

.pa-header {
    transition: visibility 0.3s,ease;
    background: rgb(227,207,121);
    background: linear-gradient(90deg, rgba(227,207,121,0) 0%, rgba(163,127,88,0) 20%, rgba(12,12,12,0) 100%);
}

.pa-fixed-header {
    transition: visibility 0.3s,ease;
    background: rgb(227,207,121);
    background: linear-gradient(90deg, rgba(227,207,121,1) 0%, rgba(163,127,88,1) 20%, rgba(12,12,12,1) 100%);
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0);
}

.btn-menu{
    width: 32px;
    height: 32px;
    padding: 0;
}

.btn-menu img{
    width: 22px;
}

.modal-menu{
    background-color: #222;
}

.modal-menu-body{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-close{
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
}

.btn-menu-close{
    width: 32px;
    height: 32px;
    padding: 0;
}

.btn-menu-close img{
    width: 16px;
}

.menu-click{
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-click li{
    padding: 0;
    margin: 0;
}

.menu-click li a{
    color: white;
    font-size: 36px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.2em;
    padding: 10px 5%;
    display: block;
}

.menu-click li a:hover{
    color: #E3CF79;
}

.menu-click li a::after {
    content: "";
    width: 100%;
    height: 1px;
    padding-bottom: 20px;
    display: block;
    border-bottom: 1px solid #E3CF79;
}

footer{
    padding: 40px 0 55px 0;
}

.copyright{
    padding: 27px 0;
    font-size: 14px;
}

.reserve-header{
    background: url('../images/header-reservation.jpg') no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 20px;
    height: 340px;
    position: relative;
}

.reserve-bg{
    background-image: linear-gradient(0deg, rgba(34, 34, 34, 0) 0%, #222222 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.reserve-relative{
    position: relative;
    z-index: 2;
    text-align: center;
}

.reserve-title{
    background-image: linear-gradient(0deg, #a37f58 0%, #e3cf79 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    text-transform: uppercase;
}

.reserve-des{
    margin-bottom: 2.75%;
}

.dec-bullet{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dec-bullet img{
    width: 36px;
    height: 36px;
}

.dec-line{
    width: 1px;
    background-color: #e3cf79;
    height: 160px;
}

.padding-content{
    padding-top: 150px;
    padding-bottom: 100px;
}

.form-reserve{
    border: 1px solid #e3cf79;
    border-radius: 10px;
    padding: 40px 20px;
    width: 700px;
    margin: auto;
}

.booking-title{
    letter-spacing: 1px;
    font-size: 24px;
    color: white;
    text-align: center;
    display: inline-block;
}

.booking-title::after{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    border-bottom: 1px solid #e3cf79;
    margin-top: 10px;
}

.form-reserve-style{
    background-color: transparent;
    color: white;
    border-color:rgb(163, 149, 88);
}

.form-reserve-select{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23A39558' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-reserve-style:focus {
    border-color: #A39558;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(163, 149, 88, .25);
    background-color: transparent;
    color: #e3cf79;
}

.form-floating>label{
    color: #e3cf79;
    opacity: 1!important;
}

.form-reserve-style[readonly]{
    background-color: transparent;
}

.input-date span{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.btn-style{
    color: #a39558;
    border: 1px solid #a39558;
    border-radius: 100px;
    letter-spacing: 1.5px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: rgba(34, 34, 34, 0.7);
    padding-top: 10px ;
    padding-right: 32px ;
    padding-bottom: 10px ;
    padding-left: 32px ;
}

.btn-style:hover{
    color: #FFFFFF;
    background-color: #a39558;
}

.form-check-input:checked{
    background-color: #a39558;
    border-color: #a39558;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(163, 149, 88, .25);
}

.table-reserve span{
    color: #e3cf79;
}

.btn-back{
    border-color: transparent;
    padding: 0;
}

.btn-back:hover{
    background-color: transparent;
    text-decoration: underline;
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1100px;
    }
}

@media screen and (max-width: 767px) {
    .logo-footer{
        margin-bottom: 30px;
        display: inline-block;
    }

    .copyright{
        padding: 30px 0;
    }

    .menu-click li a{
        font-size: 26px
    }

    .form-reserve{
        width: 100%;
    }

}
