body {
    background-image: url(/image/bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position-x: center;
    background-color: #fef9c2;
}

/* header */
.header-bg {
    background-color: #fff9bb;
}

.header-nav .nav-item {
    padding: 5px;
}

.header-nav .nav-link {
    color: #e53835;
    background-color: #fff9bb;
    border-radius: 5px;
    font-weight: 500;
}

.header-nav .nav-link:hover {
    background-color: #fff69b;
}

.header-nav .nav-link.active {
    background-color: #fff9bb;
}

.header__phone {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.header__phone:hover {
    color: #333;
    text-decoration: underline;
}

header img,
.gallery img {
    width: 100%;
    height: auto;
}

header img.logo {
    max-width: 310px;
}

/* main */
.carousel {
    padding: 5px;
    -webkit-box-shadow: 0 0 5px #fff9bb;
    box-shadow: 0 0 5px #fff9bb;
}

.bg-yelow {
    background-color: hsl(55deg 96.77% 87.84% / 50%) !important;
    border: 1px solid #fef9c2 !important;
    font-size: 1.125rem;
    border-radius: 8px;
}

.btn-send {
    min-width: 150px;
    background-color: rgb(182, 47, 47);
    border-radius: 5px;
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 3px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgb(146, 38, 38);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.btn-send:hover {
    background-color: rgb(164, 42, 42);
    border-color: rgb(117, 30, 30);
    color: rgb(255, 255, 255);
}

.table-otel {
    border: 1px solid #fdf9c8;
}

.table-otel thead {
    border-bottom: 1px solid #fdf9c8;
}

.table-otel img {
    width: 100%;
    max-width: 248px;
    max-height: 170px;
    height: auto;
    padding: 5px;

}

.table-otel a {
    text-align: center;
}

/* footer */
footer {
    background-color: #8b6b62;
    color: aliceblue;
}

.form-control:focus {
    border-color: #a83a35;
    box-shadow: 0 0 0 .25rem rgba(167, 58, 53, .25);
}

.btn-close:focus,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(167, 58, 53, .25);
}

@media (max-width: 576px) {
    .header__phone {
        font-size: 1.5rem;
    }

    .table-otel>thead>tr {
        display: none;
    }

    .table-otel>tbody>tr {
        border-bottom: 1px solid #fcf9cd;
    }

    .table-otel td {
        display: block;
        text-align: center;
    }

    .table-otel p,
    .table-otel b {
        font-size: 1rem;
    }


    .btn-send {
        min-width: 80px;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .header__phone {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header__phone {
        font-size: 1.2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) and (max-width: 1399px) {}