@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

:root {
    --primaryColor: #215B52;
    --secondaryColor: #f9f9f9;
    --whiteColor: #FFFFFF;
    --greayColor: #ACACAC;
    --blackColor: #000000;
    --primaryFont: 'Poppins', sans-serif;
}
:root {
    scroll-behavior: smooth;
}
html, 
body {
    font-family: var(--primaryFont);
    font-size: 12px;
}

.container-fluid {
    max-width: 500px;
    background-color: Var(--secondaryColor);
}

a {
    text-decoration: none;
    font-weight: 700;
    color: var(--primaryColor);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.sec_h{
    height: 100vh;
    background-color: var(--secondaryColor);
}
.full_btn {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border: 1px solid var(--primaryColor) !important;
    min-width: 100px;
    padding: 6px 20px;
}

.full_btn:hover {
    background-color: unset;
    color: var(--primaryColor);
}

.border_btn {
    border: 1px solid var(--primaryColor);
    background-color: unset;
    color: var(--primaryColor);
}

.border_btn:hover {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

.btn_shadow {
    box-shadow: 0 4px 5px #9d9d9d;
}

/* login and signup form css start */
.form-floating>label {
    color: var(--greayColor) !important;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-control-plaintext~label, .form-floating>.form-select~label {
    transform: scale(0.85) translateY(-1.7rem) translateX(0.15rem);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
    border-color:unset;
    border:unset;
}

.form_link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--greayColor);
    width: 285px;
    margin: 0 auto;
}

.form_link {
    position: relative;
}

.container_footer {
    background-color: var(--secondaryColor);
}

.page_head h4 {
    white-space: nowrap;
}
/* hotel booking start */
.cal_table table tr td:first-child {
    width: 235px;
}

.cal_table table tr td:last-child {
    text-align: right;
}

.cal_table table tr td {
    padding: 16px 0;
}

.cal_table table tr {
    border-top: 1px solid var(--greayColor);
    border-bottom: 1px solid var(--greayColor);
}
.coupon_input label {
    left: 12px;
}

.cancel_coupon {
    top: -13px;
    right: -13px;
    padding: 0px 4px;
    border: 1px solid var(--primaryColor);
    border-radius: 50%;
    width: 19px;
    font-size: 12px;
}
/* hotel booking end */

/* filter section start */
.filter_bar{
    display: flex;
}
.filter_icon button i{
    color: var(--primaryColor);
}
/* filter section end */


.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(3.0rem + calc(var(--bs-border-width)* 2));
    min-height: calc(3.0rem + calc(var(--bs-border-width)* 2));
}

.form-floating > .form-select {
    padding-top: 1.15rem;
    padding-bottom: 0.625rem;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none;
}

.hotel_img img {
    height: 100%;
    object-fit: cover;
    width: 100px;
    height: 100px;
}

.facilities_box {
    background: #dddddd;
    border: 1px solid #fbfbfb;
    border-radius: 50px;
    padding: 2px 10px;
}

h1, .h1 {
    font-size: 22px;
}
h2, .h2 {
    font-size: 20px;
}
.facile_icon img {
    width: 15px;
    height: 15px;
}


.back_icon {
    background: #ffffff;
    padding: 5px 7px;
    border-radius: 20px;
}

.room_img {
    max-height: 220px;
}

.room_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.checkout_btn .btn,
.conte_btn .btn {
    height: 35px;
}

.main-footer,
.control-sidebar {
display: none !important;
}