﻿/*Suggestion box*/
body {}

.filter {
    color: #a37228;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 20px !important;
    font-family: Satoshi-Medium;
}


/*btn style*/
.bg-gold {
    background: #b9823a;
}

.search-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.search-form {
    display: flex;
    width: 800px;
    position: relative;
    align-items: center
}

.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: black;
    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 {
    opacity: 0.9;
}

.category {
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 900;
    color: black !important;
}

.more {
    /*color: #be8c44 !important;*/
    text-underline-offset: 6px;
}

#HideCrossicon {
    cursor: pointer;
}

#brand-filter-popup .pu-content {
    max-width: 750px;
}

#dine-filter-popup .pu-content {
    max-width: 750px;
}

#offer-filter-popup .pu-content {
    max-width: 650px;
}

#package-filter-popup .pu-content {
    max-width: 650px;
}

#event-filter-popup .pu-content {
    max-width: 650px;
}

#blog-filter-popup .pu-content {
    max-width: 650px;
}

.filter-btn {
    background: #bb8937;
    border-radius: 40px 0 0 40px;
    padding: 0 0 0 18px;
    height: 56px;
    cursor: pointer;
}

.filter-label {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-family: Satoshi-Medium;
    line-height: 56px;
}

.filter-icon {
    background-color: #000;
    height: 70px;
    width: 70px;
    margin-left: 25px;
}

@media(max-width:576px) {
    .search-input {
        font-size: 12px;
        letter-spacing: 0px;
        padding-left: 20px;
    }

    .search-btn {
        font-size: 12px;
    }

    .category {
        font-size: 14px;
    }
}

.card-img-bg {
    background-color: #F6F1E9;
}

.btn-outline-secondary {
    color: black;
}

.Divdbtn {
    position: absolute;
    /*right:20%;*/
    right: 160px;
}

.Search-Btn {
    padding: 9px 30px;
    border-radius: 5px;
}

.search-txt {
    width: 100%;
    padding: 9px 15px;
    border-radius: 3px;
    font-size: 14px;
}

.suggestion-box {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    font-size: 14px;
    /* bottom: -70%; */
    top: 80px;
    /*z-index: 1000;*/
}

.suggestion {
    padding: 9px 15px;
    cursor: pointer;
}

.suggestion:hover {
    background-color: #eee;
}

.no-suggestion {
    padding: 8px 12px;
    color: #999;
    font-style: italic;
    pointer-events: none;
}

#loader {
    width: 80px;
    margin-top: 15px;
}

/*Filter Popup*/
.pu-content.pu-desktop {
    padding: 30px 20px 0 20px;
    width: 100%;
    min-width: 1366px;
    max-width: 1366px;
    max-height: 80vh;
    position: relative;
}

.pu-content.pu-mobile {
    display: none;
}

.pu-card {
    position: relative;
    padding: 4rem 1rem 0rem 1rem;
    border-radius: 0px;
    max-height: 700px;
    overflow-y: scroll;
}

.fl-btn-wrap {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    /*margin-right: 10px;
    margin-bottom: 10px;*/
}

.fl-type-wrap {
    margin-bottom: 10px;
    margin-right: 0px;
}


.fl-title-div {
    padding: 12px 18px;
    border: 1px solid #f8f2ea;
    border-radius: 25px;
    margin-bottom: 10px;
    background: #f8f2ea;
}

.fl-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 0px;
    letter-spacing: 1px;
}

.fl-btn-div {
    padding: 12px 15px;
    border-radius: 20px;
    border: 1px solid #f8f2ea;
    width: 100%;
    background: #f8f2ea;
}

.fl-btn {
    display: inline-block;
    padding: 8px 15px;
    line-height: 1;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    border-radius: 50px;
}

.fl-btn.selected {
    background: linear-gradient(to right, #B78232, #B78232);
    box-shadow: none;
    border: solid 1px #B78232;
    color: #fff;
}

.fl-alphabets {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.fl-alpha {
    color: #b78232;
    font-size: 14px;
    line-height: 1;
}

.fl-alpha.selected {
    color: #000;
}


.fs-wrap {
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    bottom: 0;
    padding: 2rem 0;
    background: white;
}

.fs-item {
    margin: 10px 0;
}

.fs-btn {
    /*padding:18px 30px;*/
}

.fs-clear {
    border-radius: 25px;
    padding: 12px 20px;
    color: #000000;
    background: #efdec5;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

.proceed-btn {
    border-radius: 25px;
    padding: 12px 20px;
    color: #ffffff;
    background: #b78232;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 600;
}

/*Filter Popup-----END*/



/*=====Media Queries=====*/

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (max-width: 767px) {
    .fl-title {
        font-size: 12px;
    }

    .Divdbtn {
        right: 140px;
    }

    .fl-alpha {
        font-size: 12px;
    }

    .fl-btn {
        font-size: 12px;
        padding: 6px 8px;
    }

    .fl-title-div {
        padding: 8px 10px;
    }

    .fl-btn-div {
        padding: 8px 10px;
    }

    .proceed-btn,
    .fs-clear {
        padding: 8px 10px;
        font-size: 10px;
    }

    .pu-card {
        max-height: 500px;
    }
}


/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        display: none;
    }

    .Divdbtn {
        right: 130px;
    }

    .pu-content.pu-mobile {
        display: block;
        padding: 30px 30px 0 30px;
        max-height: 70vh;
        min-height: 70vh;
        overflow-y: auto;
    }

    .fm-type-wrap {
        position: relative;
    }

    .fm-plus {
        font-size: 18px;
        line-height: 1;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
        padding: 20px 0;
    }

    .fm-plus:after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0, 0, 0, 0.8);
        right: 0;
        top: 26px;
        transition: 300ms ease;
    }

    .fm-plus:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0, 0, 0, 0.8);
        right: 0;
        top: 26px;
        transform: rotate(90deg);
        transition: 300ms ease;
    }

    .fm-type-wrap[aria-expanded="false"] .fm-plus:before {
        transform: rotate(90deg);
    }

    .fm-type-wrap[aria-expanded="true"] .fm-plus:before {
        transform: rotate(0deg);
    }

    .fl-alphabets {
        flex-wrap: wrap;
        padding: 0;
        justify-content: flex-start;
    }

    .fs-btn {
        padding: 14px 20px;
    }

    .fl-btn {
        font-size: 12px;
    }

    /*Filter Popup-----END*/
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {

    .fl-title {
        font-size: 12px;
    }

    .fl-alpha {
        font-size: 12px;
    }

    .fl-btn {
        font-size: 12px;
        padding: 6px 8px;
    }

    .fl-title-div {
        padding: 8px 10px;
    }

    .fl-btn-div {
        padding: 8px 10px;
    }

    .proceed-btn,
    .fs-clear {
        padding: 8px 10px;
        font-size: 12px;
    }
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        padding: 30px 20px 0 20px;
        width: 100%;
        min-width: 1110px;
        max-width: 1110px;
    }

    /*Filter Popup-----END*/
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        padding: 30px 20px 0 20px;
        width: 100%;
        min-width: 1110px;
        max-width: 1110px;
    }

    /*Filter Popup-----END*/
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {}

/*Filter Popup*/

/*.ps__rail-y {
opacity: 1 !important;
}*/
.pu-content.pu-desktop {
    padding: 50px 30px 0 30px;
    width: 100%;
    min-width: 1366px;
    max-width: 1366px;
    max-height: 80vh;
    position: relative;
}

.pu-content.pu-mobile {
    display: none;
}


.fs-btn {
    /*padding:18px 30px;*/
}

/*Filter Popup-----END*/



/*=====Media Queries=====*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        display: none;
    }

    .pu-content.pu-mobile {
        display: block;
        padding: 30px 30px 0 30px;
        max-height: 70vh;
        min-height: 70vh;
        overflow-y: auto;
    }

    .fm-type-wrap {
        position: relative;
    }

    .fm-plus {
        font-size: 18px;
        line-height: 1;
        color: #000;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
        padding: 20px 0;
    }

    .fm-plus:after {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0, 0, 0, 0.8);
        right: 0;
        top: 26px;
        transition: 300ms ease;
    }

    .fm-plus:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 12px;
        background-color: rgba(0, 0, 0, 0.8);
        right: 0;
        top: 26px;
        transform: rotate(90deg);
        transition: 300ms ease;
    }

    .fm-type-wrap[aria-expanded="false"] .fm-plus:before {
        transform: rotate(90deg);
    }

    .fm-type-wrap[aria-expanded="true"] .fm-plus:before {
        transform: rotate(0deg);
    }

    .fl-alphabets {
        flex-wrap: wrap;
        padding: 0;
        justify-content: flex-start;
    }

    .fs-btn {
        padding: 14px 20px;
    }

    /*Filter Popup-----END*/
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        padding: 50px 30px 0 30px;
        width: 100%;
        min-width: 1110px;
        max-width: 1110px;
    }

    /*Filter Popup-----END*/
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {

    /*Filter Popup*/
    .pu-content.pu-desktop {
        padding: 50px 30px 0 30px;
        width: 100%;
        min-width: 1110px;
        max-width: 1110px;
    }

    /*Filter Popup-----END*/
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {}

.red-btn {
    border-radius: 5px;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}