/* frontend.css — converted from resources/scss/frontend.scss */

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

body {
    font-family: "Poppins", "Times New Roman", Times, serif;
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
    font-weight: 700;
}

p {
    font-size: .9rem;
}

a {
    text-decoration: none;
}

.color_main {
    color: #1CBBB4;
}

.color_main_background {
    background-color: #1CBBB4;
}

.yellow {
    color: #FFC107;
}

.nav-link:hover {
    background-color: #FFC107;
    border-radius: .25rem;
}

.nav_bar .collapse {
    justify-content: center;
}

#carouselExampleCaptions .carousel-item img {
    object-fit: fill;
    object-position: center;
    height: 80vh;
    overflow: hidden;
}

@media only screen and (max-width: 720px) {
    #carouselExampleCaptions .carousel-item img {
        height: auto;
    }
}

.carousel-caption h1 {
    color: #1CBBB4;
}

@media only screen and (max-width: 720px) {
    .carousel-caption h1 {
        font-size: 1.3rem;
    }
}

.book_now_container .book_now_text {
    color: white;
    text-align: center;
    align-items: center;
}

.book_now_container select {
    color: rgb(66, 65, 65);
    font-size: 12px;
}

.breadcrumb_ {
    background-color: #E9ECEF;
}

.main_content img,
.gallery_container img {
    border-right: 5px solid rgb(185, 183, 183);
    border-bottom: 5px solid rgb(185, 183, 183);
}

.gallery_container img {
    border: 5px solid rgb(185, 183, 183);
}

.fav_dishes {
    background-color: #FFC107;
}

.slick-arrow::after,
.slick-arrow::before,
.slick-arrow {
    height: 70px;
    background-color: rgb(57, 57, 57);
}

.gallery_image {
    position: relative;
}

.gallery_image .img_overlay_text {
    position: absolute;
    bottom: 18%;
    left: 15%;
    right: 15%;
    width: 70%;
    background-color: rgb(105, 104, 104);
    color: white;
    opacity: 0;
    text-align: center;
    transition: opacity 0.3s;
    pointer-events: none;
}

.gallery_image:hover .img_overlay_text {
    opacity: 0.5;
    pointer-events: auto;
}

.client_review {
    background-color: #A61D3D;
}

.client_review .carousel-item {
    background-color: #A61D3D;
}

.client_review .carousel-item img {
    border: 7px solid #d83359;
    height: 100%;
    padding: 0;
    margin-left: 15px;
}

.client_review .carousel-item h1 {
    color: #FFC107;
}

footer {
    background-color: #0E0F10;
}

footer .about_us p {
    letter-spacing: 1.5px;
    color: rgb(120, 120, 120);
    margin-bottom: 30px;
}

footer .about_us .read_more_bth:hover {
    background-color: #FFC107;
    transition: 1s all;
}

footer .about_us .footer_nav_bar ul {
    margin-top: -20px;
}

footer .about_us .footer_nav_bar ul a {
    color: #1CBBB4;
}

.text_color_booking {
    color: #3FC5BF;
}

.contact_us_text p {
    letter-spacing: 3px;
    font-size: .8rem;
}

@media only screen and (max-width: 410px) {
    .contact_info .email {
        font-size: .8rem;
        color: red;
        margin-left: -30px;
    }
}

.active_btn {
    background-color: #FFC107;
    border-radius: .375rem;
}

.form-control {
    border-radius: .9rem !important;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.15rem #0d6efd40;
}

.red {
    color: rgb(136, 4, 4);
}

.green {
    color: rgb(8, 106, 8);
}
