﻿@import url('satoshi.css');

.search {
    background-color: #f7f2ea;
}


.img-fluid{
    width: 100%;
}
/* Responsive Search form width */
form.d-flex {
    max-width: 98%;
}

.img_wrapper {
    height: 170px;
    padding: 20px;
    background: #fbf7f4;
}
    .img_wrapper img {
        width: 100%;
        height: 100%;
        margin: auto;
        object-fit: contain;
        object-position: center;
    }
  

    @media (max-width: 768px) {
        form .d-flex {
        width: 100%;
        flex-wrap: nowrap;
    }
        /* Reduce search input font size and spacing */
        form.d-flex input.form-control {
            font-size: 16px !important;
            letter-spacing: 1px !important;
        }

        form.d-flex button.btn {
            font-size: 16px !important;
            letter-spacing: 1px !important;
        }

    .breadcrumb {
        font-size: 16px;

    }
    /* Card text smaller font */
    .card-text {
        /*font-size: 10px;*/
    }
    /* Heading smaller font */
    h2.mb-4 {
        font-size: 1.25rem;
    }
    /* Adjust "VIEW ALL" button */
    .dines-circle-btn {
        font-size: 14px;
        letter-spacing: 4px;
    }

    .dines-circle {
        width: 60px;
        height: 60px;
    }

    .dines-btn-label {
        left: -25px;
        padding: 3px 8px;
    }
}

@media (max-width: 576px) {
    /* Stack the category links on smaller screens */
    .d-flex.justify-content-center.mb-4 {
        flex-wrap: wrap;
        gap: 10px;
    }

        .d-flex.justify-content-center.mb-4 a {
            margin: 0 5px;
            font-size: 14px;
        }


    h2.mb-4 {
        font-size: 1.1rem;
    }
    /* Breadcrumb smaller */
    .breadcrumb {
        font-size: 14px;
        padding-left: 5px !important;
    }
    .img_wrapper {
        height: 120px;
        padding: 20px;
        /*height:auto;*/
    }
}




.filter {
    color: #a37228;
    font-weight: 700;
    letter-spacing: 3px;
    /*font-size:20px !important;*/
    font-family: Satoshi-Medium;
}
a {
    text-decoration: none;
}


.btn-outline-secondary{
    color:black;
}
.dines{
    /*font-size:16px;*/
}
.form-control::placeholder {
    color: #e6e6e6;
    justify-content:space-evenly;

}

.category {
    letter-spacing: 2px;
    font-size:20px;
    font-weight:900;
    color:black !important;

}
.more {
    color: #be8c44 !important;
    text-underline-offset: 6px;
}



/*btn style*/

.search-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.search-form {
    display: flex;
    width: 800px;
}

.search-input {
    width: 100%;
    height: 64px;
    border: none;
    border-radius: 40px 0 0 40px;
    background: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    color: black;
    letter-spacing: 3px;
    text-align: center;
    outline: none;
    padding: 0;
}

    .search-input::placeholder {
        color: #d7d5d3;
        opacity: 1;
        font-weight: 600;
        letter-spacing: 5px;
    }

.search-btn {
    width: 180px;
    height: 64px;
    background: #bd893f;
    color: #fff;
    border: none;
    border-radius: 0 40px 40px 0;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 3px;
    cursor: pointer;
    outline: none;
    transition: background 0.2s;
}

    .search-btn:hover {
        background: #a67636;
    }

.more {
    /*color: #be8c44 !important;*/
    text-underline-offset: 6px;
}

@media(max-width:576px) {
    .search-input {
        font-size: 12px;
        letter-spacing: 0px;
        padding-left: 20px;
        height: 50px;
    }

    .search-btn {
        font-size: 12px;
        width: 180px;
        height: 50px;
    }

    .category {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .search-wrap {
        margin: 20px;
    }
    .search-input::placeholder {
        color: #d7d5d3;
        opacity: 1;
        font-weight: 600;
        letter-spacing: 2px;
    }
}

@media(max-width:500px) {
    .card-title {
        font-size: 0.9rem;
    }
    .filter {
        font-size: 14px !important;
    }
    .heading{
        font-size:1.6rem;
    }

    .bl-icon:nth-child(1) {
        margin-right: 2px;
    }

    .bl-icon .rounded-circle {
        padding: 4px;
        font-size: 8px;
    }

    .card-text {
        font-size: 0.7rem;
        font-weight: bold;
        margin-top: 1px;
        letter-spacing: 0.5px;
    }
    .img_wrapper {
        height: 100px;
        padding: 10px;
        /*height:auto;*/
    }
}
