﻿body {
    font-family: "Work Sans", sans-serif;
}

a.navbar-brand img {
    width: 220px;
}

.playfair-display {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.sub-font {
    font-family: "Playfair Display", sans-serif;
    font-size: 38px;
    font-weight: 500;
}

.sub-heading {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.outfit-font {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Optima";
    font-style: normal;
    font-weight: normal;
    src: local("Optima"), url("../fonts/OPTIMA.woff") format("woff");
}

@font-face {
    font-family: "Optima Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Optima Italic"), url("../fonts/Optima_Italic.woff") format("woff");
}

@font-face {
    font-family: "Optima Medium";
    font-style: normal;
    font-weight: normal;
    src: local("Optima Medium"), url("../fonts/Optima Medium.woff") format("woff");
}

@font-face {
    font-family: "Optima Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Optima Bold"), url("../fonts/OPTIMA_B.woff") format("woff");
}

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: "Myriad Pro Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Regular"), url("../fonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Condensed";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Condensed"), url("../fonts/MYRIADPRO-COND.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Condensed Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Condensed Italic"), url("../fonts/MYRIADPRO-CONDIT.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Light";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Light"), url("../fonts/MyriadPro-Light.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Semibold";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Semibold"), url("../fonts/MYRIADPRO-SEMIBOLD.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Semibold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Semibold Italic"), url("../fonts/MYRIADPRO-SEMIBOLDIT.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Bold Condensed";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Bold Condensed"), url("../fonts/MYRIADPRO-BOLDCOND.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Bold"), url("../fonts/MYRIADPRO-BOLD.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Bold Italic"), url("../fonts/MYRIADPRO-BOLDIT.woff") format("woff");
}

@font-face {
    font-family: "Myriad Pro Bold Condensed Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Myriad Pro Bold Condensed Italic"), url("../fonts/MYRIADPRO-BOLDCONDIT.woff") format("woff");
}
/*Common*/
.contact-icon a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #53d947;
}

.play-icon {
    border-radius: 50%;
    background: #53d947;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    position: relative;
}

.playvideo_animation {
    position: absolute;
    top: -23px;
    left: -23px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #53d947;
    opacity: 0;
    z-index: -1;
    transform: scale(0.5);
    animation: playvideoWave 3s cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s infinite;
}

@keyframes playvideoWave {
    from {
        opacity: 0.4;
        transform: scale(0.3);
    }

    to {
        transform: scale(1);
        opacity: 0;
    }
}
/******/
.heading-font {
    font-size: 40px;
    color: #212121;
}

.vendor-list {
    padding: 0px 10px;
}

    .vendor-list h3 {
        text-align: center;
        opacity: 0.7;
        font-size: 18px;
        margin-top: 7px;
        letter-spacing: 0.2px;
    }

.btn-outline {
    border: 2px solid;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 18px;
    color: #d9475c;
}

    .btn-outline:hover {
        background-color: #d9475c;
        border: 0px;
    }

.btn-bg {
    border: 2px solid;
    border-radius: 0px;
    padding: 15px 25px;
    font-size: 18px;
    background: #d9475c !important;
    color: #fff !important;
    border-radius: 5px;
}

.counter h3 {
    font-size: 36px;
    font-family: "Playfair Display", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    opacity: 0.95;
}

.banner-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #000000 0%, #000000 100%);
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.zindex {
    z-index: 9;
    position: relative;
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.elementor-7373
.elementor-element.elementor-element-3c9a9af > .elementor-shape-bottom
svg {
    width: calc(120% + 1.3px);
    height: 380px;
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

.navbar-transparent.bg-back.border-white.border-opacity-25 {
    position: sticky;
    z-index: 99;
}

.top-bar {
    background: #43131a !important;
    color: #fff;
    position: relative;
    padding: 6px 0px !important;
}

#searchModalToggle .modal-body {
    margin-top: 15px;
}

.rightbar ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

    .rightbar ul li {
        padding-left: 20px;
    }

.banner-search {
    background: #fff;
    border-radius: 50px;
}

    .banner-search .col-sm {
        padding: 5px 10px;
    }

.btn-banner {
    border-radius: 30px;
    margin: -1px;
    padding: 8px;
    line-height: 36px;
}

.banner-search .dropdown-menu {
    width: 100%;
}

button.btn-banner i {
    font-size: 25px;
    top: 0px;
    position: relative;
    padding-right: 5px;
}

.icon-hover {
    transform: translate3d(0, 30%, 0);
    /*    background: #ffe0ec !important;
*/
}

.venue .icon-xxl img {
    object-fit: cover;
    border-radius: 12px;
}

.venue {
    text-align: center;
}

    .venue h5 {
        color: #464040;
        margin-top: 12px;
        font-size: 15px;
        margin-top: 20px;
    }

.business-listing {
    color: #fff;
    border: 1px solid #b95b5b;
    text-decoration: none !important;
    border-radius: 25px;
    padding: 6px 10px;
    background: #f83a3a;
}

.bg-theme-light {
    background: #fff4fa !important;
}

.venuein {
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(180deg, #f0f7f4, #fff);
}

h1.form-heading {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 20px;
    padding: 14px 50px;
    background: #ec64b6;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
}

h3.form-heading {
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
    padding: 14px 50px;
    background: #00bcd5;
    border-radius: 10px 10px 0 0;
    color: #fff;
    text-align: center;
}

.form-bg-in {
    padding: 30px;
}

.bg-theme {
    background: #f8f8f8 !important;
}

.how-it-works {
    border-right: 1px solid #dcdcdc;
}

.form-about {
    margin-bottom: -50px;
    margin-top: 50px;
    border-radius: 0 !important;
    background: #d3d3d3;
}

.bg-theme h2 {
    font-size: 35px;
}

.bg-theme p.lead {
    line-height: 26px;
    margin-top: 20px;
}

.bg-theme p:last-child {
    margin-bottom: 50px;
}

.bg-theme p {
    line-height: 20px;
    margin-bottom: 30px;
    font-weight: 400;
}

.hw1,
.hw2,
.hw3,
.hw4 {
    background: #f8f8f8;
}
/* .form-control {
  border-radius: 0px !important;
} */
.bg-gradient {
    background: #f3f9f6 !important;
}

.rightbar a {
    color: #fff !important;
}

.icon-menu-search {
    position: relative;
    top: 20px;
    left: 50px;
    font-size: 25px;
    color: #fff;
    padding-top: 20px;
}

.venue h5.outline {
    border: 1px solid #e72e77;
    padding: 3px 0px;
    border-radius: 17px;
    color: #e72e77;
}

.wedding-blog {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 5px 0px;
    padding: 15px;
}

.bg-gradient img.rounded {
    border-radius: 5px 5px 0px 0px !important;
}

.bg-gradient .img-hover {
    border-radius: 0px !important;
}

.wedding-blog h3 {
    min-height: 40px;
}

.shadow-top {
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 49%, rgb(0, 0, 0) );
}

.bg-opacity-90 {
    --rw-bg-opacity: 0.9;
}

.icon-hover {
    color: #e72e77;
}

.venue .fs-1 {
    font-size: 2.6rem !important;
}

.venue .icon-xxl {
    height: 6rem;
    line-height: 4rem;
    width: 6rem;
}

.vendors {
    background: #f4fbff;
}

.vendors-list-box {
    background: rgba(255, 255, 255, 0.99);
    padding: 20px;
    border-radius: 4px;
    margin-bottom: -10px;
    position: relative;
    bottom: 10px;
    border-radius: 11px;
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);
}

.counter-area .counter-list .item:nth-child(1) {
    border-top: 0;
    padding-top: 0;
}

.section-title {
    font-size: 56px;
}

.counter-area .counter-text {
    background-color: rgba(208, 235, 220, 0.6);
}

.counter-area .counter-list .item .section-title {
    padding-bottom: 10px;
    font-weight: 600;
}

.counter-area .counter-list .item .text {
    max-width: 110px;
    margin: auto;
    color: var(--secondary);
    line-height: 1.125;
    font-size: 16px;
    font-weight: 600;
}

.counter-area .counter-list .item:nth-child(even) {
    border-inline-start: 1px solid rgba(0, 81, 81, 0.07);
}

.counter-area .counter-list .item:nth-child(odd) {
    border-inline-start: 1px solid rgba(0, 81, 81, 0.07);
}

.counter-area .counter-list .item:first-child {
    border-inline-start: none;
}

.counter-area .counter-list .item:nth-child(2) {
    border-top: 0;
    padding-top: 0;
}

.counter-area .counter-list .item {
    text-align: center;
    border-top: 1px solid rgba(0, 81, 81, 0.07);
}

.counter-area .counter-list .item {
    text-align: center;
    border-top: 1px solid rgba(0, 81, 81, 0.07);
}

    .counter-area .counter-list .item:nth-child(even) {
        border-inline-start: 1px solid rgba(0, 81, 81, 0.07);
    }

.counter-area .counter-list .item {
    text-align: center;
    border-top: none;
}

.counter-area .counter-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 0;
}

.counter-area li {
    list-style: none;
}

.where-we-work p {
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
}

.where-we-work h2 {
    color: #fff;
}

.counter-area {
    background: #33475b;
    padding: 25px 0px;
}

.bg-counter {
    background: #33475b;
}

ul.counter-list {
    margin-bottom: 0px;
}

.about-section {
    background-color: #fff;
}

    .about-section h2 {
        font-size: 42px;
        letter-spacing: -0.5px;
        /* text-transform: capitalize; */
        line-height: 45px;
        margin-bottom: 24px;
    }

.about-left {
    background: transparent;
    padding-right: 26px;
}

.form-bg {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.working-step .count {
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 30px;
}

    .working-step .count::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 100%;
        background-color: #ebf1f1;
    }

    .working-step .count::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        height: 10px;
        width: 10px;
        background-color: #005153;
        border-radius: 50px;
    }

.where-we-work {
    background: #00bcd5;
}

    .where-we-work .card-body {
        padding: 10px;
    }

.get-app h3 {
    font-size: 24px !important;
}

.br-0 {
    border-radius: 0px;
}

.form-inline input:first-child {
    width: 70%;
    padding: 10px;
}

.form-inline input:last-child {
    width: 30%;
}

.get-app .form-inline {
    display: flex;
    align-items: stretch;
}

.blog-label {
    background: #f5f5f5;
    padding: 5px 10px;
}

a.blog-label {
    color: #212121;
}

.blog-post h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog-post p {
    font-size: 16px;
    line-height: 20px;
}

.navbar-transparent.bg-back.navbar-fixed .navbar .nav-link {
    color: #ffffff;
}

.absolute-left img {
    position: absolute;
    left: -185px;
    top: 10%;
    width: 376px;
    z-index: 0;
}

.absolute-right img {
    position: absolute;
    right: 0px;
    bottom: -2%;
    width: 376px;
}

.form-control {
    border: 1px solid #cccccc;
}

.form-select {
    border: 1px solid #cccccc;
    border-radius: 0px;
}

.bg_lightblue {
    background-color: #00b9d1;
}

.bg_lightgrey {
    background-color: #33475b;
}

.bg_lightred {
    background-color: #d8465c;
}

.btn_primary {
    background-color: hsl(187.04deg 100% 41.76%);
    color: white !important;
    border: 0px !important;
}

    .btn_primary:hover {
        background-color: hsl(188deg 62.58% 42.04%);
    }

.more_cities {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.text_primary {
    color: #d9475c;
}

.text_lightblue {
    color: #00bcd5;
}

.opacity-1 {
    opacity: 0.8;
}

.form_enquiry i {
    font-size: 24px;
}

.form_enquiry li {
    font-size: 17px;
}

.text_lightgrey {
    color: #33475b;
}
/* .call_info p {
  font-size: 18px;
} */
.call_info i {
    font-size: 26px;
}

.br_5 {
    border-radius: 5px !important;
}

.bg_lightpink {
    background-color: #ffdfe4;
}

.appStore_img {
    position: relative;
    margin-top: -100px;
    display: block;
}

    .appStore_img img {
        margin-left: auto;
        margin-right: auto;
        max-height: 450px;
    }

.text_black {
    color: black;
}

.py_50 {
    padding-left: 50px;
    padding-right: 50px;
}

.bg_bluelight {
    background-color: #d7f7fb;
}

.br_20 {
    border-radius: 20px;
}

.mt_80 {
    margin-top: 80px;
}

.fs-34 {
    font-size: 34px;
}

.btn_danger {
    border-radius: 0px;
    padding: 6px 15px;
    font-size: 18px;
    background: #d9475c !important;
    color: #fff !important;
    border-radius: 5px;
}
/* .form-control::placeholder {
  color: #dfc3c3;
} */
.form_img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.fs-20 {
    font-size: 20px;
}

.text_blue {
    color: #111;
}

.fs-18 {
    font-size: 18px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-30 {
    font-size: 30px;
}

.bg_lightpink {
    background-color: #ffe0ec;
}

.fw-700 {
    font-weight: 700;
}

@media (min-width: 1200px) {
    .w-20 {
        width: 20%;
    }
}

.b_pink {
    border-right: 1px solid pink;
}

.blogs_imgs {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

img.img-fluid.destination_img {
    height: 280px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.footer_bgcolor {
    background-color: rgb(253 238 244 / 50%);
}

.bg_lightishpink {
    background-color: #fcf2f39e;
}

.br-3 {
    border-bottom: 3px solid #d9475c;
}

.btn_outline {
    border: 1px solid #eee !important;
    background-color: transparent;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: black;
}

.swiper-button-prev:after {
    content: none !important;
    color: black;
}

.swiper-button-next:after {
    content: none !important;
    color: black;
}

.filter-1 {
    filter: brightness(0.3);
}

.btn_viewall {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translatey(-50%);
    right: 0%;
    margin: 0 auto;
    text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    text-align: center !important;
    position: absolute !important;
    z-index: 9;
    display: block;
    line-height: normal;
    font-size: 18px;
    padding: 6px 10px !important;
    cursor: pointer;
    background: white !important;
    color: black !important;
    top: 50%;
    border-radius: 50%;
    padding: 0;
    border: none;
    opacity: 1;
    box-shadow: 0px 1px 2px rgba(55, 73, 87, 0.1), 0px 2px 5px rgba(55, 73, 87, 0.15);
}

/* search bar css */

#search-box {
    visibility: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: rgba(0, 0, 0, .8); */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

    #search-box .search_bar {
        display: table;
        width: 100%;
        height: 100%;
    }

        #search-box .search_bar .close {
            position: absolute;
            right: 32px;
            top: 32px;
            width: 32px;
            height: 32px;
            opacity: 0.3;
        }

            #search-box .search_bar .close:hover {
                opacity: 1;
            }

            #search-box .search_bar .close:before,
            #search-box .search_bar .close:after {
                position: absolute;
                left: 15px;
                content: " ";
                height: 33px;
                width: 2px;
                background-color: white;
            }

            #search-box .search_bar .close:before {
                transform: rotate(45deg);
            }

            #search-box .search_bar .close:after {
                transform: rotate(-45deg);
            }

        #search-box .search_bar .search-main {
            display: table-cell;
            vertical-align: middle;
        }

            #search-box .search_bar .search-main .search-inner {
                width: 80%;
                margin: 0 auto;
            }

            #search-box .search_bar .search-main form {
                position: relative;
            }

            #search-box .search_bar .search-main input {
                background: transparent;
                border: none;
                box-shadow: none;
                padding: 12px 74px 12px 0;
                font-size: 24px;
                /* height: 84px; */
                border-bottom: 2px solid white;
                display: block;
                color: white;
                margin-bottom: 0;
                width: 80%;
                transform: scale3d(0, 1, 1);
                transform-origin: 0% 50%;
                transition: transform 3s;
            }

                #search-box .search_bar .search-main input:focus {
                    outline: none;
                }

            #search-box .search_bar .search-main button {
                border: 0;
                left: auto;
                outline: none;
                padding: 0;
                position: absolute;
                right: 0;
                top: 0.3em;
                bottom: 0.3em;
                background: transparent;
                font-size: 43px;
            }

            #search-box .search_bar .search-main .search-info {
                display: block;
                color: white;
                text-align: right;
                float: right;
                margin-top: 4px;
            }

    #search-box.-open {
        background: rgba(0, 0, 0, 0.9);
        visibility: visible;
        animation: fadein 0.8s;
    }

        #search-box.-open .search_bar .search-main input {
            transform: scale3d(1, 1, 1);
            transition-duration: 1s;
        }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* popup search */
.search-modal .btn-close {
    background: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    opacity: 1;
    padding: 0;
    text-align: center;
    width: 40px;
}

.search_area {
    position: relative;
}

.popup-search-field.search_area label {
    color: black;
    font-size: 16px;
    left: 30px;
    right: auto;
    top: initial;
}

.popup-search-field {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -moz-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    -o-box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    box-shadow: 0px 6px 15px rgba(64, 79, 104, 0.05);
    display: flex;
    height: 100px;
    padding: 9px;
}

    .popup-search-field .form-control {
        border: none;
    }

        .popup-search-field .form-control:focus {
            border: none;
            outline: none;
        }

    .popup-search-field.search_area .form-control {
        padding-left: 57px;
        outline: none;
    }

.search_area label {
    color: black;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 15px;
}

.search_area input::placeholder {
    color: #111;
    font-size: 15px;
    font-weight: 400;
}

input.input_search {
    width: 100%;
    display: block;
    padding: 9px 11px 9px 55px;
    background: #fff url("/assets/images/search.png") no-repeat 13px;
    border-radius: 10px;
    height: 55px;
    /* max-width: 450px; */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

/* Vanue Listing */
.venue-listing-wrpper {
    color: #1a1a1a;
    padding: 30px 0;
}

    .venue-listing-wrpper .vanue-location {
        font-size: 14px;
        font-weight: 400;
    }

        .venue-listing-wrpper .vanue-location a {
            font-weight: 700;
        }

    .venue-listing-wrpper .vanue-top-details h2 {
        margin-bottom: 0;
        opacity: 1;
        color: #000;
        font-size: 32px;
    }

.vanue-banner .product_slider {
    padding: 20px 0;
}

    .vanue-banner .product_slider .swiper-slide .real-image {
        height: 500px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .vanue-banner .product_slider .swiper-slide {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .vanue-banner .product_slider .blur-image img {
        width: 100%;
        height: 100%;
        filter: blur(6px);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
    }

.food-pacakge-card {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

    .food-pacakge-card h2 {
        font-size: 20px;
        margin-bottom: 0;
        color: #fff;
        opacity: 1;
        background: #00bcd5;
        padding: 10px;
        text-align: center;
    }

.food-packages .price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    border-bottom: 1px solid #eee;
    padding: 10px 16px 10px;
}

    .food-packages .price-wrap .price {
        font-size: 22px;
        font-weight: 600;
        /* color: #d9475c; */
    }

    .food-packages .price-wrap .price-start {
        font-size: 14px;
        font-weight: 400;
        padding-right: 10px;
    }

    .food-packages .price-wrap .price i {
        font-size: 16px;
        margin-right: 3px;
    }

.food-pacakge-card .food-packages {
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
    /* padding: 16px 16px 0; */
}

    .food-pacakge-card .food-packages .food-type.veg {
        color: #009444;
        font-weight: 500;
    }

    .food-pacakge-card .food-packages .food-type.non-veg {
        color: #ed1c24;
    }

.choose-menu {
    /* margin-top: 24px; */
    padding: 16px 16px 16px;
    border-top: 1px solid #eee;
}

    .choose-menu .choose-menu-btn,
    .submit-vanue-details .submit-btn {
        border: 2px solid #d9475c;
        border-radius: 4px;
        padding: 4px 16px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        transition: all 300ms ease-in-out;
        background: #d9475c;
        color: #fff;
    }

        .choose-menu .choose-menu-btn:hover,
        .submit-vanue-details .submit-btn:hover {
            color: #d9475c;
            background: transparent;
            border-color: #d9475c;
        }

.contact-venue-form {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    overflow: hidden;
    border-radius: 12px;
}

    .contact-venue-form h2 {
        font-size: 20px;
        margin-bottom: 0;
        color: #fff;
        opacity: 1;
        background: #00bcd5;
        padding: 10px;
        text-align: center;
    }

    .contact-venue-form .form-wrap {
        padding: 16px;
    }

    .contact-venue-form input,
    .contact-venue-form select {
        width: 100%;
        border: 1px solid #dad8d8;
        padding: 10px 16px;
        font-size: 14px;
        outline: none;
        border-radius: 0;
        box-shadow: none !important;
    }

        .contact-venue-form input:focus,
        .contact-venue-form select:focus {
            border-color: #d9475c;
        }

    .contact-venue-form .form-group {
        margin-bottom: 16px;
    }

.facility-card {
    padding: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

    .facility-card .icon img {
        height: 60px;
    }

    .facility-card .meta-details {
        margin-top: 20px;
    }

        .facility-card .meta-details .hall-type-wrap {
            font-size: 20px;
            color: #000;
        }

        .facility-card .meta-details .wrap {
            color: #000;
            font-size: 14px;
            display: flex;
            gap: 20px;
            margin-top: 0;
            opacity: 0.8;
        }

            .facility-card .meta-details .wrap .person,
            .facility-card .meta-details .wrap .price {
                display: flex;
                gap: 4px;
            }

                .facility-card .meta-details .wrap .price i {
                    font-size: 12px;
                    margin-right: 3px;
                }

            .facility-card .meta-details .wrap .person {
                position: relative;
            }

                .facility-card .meta-details .wrap .person:before {
                    content: "";
                    position: absolute;
                    right: -9px;
                    top: 50%;
                    width: 2px;
                    height: 70%;
                    background: #e72e77;
                    transform: translateY(-50%);
                }

.facility-wrap > div:nth-child(2n) .icon img {
    filter: contrast(1) invert(1);
}

.facility-wrap > div:nth-child(3n) .icon img {
    filter: contrast(100) invert(1);
}

.facility-wrap > div:nth-child(4n) .icon img {
    filter: contrast(100) invert(0) !important;
}

.facility-wrap {
    row-gap: 23px;
}

.available-areas-facilities {
    padding-bottom: 50px;
    padding-top: 30px;
}

.about-venue-content {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    opacity: 1;
    font-weight: 400;
}

/*ABoout US*/
.aboutus-card {
    padding: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

    .aboutus-card .about-venue-content p:last-child {
        margin-bottom: 0;
    }

.overview-listwrap {
    margin-top: 30px;
}

    .overview-listwrap .overview {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 20px;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

.about-venue .overview-content-wrapper {
    margin-top: 50px;
}

.content-list-card {
    padding: 12px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    height: 100%;
}

    .content-list-card .list-title {
        font-size: 18px;
        color: #d9475c;
        font-weight: 600;
        margin-bottom: 10px;
    }

.content-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #000;
    font-weight: 400;
}

    .content-list span {
        font-weight: 600;
    }

.overview-content {
    row-gap: 24px;
}

.content-list li {
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}

    .content-list li i {
        position: relative;
        top: 7px;
        color: #007e00;
    }

.amenities-list > ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .amenities-list > ul > li {
        display: flex;
        gap: 10px;
        padding: 12px;
        border: 1px solid #fff;
        border-radius: 4px;
        /*background: rgb(0 188 213 / 8%);*/
        /* background: #fff; */
        /* background: #00bcd5;
  color: #fff; */
        background: #fff;
        color: #000;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    }

.amenities-list > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    color: #000;
}

    .amenities-list > ul > li i {
        position: relative;
        top: 5px;
        /* color: #00bcd5; */
    }

.amenities-section {
    padding: 50px 0;
    background: #fbfbfb;
}

.about-venue {
    padding-bottom: 50px;
}

.inner-section-title {
    margin-bottom: 20px;
}

    .inner-section-title h2 {
        font-size: 32px;
        margin-bottom: 0;
        opacity: 1;
    }

    .inner-section-title h3 {
        font-size: 26px;
        margin-bottom: 0;
        opacity: 1;
    }
/* Calendar */

.cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-display {
    display: flex;
    align-items: center;
}

    .header-display p {
        color: var(--accent);
        margin: 5px;
        font-size: 1rem;
        word-spacing: 0.5rem;
    }

.cal-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s linear;
}

.arrow:hover {
    background: var(--accent-2);
    transition: all 0.4s linear;
}

.days,
.week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin: auto;
    justify-content: space-between;
}

div.calendar {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.week div,
.days div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    width: 2em;
    border-radius: 100%;
    color: black;
}

    .days div:hover {
        background: var(--accent-2);
        color: rgb(25, 25, 201);
        cursor: pointer;
    }

.week div {
    opacity: 0.5;
}

.current-date {
    background-color: var(--accent);
    color: var(--white);
}

.display-selected {
    margin-bottom: 10px;
    padding: 20px 20px;
    text-align: center;
}

.inactive {
    opacity: 0.5;
}

/**/
.gallary-section {
    padding: 50px 0;
    background: #fbfbfb;
}

    .gallary-section .gallery {
        row-gap: 24px;
    }

/**/
.summary-section {
    padding: 50px 0;
    color: #000;
}

    .summary-section h3 {
        opacity: 1;
        font-size: 18px;
        font-weight: 600;
    }

    .summary-section .venue-policy {
        margin-bottom: 24px;
    }

        .summary-section .venue-policy ul {
            padding: 0;
            margin: 0;
            list-style: none;
            font-size: 14px;
            font-weight: 400;
        }

.summary-text p {
    font-weight: 400;
}

.summary-text {
    margin-bottom: 24px;
}

    .summary-text p:last-child {
        margin-bottom: 0;
    }

.summary-section .venue-policy ul li {
    padding-left: 16px;
    position: relative;
}

    .summary-section .venue-policy ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
    }

    .summary-section .venue-policy ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 100%;
    }
/**/
.check-availability-section {
    padding: 50px 0;
    background-color: #f5f9f0;
}

    .check-availability-section .calendar {
        padding: 16px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        color: #000;
        background: #fff;
    }

.selected-event-card {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #000;
    background: #fff;
}

    .selected-event-card .selected-date {
        font-size: 24px;
        font-weight: 400;
        color: #00bcd5;
    }

    .selected-event-card .venue-type-list ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 6px;
        position: relative;
    }

    .selected-event-card .top-content {
        display: flex;
        gap: 30px;
    }

    .selected-event-card .venue-type-list ul li {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 20px;
        background: #00bcd521;
        border-radius: 4px;
    }

    .selected-event-card .venue-type-list ul:before {
        content: "";
        position: absolute;
        left: -20px;
        top: 12px;
        width: 8px;
        height: 1.5px;
        background: #000;
    }

.week div:hover,
.days div:hover {
    background: #d9475c !important;
    color: #fff;
}

/**/
.venue-location-card {
    margin-bottom: 50px;
}

    .venue-location-card .map-title {
        margin-bottom: 20px;
    }

        .venue-location-card .map-title h2 {
            margin-bottom: 0;
        }

    .venue-location-card .map-card {
        width: 100%;
        height: 400px;
    }

        .venue-location-card .map-card iframe {
            height: 100%;
            width: 100%;
        }

.selected-event-card .content-left {
    margin-top: 20px;
}

.selected-event-card .venue-detail .venue-type {
    font-size: 14px;
    opacity: 0.7;
    font-weight: 400;
    line-height: 20px;
}

.selected-event-card .venue-detail .value i {
    font-size: 14px;
    margin-right: 2px;
}

.venue-detail-wrap {
    width: 100%;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 7px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.selected-event-card .content-left .wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.venue-detail-wrap .bottom-content {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

    .venue-detail-wrap .bottom-content .buttons-wrap {
        display: flex;
        justify-content: flex-end;
        gap: 16px;
    }

        .venue-detail-wrap .bottom-content .buttons-wrap a {
            padding: 4px 8px;
            background: transparent;
            border: 1px solid transparent;
            border-radius: 4px;
            color: inherit;
        }

            .venue-detail-wrap .bottom-content .buttons-wrap a i,
            .venue-detail-wrap .bottom-content .buttons-wrap a img {
                width: 20px;
                margin-right: 4px;
            }

    .venue-detail-wrap .bottom-content .book-btn a {
        background: #0005db;
        color: #fff;
    }

    .venue-detail-wrap .bottom-content .inquiry-btn a {
        background: #d9475c;
        color: #fff;
    }

    .venue-detail-wrap .bottom-content .call-btn a {
        background: #00bcd5;
        color: #fff;
    }

    .venue-detail-wrap .bottom-content .whatsapp-btn a {
        border-color: #4ac959;
        background: #4ac959;
        color: #fff;
    }

    .venue-detail-wrap .bottom-content .buttons-wrap a img {
        position: relative;
        top: -1px;
    }

.selected-event-card .content-left .venue-detail-wrap:not(:last-child) {
    margin-bottom: 20px;
}

.vanue-top-details {
    display: flex;
    justify-content: space-between;
}

    .vanue-top-details .contact-icon {
        margin-top: 12px;
    }

.connect-stripe {
    padding: 16px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
}

    .connect-stripe .right-content {
        display: flex;
        gap: 10px;
        align-items: center;
    }

        .connect-stripe .right-content h4 {
            margin-bottom: 0;
        }

    .connect-stripe .social-share a {
        width: 30px;
        height: 30px;
        border: 1px solid #2e2e2e;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 30px;
        background: #2e2e2e;
        color: #fff;
    }

    .connect-stripe .shortlist a {
        border: 1px solid #2e2e2e;
        padding: 6px 12px;
        border-radius: 4px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #2e2e2e;
        transition: all 300ms ease-in-out;
    }

        .connect-stripe .shortlist a:hover {
            background: #2e2e2e;
            color: #fff;
        }

.venue-listing-wrpper .ratings-wrap {
    font-size: 14px;
    padding: 3px 8px;
    background: #17c434;
    color: #fff;
    border-radius: 4px;
}

    .venue-listing-wrpper .ratings-wrap .ratings {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .venue-listing-wrpper .ratings-wrap .nos-review {
        font-size: 12px;
    }

.venue-listing-wrpper .connect-stripe .right-content .social-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

/**/
.faq-content {
    margin-top: 50px;
}

.faq-accordion .faq-accordion-item {
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
}

    .faq-accordion .faq-accordion-item .faq-accordian-btn {
        display: block;
        width: 100%;
        border: none;
        background: transparent;
        text-align: left;
        padding: 10px 50px 10px 20px;
        border-radius: 0;
        transition: 0.2s;
        font-size: 16px;
        font-family: var(--heading-font);
        outline: none !important;
        position: relative;
        font-weight: 600;
    }

        .faq-accordion .faq-accordion-item .faq-accordian-btn i {
            transform: translateY(-50%);
            position: absolute;
            right: 20px;
            top: 50%;
            transition: 0.2s;
        }

        .faq-accordion .faq-accordion-item .faq-accordian-btn:not(.collapsed) i {
            transform: translateY(-50%) rotate(45deg);
        }

        .faq-accordion .faq-accordion-item .faq-accordian-btn:not(.collapsed) {
            border-radius: 0;
        }

    .faq-accordion .faq-accordion-item .accordion-body {
        background: var(--light-gray7);
        border-radius: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        padding-top: 4px;
    }

    .faq-accordion .faq-accordion-item .faq-accordian-btn:hover,
    .faq-accordion .faq-accordion-item .faq-accordian-btn:not(.collapsed) {
        background: var(--light-gray7);
    }

/**/
.inquiry-form .modal-body.contact-venue-form {
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.inquiry-form h1 {
    font-size: 22px;
    color: #000;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.selected-hall-type {
    font-size: 14px;
    line-height: 18px;
    padding: 4px 8px;
    background: blue;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
}

/* Listing Banner */
.breadcrumb-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

    .breadcrumb-list li {
        padding-right: 20px;
        position: relative;
        opacity: 0.8;
    }

        .breadcrumb-list li:not(:last-child):before {
            content: ">";
            position: absolute;
            right: 4px;
            color: #000;
        }

        .breadcrumb-list li a {
            color: #000;
        }

            .breadcrumb-list li a:hover {
                text-decoration: underline;
            }

.listing-banner {
    background: #ffeef0;
    padding: 30px 0;
    background: #00bcd517;
}

    .listing-banner h1 {
        margin-bottom: 0;
        opacity: 1;
        text-align: center;
        font-size: 42px;
        color: #000;
    }

.city-search-section {
    padding: 30px 0 30px;
}

    .city-search-section .cities_row {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        gap: 16px;
    }

        .city-search-section .cities_row .card-body {
            padding: 12px;
        }

            .city-search-section .cities_row .card-body img {
                width: 70px;
                height: 70px;
            }

.search-result-text h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    opacity: 1;
}

    .search-result-text h2 span {
        font-weight: 600;
    }

.search-result-text {
    margin-bottom: 20px;
}

/* Topbar */
.search-listing-section {
    padding: 50px 0;
}

    .search-listing-section .list-topbar-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
        margin-bottom: 40px;
    }

        .search-listing-section .list-topbar-wrapper .venue-search-option {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }

    .search-listing-section .grid-view-options {
        display: flex;
        align-items: center;
        gap: 20px;
    }

        .search-listing-section .grid-view-options img {
            width: 30px;
        }

        .search-listing-section .grid-view-options button {
            height: 50px;
            border: none;
            background: transparent;
            display: flex;
            gap: 10px;
            align-items: center;
            padding: 0 0;
        }

    .search-listing-section .list-topbar-wrapper .venue-search-option > div {
        width: 270px;
    }

    .search-listing-section
    .list-topbar-wrapper
    .venue-search-option
    .input_search {
        border-radius: 0;
    }

    .search-listing-section .list-topbar-wrapper .venue-search-option > div select,
    .list-topbar-wrapper .venue-search-option > div input {
        height: 50px;
        font-size: 14px;
        box-shadow: none;
    }

.venue-list-card img {
    max-width: 100%;
}

.venue-list-card {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

    .venue-list-card .venue-list-card-content {
        padding: 16px;
    }

        .venue-list-card .venue-list-card-content h3 {
            font-size: 20px;
            opacity: 1;
            margin-bottom: 0;
            line-height: 24px;
        }

        .venue-list-card .venue-list-card-content .location {
            color: #000;
            display: flex;
            gap: 6px;
            font-weight: 400;
            line-height: normal;
            font-size: 14px;
            opacity: 0.7;
            margin-top: 5px;
        }

            .venue-list-card .venue-list-card-content .location i {
                position: relative;
                top: 1px;
            }

        .venue-list-card .venue-list-card-content .venue-name {
            margin-bottom: 16px;
            display: block;
        }

        .venue-list-card .venue-list-card-content .meta-list {
            display: flex;
            padding: 0;
            margin: 0;
            list-style: none;
            gap: 8px;
            color: #000;
            flex-wrap: wrap;
        }

            .venue-list-card .venue-list-card-content .meta-list img {
                width: 17px;
                margin-right: 4px;
            }

            .venue-list-card .venue-list-card-content .meta-list li:not(:last-child) {
                width: calc(50% - 4px);
                display: flex;
                margin-bottom: 10px;
                flex-direction: column;
                align-items: flex-start;
            }

                .venue-list-card .venue-list-card-content .meta-list li:not(:last-child) i {
                    font-size: 16px;
                    margin-right: 4px;
                }

                .venue-list-card .venue-list-card-content .meta-list li:not(:last-child) span {
                    font-size: 20px;
                    display: flex;
                    align-items: center;
                    font-weight: 600;
                }

        .venue-list-card .venue-list-card-content .venue-list {
            display: flex;
            gap: 10px;
            opacity: 0.8;
        }

        .venue-list-card
        .venue-list-card-content
        .meta-list
        li:not(:last-child)
        .menutype {
            font-size: 12px;
            opacity: 0.8;
        }

        .venue-list-card .venue-list-card-content .venue-list .capacity i {
            margin-right: 8px;
        }

        .venue-list-card .venue-list-card-content .meta-list li:not(:last-child) p {
            font-size: 12px;
            margin-bottom: 0;
            margin-left: 4px;
            font-weight: 400;
            opacity: 0.7;
        }

    .venue-list-card .ratings-wrap {
        display: flex;
        gap: 7px;
        color: #000;
        margin-bottom: 16px;
        align-items: flex-end;
        line-height: normal;
    }

        .venue-list-card .ratings-wrap .ratings i {
            color: orange;
            margin-right: 5px;
            font-size: 16px;
            position: relative;
            top: -2px;
        }

        .venue-list-card .ratings-wrap .nos-review {
            font-size: 13px;
            opacity: 0.7;
            line-height: normal;
            position: relative;
            top: -3px;
        }

    .venue-list-card .ratings {
        font-size: 20px;
    }

    .venue-list-card .venue-list-card-content .price-list li a {
        font-size: 12px;
        font-weight: 400;
        text-decoration: underline;
        margin-left: 8px;
    }

.grid-view-wrapper .venue-list-card-image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
/* List View */
.list-view-wrapper .venue-list-card {
    display: flex;
}

.list-view-wrapper .venue-list-card-content {
    width: calc(100% - 350px);
}

    .list-view-wrapper .venue-list-card-content .title-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        justify-content: space-between;
    }

    .list-view-wrapper .venue-list-card-content .meta-list {
        max-width: 400px;
    }

.venue-list-card .venue-list-card-content .amenities,
.venue-list-card .venue-list-card-content .about-vendor {
    display: none;
}

.list-view-wrapper {
    row-gap: 24px;
    display: flex;
    flex-direction: column;
}

    .list-view-wrapper .venue-list-card .venue-list-card-content .about-vendor {
        display: block;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        margin-top: 10px;
        opacity: 0.9;
    }

    .list-view-wrapper .venue-list-card img {
        height: 100%;
        max-height: 270px;
    }

    .list-view-wrapper
    .venue-list-card
    .venue-list-card-content
    .about-vendor
    p:last-child {
        margin-bottom: 0;
    }

    .list-view-wrapper .venue-list-card .venue-list-card-content .amenities {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        font-weight: 400;
        gap: 10px;
        line-height: normal;
        margin-top: 20px;
    }

        .list-view-wrapper .venue-list-card .venue-list-card-content .amenities .item {
            padding: 4px;
            border: 1px solid #eee;
            background: #fbf9f9;
            border-radius: 4px;
        }

            .list-view-wrapper
            .venue-list-card
            .venue-list-card-content
            .amenities
            .item:last-child {
                background: #8b8b8b;
                color: #fff;
                cursor: pointer;
            }

    .list-view-wrapper .venue-list-card-image {
        height: 100%;
    }

    .list-view-wrapper .venue-list-card .venue-list-card-content .venue-name {
        width: calc(100% - 170px);
    }

.list-topbar-wrapper .list-view button,
.grid-view-options .grid-view button {
    /* color: #00bcd5; */
}

    .list-topbar-wrapper .list-view button i {
        font-size: 20px;
    }

.accordian_selecttype .accordion-button {
    color: #000;
    font-size: 16px;
}

.filterScroll .accordion-body .card-body {
    color: #000;
}

.filterScroll .accordion-body {
    color: #000;
}

    .filterScroll .accordion-body .form-check-input {
        border-color: #000;
    }

.venue-list-card .venue-list-card-content .price-list {
    display: flex;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
    gap: 8px;
    color: #000;
    flex-wrap: wrap;
}

    .venue-list-card .venue-list-card-content .price-list .menutype {
        font-size: 12px;
        opacity: 0.8;
        font-weight: 400;
    }

    .venue-list-card .venue-list-card-content .price-list li {
        font-size: 20px;
        display: flex;
        align-items: flex-start;
        font-weight: 600;
        flex-direction: column;
    }

.venue-list-card .venue-list-card-content .other-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

    .venue-list-card .venue-list-card-content .other-details ul i {
        width: 20px;
        font-size: 15px;
    }

        .venue-list-card .venue-list-card-content .other-details ul i.fa-award {
            color: green;
        }

    .venue-list-card
    .venue-list-card-content
    .other-details
    ul
    li:not(:last-child) {
        margin-bottom: 4px;
    }

    .venue-list-card
    .venue-list-card-content
    .other-details
    ul
    i.fa-calendar-check {
        color: deeppink;
    }

/* Vendor Listing */
.vendor-facility-wrap .facility-card .fa-award {
    color: green;
}

.vendor-facility-wrap .facility-card i {
    font-size: 36px;
}

.vendor-facility-wrap .facility-card .fa-calendar-check {
    color: deeppink;
}

.vendor-facility-wrap .facility-card .fa-plane-departure {
    color: rebeccapurple;
}

.vendor-facility-wrap .facility-card .hall-type {
    font-size: 28px;
}

.vendor-facility-wrap .facility-card .meta-details .wrap .person:before {
    content: none;
}

.food-pacakge-card.vendor-price h2 {
    background: transparent;
    color: #00bcd5;
    text-align: left;
    padding: 16px 16px 0;
    margin-bottom: 20px;
}

.food-pacakge-card.vendor-price {
    padding: 0;
}

    .food-pacakge-card.vendor-price .price-wrap {
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 10px;
    }

.food-packages .price-wrap .price {
    font-size: 18px;
}

.food-pacakge-card.vendor-price .direct-connect {
    padding: 0 16px 10px;
}

.food-pacakge-card.vendor-price .food-packages {
    padding: 0;
}

.direct-connect a {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: green;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.gallary-section .nav-tabs button {
    padding: 0;
    background: transparent !important;
    border: none;
    font-size: 18px;
    margin-right: 16px;
    color: #000;
    opacity: 0.8;
    transition: all 300ms ease-in-out;
}

.gallary-section .nav-tabs .nav-item {
    background: transparent;
}

.gallary-section .nav-tabs button.active {
    font-size: 22px;
    opacity: 1;
    line-height: normal;
}

.gallary-section .nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
}

/***/
.banner-text {
    font-size: 38px;
}

.view-more .card {
    background: #002226;
    border-color: #002226;
}

    .view-more .card a.btn {
        color: #fff;
    }

.video-gallery .popup-youtube {
    display: block;
    position: relative;
}

    .video-gallery .popup-youtube .video-play-icon {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        margin: 0 auto;
        z-index: 1;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 100%;
    }

.check-radio {
    background: #ffe0ec;
    padding: 12px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
    cursor: pointer;
}

.logib-card .contact-venue-form {
    border: unset !important;
    box-shadow: unset;
    background: unset;
    border-radius: unset;
    margin-top: 0px;
}

.logib-card h5 {
    margin-bottom: 10px;
}

.logib-card {
    padding: 10px 0px;
}

.new-bg-whatsapp {
    background: #cfffcf;
}

.check-radio
[type="radio"]:checked, .check-radio
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .check-radio
    [type="radio"]:checked + label, .check-radio
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        line-height: 16px;
        display: inline-block;
        color: #666;
    }

        .check-radio [type="radio"]:checked + label:before, .check-radio
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .check-radio [type="radio"]:checked + label:after, .check-radio
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #F87DA9;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .check-radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .check-radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.contact-venue-form textarea:focus {
    border-color: #d9475c !important;
}

textarea.form-control {
    min-height: calc(1.6em + 1.1rem + 2px);
    border-radius: 0px !important;
    border: 1px solid #dad8d8 !important;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: #d9475c;
    cursor: pointer;
}

.add-read-more {
    width: 100%;
    margin: 0 auto;
}

.form-control:focus {
    background-color: #fff;
    border-color: #ee9393;
    box-shadow: unset !important;
    color: var(--rw-body-color);
    outline: 0;
}

.mb-20-new {
    margin-bottom: 20px
}

.review-sec .contact-venue-form {
    box-shadow: none;
    border-radius: unset !important;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e7eb;
}

.section-padding {
    padding: 0px 0px;
}

.rate > input {
    display: none;
}

.review-form .rate label {
    color: unset;
}

.review-form .rate > input:checked + label {
    color: #ffc700;
}

.review-form .rate > .starre.active + label {
    color: #ffc700;
}

.review-form .rate label:hover {
    color: #ffc700;
}

.rate label {
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    color: #ffc700;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.rate > label::before {
    content: "★";
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    color: inherit;
    width: 30px;
    text-align: center;
    transition: color 0.35s ease 0s;
    margin-bottom: -10px;
}

.rate > input:checked + label {
    color: #ffc700;
}

.rate {
    margin-left: 10px;
}

.review-form-sec {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0.2rem 1rem 0 rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.Outcolr {
    color: var(--theme-color);
}

.rerror {
    color: red;
}

.Qerror {
    color: red;
}

.emptyclr {
    color: #ddd !important;
}

.food-form .food-menu {
    padding: 10px 20px;
    justify-content: center;
}

.food-menu .tab-content {
    margin-top: 10px;
}

.food-menu .nav-tabs .nav-link {
    color: #000;
    border-radius: unset !important;
    /* border: 2px dotted #d9475c; */

    border-radius: 0px !important;
    margin-right: 20px;
    font-size: 13px;
    padding: 10px 20px;
    border: none;
    color: #000;
}

    .food-menu .nav-tabs .nav-link img {
        height: 24px;
        width: 24px;
    }

    .food-menu .nav-tabs .nav-link.active {
        border-bottom: 2px solid #d9475c !important;
        color: #000 !important;
    }

        .food-menu .nav-tabs .nav-link.active img {
            background-color: #f1f1f1 !important;
        }

    .food-menu .nav-tabs .nav-link img {
        margin-right: 10px;
    }

.food-menu .nav-tabs {
    border-bottom: 0px !important;
}

.box {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    background-image: url(../images/card-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 578px;
    padding-bottom: 29px;
    overflow: auto;
    max-width: 320px;
}

    .box:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }

button.btn-close {
    position: absolute;
    right: 23px;
}

.box .title {
    width: 100%;
    padding: 20px 0 0px 0px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #000;
}

.box .basic .title {
    background: var(--pinkish-red);
}

.box .standard .title {
    background: var(--medium-blue);
}

.box .business .title {
    background: var(--greenish-blue);
}

.box .view {
    display: block;
    width: 100%;
    padding: 30px 0 20px;
    background: var(--white-smoke);
}

.box .icon {
    display: flex;
    justify-content: center;
}

    .box .icon img {
        width: 100px;
    }

.box .cost {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 10px;
}

.box .amount {
    font-size: 2.8em;
    font-weight: bolder;
}

.box .detail {
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.box .description {
    padding: 15px 30px 0px 30px;
    font-size: 0.8em;
    color: #000;
    border-bottom: 1px solid #eee;
}


.box .button {
    margin: 0 auto 30px;
}

.box button {
    height: 40px;
    width: 250px;
    font-size: 0.7em;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #7D7C7C;
    border: 2px solid var(--dark-gray);
    border-radius: 50px;
    background: transparent;
}

    .box button:hover {
        color: var(--white-smoke);
        transition: 0.5s;
        border: none;
        background: var(--bright-orange);
    }

/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .box .content {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 50px auto;
    }

    .box .standard, .business {
        margin-top: 25px;
    }
}
/* Responsiveness:End */


.hide-part {
    display: none;
}

.show-part {
    display: block;
    cursor: pointer;
}

li.mb-2.show-more.new-color {
    cursor: pointer;
    color: #d9475c;
}


.dest-card {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dust-body {
    padding: 20px;
}

    .dust-body p {
        color: #000;
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.dust-foot {
    padding: 20px;
    border-top: 1px solid #eee;
}

.dest-thumb {
    overflow: hidden;
}

    .dest-thumb img {
        width: 100%;
    }

.social-icons {
    list-style: none;
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-bottom: 0px;
}

    .social-icons li a {
        text-decoration: none;
        background: #d9475c;
        color: #fff;
        border-radius: 50%;
        height: 40px !important;
        width: 40px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }

        .social-icons li a i {
        }


.new-flex1 {
    display: flex;
    gap: 1rem;
    justify-content: center;
    overflow: hidden;
    align-content: center;
}

.new-list {
    overflow: auto;
    height: 470px;
    width: 94%;
}

    .new-list::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        position: absolute;
    }
    /* Scrollbar Styling */


    .new-list::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .new-list::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #d9475c;
    }

.blog-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 8px !important;
}

    .blog-card .blogs_imgs {
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

.fxt-form {
    padding: 20px;
    text-align: center;
}

h2.fxt-otp-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.fxt-otp-logo {
    margin: 20px 0px;
}

.fxt-form p span {
    display: block;
}

.fxt-form p {
    margin-top: 20px;
    color: #000;
}

.fxt-form .fxt-otp-label {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.fxt-form .fxt-form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

    .fxt-form .fxt-form-row .fxt-form-col {
        text-align: center;
        margin-right: 10px;
        flex-basis: 0;
        flex-grow: 1;
        border-radius: unset !important;
    }

button.btn-close.new-close {
    position: absolute;
    top: 20px;
    z-index: 99;
}

.rightbar a i {
    margin-right: 5px;
}
/*Responsive*/
@media (min-width:320px) and (max-width:767px) {
    .rightbar ul {
        padding-left: 0px !important;
    }

    .navbar-transparent {
        padding: 10px 0 !important;
    }

        .navbar-transparent .navbar .dropdown-menu.new-hei {
            height: auto;
        }

    .list-view-wrapper .venue-list-card {
        flex-direction: column;
        justify-content: start !important;
    }

        .list-view-wrapper .venue-list-card .venue-list-card-content .amenities {
            justify-content: start !important;
        }

    .navbar-transparent .navbar .dropdown-menu {
        border: 0 solid transparent;
        box-shadow: 0 5px 10px rgba(20, 48, 58, .082);
        margin: 0;
        padding: .5rem;
        height: 350px;
        transition: .4s;
        transition: all .3s linear;
        overflow-y: auto;
    }

    .vendor-side1 .swiper-button-next {
        position: absolute !important;
        z-index: 1 !important;
        top: 31% !important;
        right: 0px !important;
    }

    .vendor-side1 .swiper-button-prev {
        position: absolute !important;
        z-index: 1 !important;
        top: 31% !important;
        left: 0px !important;
    }

    .vanue-top-details .contact-icon {
        margin-top: 12px;
        width: unset !important;
        margin-left: 20px;
    }

    .wrap {
        width: 100% !important;
    }

    .vender-slide .swiper-button-prev {
        position: absolute !important;
        z-index: 1 !important;
        top: 32% !important;
        left: -4px;
    }

    .vender-slide .swiper-button-next {
        position: absolute !important;
        z-index: 1 !important;
        top: 32% !important;
        right: -5px;
    }

    .venue {
        text-align: center;
        width: unset !important;
    }

    #searchModalToggle .modal-dialog {
        margin-top: 100px !important;
    }




    .right-side-options {
        flex-direction: column;
        display: flex;
        gap: 20px;
    }


    .navbar-transparent .navbar-toggler .icon-bar {
        background-color: #fff;
    }

    .venue h5 {
        color: #464040;
        margin-top: 12px;
        font-size: 12px !important;
        margin-top: 20px;
    }

    .sm-flex {
        display: flex;
        overflow: scroll;
        gap: 1rem;
    }

    .new-border {
        border-top: 1px solid #d9d9d9;
        padding: 5px 5px !important;
        width: 130px;
    }

    .rightbar a {
        font-size: 12px;
    }

    .breadcrumb-list {
        margin-bottom: 10px !important;
    }

    .card.icon-lift.mb-4.mb-lg-0 {
        margin-bottom: 0px !important;
    }

    .card-side h3 {
        font-size: 26px !important;
        color: #000;
        margin-bottom: 0px !important;
    }

    .main-img img {
        height: 100% !important;
        object-fit: cover;
        width: 100%;
    }

    .vendors {
        background: #f4fbff;
        padding-top: 40px;
        padding-bottom: 40px;
        /* position: relative; */
        margin-top: 305px;
    }

    .new-city-ul {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 0;
        padding-left: 5px;
        margin: 5px;
    }

        .new-city-ul li {
            width: 50% !important;
            padding: 5px;
            font-size: 16px;
            margin-bottom: 10px;
            box-sizing: border-box;
        }

    .sub-heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
        color: #000 !important;
    }

    .banner-text {
        font-size: 28px;
    }

    a.navbar-brand img {
        width: 177px;
    }

    h1.banner-text.text-white.text-center {
        margin-top: 0px !important;
    }

    .new-sub-mt {
        margin-top: 115px;
    }

    .position-relative.main-sub {
        height: 300px !important;
    }

    .banner-main {
        height: 375px !important;
    }

    .counter-area .counter-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 0;
        padding-left: 0px;
    }

    .section-title {
        font-size: 38px;
    }

    .counter-area .counter-list .item {
        margin-bottom: 15px;
    }

        .counter-area .counter-list .item .text {
            max-width: max-content;
        }

        .counter-area .counter-list .item .section-title {
            padding-bottom: 0px;
        }

    .about-section h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .about-section {
        background-color: #fff;
        padding: 20px 0px;
    }

    .about-left {
        background: transparent;
        padding-right: 0px;
    }

    .d-flex.call_info.mt-5.gap-4 {
        gap: .8rem !important;
        margin-top: 1rem !important;
        align-items: center;
    }

    .call-flex {
        justify-content: center;
        display: flex;
        /* background: #000; */
        gap: 1.2rem;
        border-radius: 10px;
        color: #fff;
        align-items: center;
    }

    .d-flex.call_info.mt-3.gap-4 {
        gap: .8rem !important;
        align-items: center;
    }

    .call_info i {
        font-size: 20px;
    }

    .form-bg-in {
        padding: 10px 20px;
    }

    .working-step {
        padding: 20px 0px !important;
        margin-bottom: 10px !important;
    }

    .bg-theme p:last-child {
        margin-bottom: 0px !important;
    }

    .working-step img {
        height: 32px;
        width: 32px;
    }

    .where-we-work {
        padding: 40px 0px !important;
    }

    .view-more {
        height: 115px;
    }

    .cta-sec {
        margin-top: 20px !important;
    }

    .cta-main .card-body {
        padding: 20px 20px 0px 20px !important;
    }

        .cta-main .card-body h2 {
            font-size: 28px !important;
        }

        .cta-main .card-body .btn_danger {
            width: 100%;
            margin-bottom: 30px;
        }

    .appStore_img img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 122px;
        max-height: 380px;
    }

    img.mx-auto.scan-img {
        height: 128px;
        width: 128px;
    }

    .scan-card p {
        font-weight: 600;
        color: #000;
    }

    .area-card {
        position: relative;
    }

    .price-card {
        position: relative;
    }

    .box {
        height: 528px !important;
    }

    .countriesSwiper .swiper-button-next, .countriesSwiper .swiper-button-prev {
        top: 61% !important;
    }

    .price-card .swiper-button-next, .price-card .swiper-button-prev {
        top: 50% !important;
        background: #d9475c !important;
        color: #fff !important;
    }

    .new-list {
        overflow: auto;
        height: 441px;
        width: 91%;
    }

    .sub-footer {
        margin-top: 10px !important;
    }

    .navbar-transparent.navbar-fixed .navbar-toggler .icon-bar {
        background-color: #fff;
    }

    li.nav-item.align-self-center.position-static {
        align-self: start !important;
        width: 100%;
        color: #fff;
    }

    .navbar-transparent .navbar .nav-link {
        color: #fff;
    }

    .navbar-transparent .navbar-nav .nav-link {
        border-top: unset !important;
        border-bottom: 1px solid #eee;
    }

    .navbar-transparent .navbar .dropdown .dropdown-toggle:after {
        color: #fff;
    }

    a.nav-link.mx-3 {
        margin-left: 10px !important;
    }

    .rightbar ul li {
        padding-left: 12px;
    }

        .rightbar ul li i {
            margin-right: 5px;
        }

    .navbar-transparent .navbar .nav-link:hover {
        color: #fff !important;
    }

    .new-search {
        position: absolute;
        top: 10px;
        /* right: -200px; */
        right: 8px;
    }

    .new-form p {
        padding: 0px 10px;
    }

    .icon-menu-search {
        position: unset !important;
    }

    .new-search i {
        font-size: 18px !important;
    }

    .search_area .btn_danger {
        display: none;
    }

    .sm-flex-new-form {
        align-items: start !important;
    }

        .sm-flex-new-form input {
            align-items: start !important;
            margin-top: 6px;
        }

    .popup-search-field.search_area label {
        color: black;
        font-size: 16px;
        left: auto;
        right: 30px;
        top: initial;
    }


    .popup-search-field.search_area .form-control {
        padding-left: 20px;
    }

    .popup-search-field {
        height: unset !important;
    }

    .search-listing-section .list-topbar-wrapper .venue-search-option > div {
        width: 100%;
    }

    .search-listing-section {
        padding: 20px 0 !important;
    }

    .city-search-section .cities_row {
        overflow: scroll;
    }

    .offcanvas.offcanvas-start {
        width: 350px;
    }

    .city-search-section {
        padding: 50px 0 10px;
    }

        .city-search-section .cities_row .card-body img {
            width: 40px;
        }

    .grid-view-wrapper {
        display: grid !important;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .offcanvas-backdrop {
        height: 100% !important;
    }

    .city-name {
        margin-top: .5rem !important;
    }

    .cities_col {
        width: 125px;
    }

    .card.icon-lift.h-100.mb-4.mb-lg-0.mb-md-0 {
        height: 100px !important;
    }

    .cities_col .h-100 {
        height: unset !important;
    }




    .search-listing-section .list-topbar-wrapper {
        margin-bottom: 20px !important;
    }

    .search-result-text {
        margin-bottom: 0px;
    }

    .list-view-wrapper .venue-list-card-image {
        width: 100%;
    }

    .list-view-wrapper .venue-list-card-content {
        width: 100% !important;
    }

    .list-view-wrapper a.img-card {
        width: 30%;
    }

    .list-view-wrapper .venue-list-card .venue-list-card-content .venue-name {
        width: 100%;
    }

    .list-view-wrapper .venue-list-card-content .title-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
        justify-content: space-between;
    }

    .venue-list-card .venue-list-card-content .meta-list {
        flex-direction: column;
    }

        .venue-list-card .venue-list-card-content .meta-list li:not(:last-child) {
            width: 100%;
        }

    .grid-view-wrapper {
        margin-top: 20px;
    }

    .vanue-top-details {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 1rem;
    }

    .venue-listing-wrpper .vanue-location {
        margin-top: 10px;
    }

    .vanue-banner .product_slider .swiper-slide .real-image {
        height: 204px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    product_slider .swiper-button-prev {
        top: 50% !important;
    }

    .connect-stripe {
        padding: 16px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        gap: 1rem;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 30px;
    }

        .connect-stripe .right-content {
            display: flex;
            gap: 10px;
            /* flex-direction: column; */
            justify-content: space-between;
            align-items: center;
        }

    .vanue-top-details .contact-icon {
        margin-top: 12px;
        position: fixed;
        bottom: 44px;
        z-index: 99;
    }

    .connect-stripe .left-content {
        text-align: right;
    }

    .food-form .food-menu {
        overflow: hidden;
    }

    .amenities-list > ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        color: #000;
    }

    .venue-listing-wrpper .connect-stripe .right-content .social-wrap {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-right: 10px;
    }

    .shortlist {
        display: flex;
        justify-content: space-between;
    }

    .ratings-wrap {
        width: 40%;
    }

    .food-packages .price-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        border-bottom: 1px solid #eee;
        padding: 10px 8px 10px;
    }

        .food-packages .price-wrap .price {
            font-size: 17px;
        }

    .available-areas-facilities {
        margin-top: -20px !important;
    }

    .search-listing-section .list-topbar-wrapper .venue-search-option {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
    }

    .venue-list-card-content .ratings-wrap {
        width: 100%;
    }

    .food-type {
        font-weight: 600;
        font-size: 14px;
    }

    .food-packages .price-wrap .price {
        font-size: 17px !important;
    }

    .food-pacakge-card.vendor-price .price-wrap {
        padding-bottom: 10px !important;
    }

    .food-packages .price-wrap .price i {
        font-size: 15px;
    }

    .facility-card .meta-details {
        margin-top: 10px !important;
    }

    .gallery_imgs {
        height: unset !important;
    }

    .blog-flex {
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        margin-bottom: 30px;
    }

    .social-icons {
        padding-left: 0px !important;
    }

    .new-sm-mb-0 {
        margin-bottom: 0px !important;
    }

    .realwed-img2 {
        position: relative !important;
        width: 50%;
    }

        .realwed-img2 img {
            height: 100%;
            width: 100%;
        }

    .realweddingImg {
        position: relative !important;
        width: 50%;
    }

        .realweddingImg img {
            height: 100%;
            width: 100%;
        }

    .why-flex {
        display: flex;
        gap: 1rem;
    }

    .py-20.new-mb-sm {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .why-font-sm {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .why-pad-sm {
        padding: 2rem 0px !important;
    }

    .page-banner-wrap {
        padding: 40px 0px;
    }

    .page-banner-area {
        height: 370px !important;
    }


    div#wrapper {
        margin-top: 30px;
    }

    .card-side h3 {
        display: inline;
    }

    .card-side span {
        font-size: 32px !important;
        line-height: unset !important;
    }

    .card-side {
        padding: 10px 20px !important;
        text-align: center !important;
    }

    .sub-content {
        margin: 5px 0px !important;
    }

    img.mfp-img {
        height: auto !important;
    }

    .card-side h3 {
        font-size: 30px;
        color: #000;
        margin-bottom: 0px !important;
    }

    .check-radio {
        margin-bottom: 10px !important;
    }

    .card-side {
        height: unset;
        width: 90%;
        margin: -10px auto 0px;
    }

    span.align-middle.ms-1.new-share {
        display: none;
    }

    .new-icon {
        position: absolute;
        bottom: 20px !important;
        right: 5px;
        background: #fff;
        border-radius: 50% !important;
        padding: unset !important;
        height: 50px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .new-icon svg {
            fill: #d9475c !important;
        }

    .br-3 {
        border-bottom: unset !important;
        ;
    }

    .br-new {
        border-bottom: 3px solid #d9475c;
        padding-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .rightbar ul {
        padding-left: 0px !important;
    }

    .vendor-side1 .swiper-button-next {
        position: absolute !important;
        z-index: 1 !important;
        top: 40% !important;
        right: -35px;
    }
    .appStore_img{
        position:absolute;
        bottom:0px;
        right:50px;

    }

    .navbar-transparent .navbar .dropdown-menu.new-hei {
        height: auto;
    }

    .navbar-transparent .navbar .dropdown-menu {
        border: 0 solid transparent;
        box-shadow: 0 5px 10px rgba(20, 48, 58, .082);
        margin: 0;
        padding: .5rem;
        height: 450px;
        transition: .4s;
        transition: all .3s linear;
        overflow-y: auto;
    }

    .vendor-side1 .swiper-button-prev {
        position: absolute !important;
        z-index: 1 !important;
        top: 40% !important;
        left: -35px;
    }

    .vanue-top-details .contact-icon {
        margin-top: 12px;
        width: unset !important;
        margin-left: 20px;
    }

    .wrap {
        width: 100% !important;
    }

    .new-cta {
        position: relative;
        right: -80px;
        margin-top: 0px !important;
    }

    .navbar-transparent .navbar-toggler .icon-bar {
        background-color: #fff;
    }

    .vender-slide .swiper-button-prev {
        position: absolute !important;
        z-index: 1 !important;
        top: 40% !important;
        left: -4px;
    }

    .vender-slide .swiper-button-next {
        position: absolute !important;
        z-index: 1 !important;
        top: 40% !important;
        right: -5px;
    }

    .sm-flex {
        display: flex;
        overflow: scroll;
        gap: 1rem;
    }

    .bg-theme h2 {
        line-height: 40px;
    }

    .vendors {
        background: #f4fbff;
        padding-top: 40px;
        padding-bottom: 40px;
        /* position: relative; */
        margin-top: 355px;
    }

    .sub-heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
        color: #000 !important;
    }

    .banner-text {
        font-size: 28px;
    }

    a.navbar-brand img {
        width: 177px;
    }

    h1.banner-text.text-white.text-center {
        margin-top: 0px !important;
    }

    .new-sub-mt {
        margin-top: 90px;
    }

    .position-relative.main-sub {
        height: 300px !important;
    }

    .banner-main {
        height: 375px !important;
    }

    .counter-area .counter-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        padding-bottom: 0;
        padding-left: 0px;
    }

    .section-title {
        font-size: 38px;
    }

    .counter-area .counter-list .item {
        margin-bottom: 15px;
    }

        .counter-area .counter-list .item .text {
            max-width: max-content;
            font-size: 15px;
        }

        .counter-area .counter-list .item .section-title {
            padding-bottom: 0px;
        }

    .about-section h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .about-section {
        background-color: #fff;
        padding: 20px 0px;
    }

    .about-left {
        background: transparent;
        padding-right: 0px;
    }

    .d-flex.call_info.mt-5.gap-4 {
        gap: .8rem !important;
        margin-top: 1rem !important;
        align-items: center;
    }

    .call-flex {
        justify-content: start;
        display: flex;
        /* background: #000; */
        gap: 1.2rem;
        border-radius: 10px;
        color: #fff;
        align-items: center;
    }

    .d-flex.call_info.mt-3.gap-4 {
        gap: .8rem !important;
        align-items: center;
    }

    .call_info i {
        font-size: 20px;
    }

    .form-bg-in {
        padding: 10px 20px;
    }

    .working-step {
        padding: 20px 0px !important;
        margin-bottom: 10px !important;
    }

    .bg-theme p:last-child {
        margin-bottom: 0px !important;
    }

    .working-step img {
        height: 32px;
        width: 32px;
    }

    .where-we-work {
        padding: 40px 0px !important;
    }

    .view-more {
        height: 115px;
    }

    .cta-sec {
        margin-top: 20px !important;
    }

    .cta-main .card-body {
        padding: 20px 20px 0px 20px !important;
    }

        .cta-main .card-body h2 {
            font-size: 28px !important;
        }

        .cta-main .card-body .btn_danger {
            width: 100%;
            margin-bottom: 30px;
        }

    .appStore_img img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 387px;
        max-height: 180px;
    }

    img.mx-auto.scan-img {
        height: 128px;
        width: 128px;
    }

    .scan-card p {
        font-weight: 600;
        color: #000;
    }

    .area-card {
        position: relative;
    }

    .price-card {
        position: relative;
    }

    .box {
        height: 528px !important;
    }

    .countriesSwiper .swiper-button-next, .countriesSwiper .swiper-button-prev {
        top: 61% !important;
    }

    .price-card .swiper-button-next, .price-card .swiper-button-prev {
        top: 50% !important;
        background: #d9475c !important;
        color: #fff !important;
    }

    .new-list {
        overflow: auto;
        height: 441px;
        width: 91%;
    }

    .sub-footer {
        margin-top: 10px !important;
    }

    .navbar-transparent.navbar-fixed .navbar-toggler .icon-bar {
        background-color: #fff;
    }

    li.nav-item.align-self-center.position-static {
        align-self: start !important;
        width: 100%;
        color: #fff;
    }

    .navbar-transparent .navbar .nav-link {
        color: #fff;
    }

    .navbar-transparent .navbar-nav .nav-link {
        border-top: unset !important;
        border-bottom: 1px solid #eee;
    }

    .navbar-transparent .navbar .dropdown .dropdown-toggle:after {
        color: #fff;
    }

    a.nav-link.mx-3 {
        margin-left: 10px !important;
    }

    .rightbar ul li {
        padding-left: 12px;
    }

        .rightbar ul li i {
            margin-right: 5px;
        }

    .navbar-transparent .navbar .nav-link:hover {
        color: #fff !important;
    }

    .new-search {
        position: absolute;
        top: -18px;
        /* right: -200px; */
        left: 269px;
    }

        .new-search i {
            font-size: 18px !important;
        }

    .search_area .btn_danger {
        display: none;
    }

    .popup-search-field.search_area label {
        color: black;
        font-size: 16px;
        left: auto;
        right: 30px;
        top: initial;
    }

    .popup-search-field.search_area .form-control {
        padding-left: 20px;
    }

    .popup-search-field {
        height: unset !important;
    }

    .search-listing-section .list-topbar-wrapper .venue-search-option > div {
        width: 48%;
    }

    .search-listing-section {
        padding: 20px 0 !important;
    }

    .city-search-section .cities_row {
        overflow: scroll;
    }

    .offcanvas.offcanvas-start {
        width: 350px;
    }

    .city-search-section {
        padding: 50px 0 10px;
    }

        .city-search-section .cities_row .card-body img {
            width: 40px;
        }

    .grid-view-wrapper {
        display: grid !important;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .offcanvas-backdrop {
        height: 100% !important;
    }

    .city-name {
        margin-top: .5rem !important;
    }

    .cities_col {
        width: 125px;
    }

    .card.icon-lift.h-100.mb-4.mb-lg-0.mb-md-0 {
        height: 115px !important;
    }

    .cities_col .h-100 {
        height: unset !important;
    }



    .search-listing-section .list-topbar-wrapper {
        margin-bottom: 20px 0px 0px 0px !important;
    }

    .search-result-text {
        margin-bottom: 20px;
    }

    .list-view-wrapper .venue-list-card-image {
        width: 30%;
    }

    .list-view-wrapper .venue-list-card-content {
        width: 70% !important;
    }

    .list-view-wrapper a.img-card {
        width: 30%;
    }

    .list-view-wrapper .venue-list-card .venue-list-card-content .venue-name {
        width: 100%;
    }

    .list-view-wrapper .venue-list-card-content .title-wrapper {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
        justify-content: space-between;
    }

    .venue-list-card .venue-list-card-content .meta-list {
        flex-direction: column;
    }

        .venue-list-card .venue-list-card-content .meta-list li:not(:last-child) {
            width: 100%;
        }

    .grid-view-wrapper {
        margin-top: 20px;
    }

    .vanue-top-details {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 1rem;
    }

    .venue-listing-wrpper .vanue-location {
        margin-top: 10px;
    }

    .vanue-banner .product_slider .swiper-slide .real-image {
        height: 380px !important;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    product_slider .swiper-button-prev {
        top: 50% !important;
    }

    .connect-stripe {
        padding: 16px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
        gap: 1rem;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 30px;
    }

        .connect-stripe .right-content {
            display: flex;
            gap: 10px;
            /* flex-direction: column; */
            justify-content: space-between;
            align-items: center;
        }

    .vanue-top-details .contact-icon {
        margin-top: 12px;
        position: fixed;
        bottom: 44px;
        z-index: 99;
    }

    .connect-stripe .left-content {
        text-align: right;
    }

    .food-form .food-menu {
        overflow: hidden;
    }

    .amenities-list > ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        color: #000;
    }

    .venue-listing-wrpper .connect-stripe .right-content .social-wrap {
        display: flex;
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-right: 10px;
    }

    .shortlist {
        display: flex;
        justify-content: space-between;
    }

    .ratings-wrap {
        width: 40%;
    }

    .food-packages .price-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        border-bottom: 1px solid #eee;
        padding: 10px 20px 10px;
    }

        .food-packages .price-wrap .price {
            font-size: 17px;
        }

    .available-areas-facilities {
        margin-top: -20px !important;
    }

    .search-listing-section .list-topbar-wrapper .venue-search-option {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
    }

    .venue-list-card-content .ratings-wrap {
        width: 100%;
    }

    .icon-menu-search {
        top: 25px;
    }

    .food-type {
        font-weight: 600;
        font-size: 14px;
    }

    .food-packages .price-wrap .price {
        font-size: 17px !important;
    }

    .food-pacakge-card.vendor-price .price-wrap {
        padding-bottom: 10px !important;
    }

    .food-packages .price-wrap .price i {
        font-size: 15px;
    }

    .facility-card .meta-details {
        margin-top: 10px !important;
    }

    .gallery_imgs {
        height: unset !important;
    }

    .blog-flex {
        flex-direction: unset;
        gap: 1rem;
        justify-content: center;
        margin-bottom: 30px;
    }

    .social-icons {
        padding-left: 0px !important;
    }

    .new-sm-mb-0 {
        margin-bottom: 0px !important;
    }

    .realwed-img2 {
        position: relative !important;
        width: 50%;
    }

        .realwed-img2 img {
            height: 100%;
            width: 100%;
        }

    .realweddingImg {
        position: relative !important;
        width: 50%;
    }

        .realweddingImg img {
            height: 100%;
            width: 100%;
        }

    .why-flex {
        display: flex;
        gap: 1rem;
    }

    .py-20.new-mb-sm {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .why-font-sm {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .why-pad-sm {
        padding: 2rem 0px !important;
    }

    .page-banner-wrap {
        padding: 40px 0px;
    }

    .page-banner-area {
        height: 370px !important;
    }

    .portfolio {
        height: unset !important;
    }

    div#wrapper {
        margin-top: 0px;
    }

    .card-side h3 {
        display: inline;
    }

    .card-side span {
        font-size: 36px !important;
        line-height: unset !important;
    }

    .main-img {
        position: relative;
        height: 100%;
    }

    .blogs_imgs {
        height: unset !important;
    }

    .card-side {
        padding: 40px 20px !important;
    }

    .sub-content {
        padding: 0px 0px !important;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    a.navbar-brand img {
        width: 171px !important;
    }

    .vendor-side1 .swiper-button-next {
        position: absolute !important;
        z-index: 1 !important;
        top: 40% !important;
        right: -35px;
    }

    .vendor-side1 .swiper-button-prev {
        position: absolute !important;
        z-index: 1 !important;
        top: 40% !important;
        left: -35px;
    }

    .navbar-transparent .navbar .nav-link {
        padding: 18px 0px;
        margin: 0px 4px;
    }

    .navbar-transparent .navbar .nav-link {
        font-size: 14px !important;
    }

    a.btn.btn_primary.shadow-sm {
        font-size: 10px;
    }

    a.btn.btn-light.shadow-sm {
        font-size: 10px;
    }

    .container {
        max-width: 971px !important;
    }

    .icon-menu-search {
        position: relative;
        top: 15px;
        left: 16px;
        font-size: 20px !important;
    }

    .venue .icon-xxl {
        height: 5rem;
        width: 5rem;
    }

    .venue h5 {
        color: #464040;
        margin-top: 12px;
        font-size: 14px;
        margin-top: 20px;
    }

    .vendor-list {
        padding: 0px 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .vendor-list h3 {
            font-size: 16px;
        }

    .counter-area .counter-list .item .text {
        font-size: 15px;
    }

    .counter-area .counter-list .item .section-title {
        padding-bottom: 0px !important;
    }


    .how-we-work .p-5 {
        padding: 0px !important;
    }

    .sub-heading {
        margin-bottom: 20px !important;
    }

    .appStore_img {
        position: relative;
        margin-top: -54px;
        display: block;
    }

    .city-search-section .cities_row {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        gap: 10px !important;
    }

        .city-search-section .cities_row .card-body img {
            width: 35px !important;
        }

    .mt-3.city-name.mb-0 {
        font-size: 14px;
    }

    .mt-3.city-name.mb-0 {
        margin-top: .5rem !important;
    }

    .search-listing-section .list-topbar-wrapper .venue-search-option > div {
        width: 243px;
    }

    .city-search-section .cities_row .card-body {
        padding: 10px;
    }

    .grid-view-wrapper {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .filterScroll .accordian_selecttype .accordion-button:not(.collapsed) {
        font-size: 14px;
    }

    .filterScroll .col-5 {
        width: 100%;
    }

    .filterScroll label {
        font-size: 11px !important;
    }

    .form-check-input {
        margin-top: .4em;
    }

    .vanue-top-details .wrap {
        width: 70%;
    }


    .vanue-banner .product_slider .swiper-slide .real-image {
        height: 358px;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .food-pacakge-card .food-packages .food-type {
        color: #009444;
        font-weight: 500;
        width: 95%;
    }

    .available-areas-facilities {
        margin-top: -278px !important;
    }

    .facility-card .meta-details .hall-type-wrap {
        font-size: 18px !important;
    }

    .facility-card .meta-details .wrap .person, .facility-card .meta-details .wrap .price {
        display: flex;
        gap: 4px;
        font-size: 11px;
    }

    .header-display p {
        color: var(--accent);
        margin: 5px;
        font-size: 12px;
        word-spacing: 0.5rem;
    }

    .week div, .days div {
        width: 1.5rem;
        height: 2rem;
    }

    .new-flex1 {
        overflow: hidden;
    }

    .vendor-price .food-pacakge-card .food-packages .food-type {
        color: #009444;
        font-weight: 500;
        display: flex;
        flex-direction: column;
    }

    .vendor-price .food-packages .price-wrap .price {
        font-size: 16px;
        display: flex;
        align-items: center;
    }
}

@media (min-width:1300px) and (max-width:1400px) {
    .icon-menu-search {
        left: 15px !important;
        font-size: 20px !important;
    }

    a.navbar-brand img {
        width: 184px;
    }

    .vendors {
        background: #f4fbff;
        margin-top: 60px;
    }

    .appStore_img img {
        margin-left: auto;
        margin-right: auto;
        max-height: 400px;
    }

    .venue-list-card .venue-list-card-content .meta-list li:not(:last-child) span {
        font-size: 16px;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

    .amenities-list > ul > li {
        font-size: 14px;
    }

    .navbar-transparent .navbar .nav-link {
        font-size: 15px;
    }

    .venue-list-card .venue-list-card-content .price-list li {
        font-size: 18px !important;
    }

    .realweddingImg {
        position: absolute;
        top: 13% !important;
        right: -6% !important;
    }

    .realwed-img2 {
        position: absolute;
        bottom: 18% !important;
        left: 0%;
    }

    .portfolio {
        height: unset !important;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .icon-menu-search {
        left: 15px !important;
        font-size: 20px !important;
    }

    a.navbar-brand img {
        width: 184px;
    }

    .portfolio {
        height: unset !important;
    }

    .vendors {
        background: #f4fbff;
        margin-top: 60px;
    }

    .appStore_img img {
        margin-left: auto;
        margin-right: auto;
        max-height: 400px;
    }

    .venue-list-card .venue-list-card-content .meta-list li:not(:last-child) span {
        font-size: 16px;
        display: flex;
        align-items: center;
        font-weight: 600;
    }

    .amenities-list > ul > li {
        font-size: 14px;
    }

    .navbar-transparent .navbar .nav-link {
        font-size: 15px;
    }

    .venue-list-card .venue-list-card-content .price-list li {
        font-size: 18px !important;
    }

    .realweddingImg {
        position: absolute;
        top: 13% !important;
        right: -3% !important;
    }

    .realwed-img2 {
        position: absolute;
        bottom: 18% !important;
        left: 0%;
    }

    .counter-area .counter-list .item .text {
        font-size: 15px;
    }
}

.new-social {
    margin-top: 20px;
}

    .new-social li a {
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        padding10px;
        background: #d9475c;
        border-radius: 50%;
    }

        .new-social li a i {
            color: #fff;
        }

.what-color {
    color: #25d366
}

input[type='checkbox'] {
    height: 16px;
    width: 16px;
}

.check-radio label {
    padding-left: 22px !important;
    font-size: 14px;
}

.head-login .row > * {
    padding-left: 0px !important;
}

.vendor-side1 .swiper-button-prev {
    position: absolute !important;
    z-index: 1 !important;
    top: 33%;
    left: -35px;
}

.vendor-side1 .swiper-button-next {
    position: absolute !important;
    z-index: 1 !important;
    top: 33%;
    right: -35px;
}

.vendor-side1 {
    position: relative;
}
