  :root {
    --color-white: #FFFFFF;
    --color-gold: #D9B451;
    --color-black: #000000;
    --color-dark: #0B0B0B;
    --color-cream: #F5F2EC;
  }

  body,
  * {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "GothamNarrowBook";
    font-weight: 400;
  }

  img {
    max-width: 100%;
    display: block;
  }

  a,
  button {
    transition: all 0.5s;
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #000;
    margin: 0px;
    font-family: "GothamNarrowMedium";
  }

  p {
    font-size: 20px;
    line-height: 36px;
    margin: 0px;
    color: #000;
    font-family: "GothamNarrowBook";
    padding-bottom: 37px;
  }

  p:last-child {
    padding-bottom: 0px;
  }

  h1,
  h2 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 15px;
  }

  h3 {}

  h4 {}

  @font-face {
    font-family: 'GothamNarrowBlack';
    src: url('../fonts/GothamNarrowBlack.eot');
    src: url('../fonts/GothamNarrowBlack.eot') format('embedded-opentype'), url('../fonts/GothamNarrowBlack.woff2') format('woff2'), url('../fonts/GothamNarrowBlack.woff') format('woff'), url('../fonts/GothamNarrowBlack.ttf') format('truetype'), url('../fonts/GothamNarrowBlack.svg#GothamNarrowBlack') format('svg');
  }

  @font-face {
    font-family: "GothamNarrowMedium";
    src: url("../fonts/GothamNarrowMedium.eot");
    src: url("../fonts/GothamNarrowMedium.eot") format("embedded-opentype"), url("../fonts/GothamNarrowMedium.woff2") format("woff2"), url("../fonts/GothamNarrowMedium.woff") format("woff"), url("../fonts/GothamNarrowMedium.ttf") format("truetype"), url("../fonts/GothamNarrowMedium.svg#GothamNarrowMedium") format("svg");
  }

  @font-face {
    font-family: "GothamNarrowBold";
    src: url("../fonts/GothamNarrowBold.eot");
    src: url("../fonts/GothamNarrowBold.eot") format("embedded-opentype"), url("../fonts/GothamNarrowBold.woff2") format("woff2"), url("../fonts/GothamNarrowBold.woff") format("woff"), url("../fonts/GothamNarrowBold.ttf") format("truetype"), url("../fonts/GothamNarrowBold.svg#GothamNarrowBold") format("svg");
  }

  @font-face {
    font-family: "GothamNarrowBook";
    src: url("../fonts/GothamNarrowBook.eot");
    src: url("../fonts/GothamNarrowBook.eot") format("embedded-opentype"), url("../fonts/GothamNarrowBook.woff2") format("woff2"), url("../fonts/GothamNarrowBook.woff") format("woff"), url("../fonts/GothamNarrowBook.ttf") format("truetype"), url("../fonts/GothamNarrowBook.svg#GothamNarrowBook") format("svg");
  }

  #left-area ul,
  .entry-content ul,
  .et-l--body ul,
  .et-l--footer ul,
  .et-l--header ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }

  .common-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 37px;
  }

  .common-content ul li {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    font-family: "GothamNarrowBook";
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .common-content ul li:last-child {
    margin-bottom: 0;
  }

  span.price {
    font-style: normal;
  }

  .common-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../../../../wp-content/uploads/2024/12/Shape-8-copy-3.svg");
  }

  .sec-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .sec-video .et_pb_code_inner {
    width: 100%;
    height: 100%;
  }

  .sec-video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }

  .video-common-box video {
    width: 100%;
    height: auto;
  }

  /* .inner-banner-sec .hero-video {
      display: none;
  }
  .page-id-22 .inner-banner-sec .hero-video {
      display: block;
  }
  body.page-id-22:not(.home) div#page-container {
      padding-top: 0px !important;
  }
  body.page-id-22:not(.home) header, body.page-id-22 .et_pb_section.main-header {
      background: transparent;
  }
  body.page-id-22:not(.home) header.nav-down {
      background: #000;
  }
  body.page-id-22 .et_pb_section.inner-banner-sec {
      padding: 256px 0px 136px 0;
  }
  body.page-id-22 .inner-banner-sec::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 4;
      background-color: rgb(0, 0, 0, .5);
  }
  body.page-id-22 .inner-banner-sec {
    height: 60vh;
      display: flex;
      align-items: center;
  }
  body.page-id-22 .inner-banner-desc {
    z-index: 9;
    position: relative;
  } */
  .video-col .et_pb_video_overlay {
    background-position: top center;
  }

  .video-col .et_pb_video_overlay::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.4);
  }

  .hero-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hero-video div {
    width: 100%;
    height: 100%;
  }

  .hero-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  /*Menu page css start*/
  body #main_site_popup_id {
    display: none !important;
  }

  body.popup-class #main_site_popup_id {
    display: block !important;
  }

  .btm-popup-text {
    font-size: 20px;
    line-height: 28px;
    color: #D9B451;
    text-align: center;
    font-family: "GothamNarrowMedium";
    padding-top: 12px;
  }

  body ul.menu-list>li:last-child>a {
    background-color: #d9b451;
    border: 0;
    padding: 8px 25px;
    border-radius: 100px;
    font-weight: 500;
    transition: all .6s;
    position: relative;
    color: #fff;
    display: inline-block;
  }

  body ul.menu-list>li:last-child>a:hover {
    background: #fff;
    color: #000;
  }

  .ttl-top {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    font-family: "GothamNarrowMedium";
    margin-bottom: 7px;
  }

  .ttl-top sub {
    font-size: 13px;
    font-family: "GothamNarrowMedium";
    padding-left: 12px;
    position: relative;
    top: 0px;
  }

  .menu-bdr {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }

  .menu-bdr ul li p {
    font-style: italic;
    margin-top: 0;
    letter-spacing: .6px;
  }

  .menu-box {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-box h3 {
    color: #d9b451;
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 30px;
    font-family: "GothamNarrowBold";
  }

  .menu-bdr ul li {
    margin-bottom: 12px;
  }

  .menu-bdr ul li:last-child {
    margin-bottom: 0;
  }

  .menu-sec span.et_pb_image_wrap img {
    margin: 0px auto 50px auto;
  }

  .menu-box p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
  }

  .menu-content-bottom {
    padding: 0px 20px;
  }

  .menu-bdr::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: url(https://www.chicane.com/wp-content/uploads/2025/01/Group-59.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section {
    height: calc(100vh - 40px);
    max-height: 628px;
  }

  .et_pb_section.happy_hour_popup_section.main_site_popup {
    max-width: 628px;
  }

  .lt-col .et_pb_text_inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .lt-col .et_pb_text_inner .menu-box-item {
    width: calc(50% - 15px);
  }

  .menu-bdr h3 {
    padding-bottom: 12px;
  }

  .lt-col .et_pb_text_inner .menu-box-item:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
  }

  .lt-col .menu-content-bottom h3 {
    padding-bottom: 0px;
    padding-top: 30px;
  }

  .rt-col .menu-bdr ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
  }

  .rt-col .menu-bdr ul li {
    width: calc(50% - 10px);
  }

  .rt-col .menu-bdr ul li,
  .lt-col .menu-bdr ul li {
    margin-bottom: 17px;
  }

  .lt-col .menu-bdr ul li:last-child {
    margin-bottom: 0;
  }

  .without-box img {
    margin: 40px auto 35px auto;
  }

  .lt-col .et_pb_text_inner .menu-box-item:first-child .menu-bdr {
    margin-bottom: 35px;
  }

  .menu-sec .rt-col {
    padding-left: 0px;
    width: 100%;
  }

  .menu-sec .lt-col {
    padding-right: 0px;
    width: 100%;
    padding-bottom: 40px;
  }

  body ul.menu-list>li:last-child>a {
    background-color: #d9b451;
    border: 0;
    padding: 8px 25px;
    border-radius: 100px;
    font-weight: 500;
    transition: all 0.6s;
    position: relative;
    color: #FFFFFF;
    display: inline-block;
  }

  .event_main_section .evcal_cblock .evo_end {
    font-size: 30px;
  }

  body ul.menu-list>li:last-child>a:hover {
    background: #fff;
    color: #000;
  }

  /*Menu page css end*/

  /*Header css start*/
  body.header-sticky {
    padding-top: 249px;
  }

  .header-section.sticky-header,
  .header-sticky .header-section {
    display: none;
  }

  .header-sticky .header-section.sticky-header {
    display: block;
  }

  body:not(.home) .header-section,
  body:not(.page-id-3263) .header-section {
    display: none;
  }

  body:not(.home) .header-section.sticky-header,
  body:not(.page-id-3263) .header-section.sticky-header {
    display: block;
  }

  body:not(.home) .et_pb_section.main-header,
  body:not(.page-id-3263) .et_pb_section.main-header {
    padding-top: 0;
  }

  html body.page-id-3263 div#page-container,
  html body.home div#page-container {
    padding-top: 0 !important;
  }

  body.page-id-3263 header,
  body.home header {
    background-color: transparent !important;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, .6) 0%,
        rgba(0, 0, 0, 0) 100%);
  }

  body:not(.home) div#page-container,
  body:not(.page-id-3263) div#page-container {
    padding-top: 106px;
  }

  body {
    background: #000;
  }

  body:not(.home).header-sticky,
  body:not(.page-id-3263).header-sticky {
    padding-top: 0;
  }

  body:not(.home) header,
  body:not(.page-id-3263) header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
  }

  .sticky-header .logo_col {
    max-width: 220px;
  }

  .sticky-header .header_col_row {
    flex-direction: initial;
  }

  .sticky-header nav.nav-menu-col {
    width: calc(100% - 220px);
    text-align: right;
  }

  ul.menu-list>li.active-li>a {
    color: #D9B451;
  }

  .footer-sec .copy-lt:last-child {
    padding: 0;
    margin: 0;
  }

  body .grecaptcha-badge {
    visibility: visible !important;
    z-index: 99999 !important;
    opacity: 1;
  }

  .ftr-lt {
    z-index: 0;
  }

  body.home .et_pb_section.main-header,
  body.page-id-3208 header {
    background: transparent !important;
  }

  .page-id-3208 div#page-container {
    padding-top: 0 !important;
  }

  header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .6s ease;
  }

  .home header {
    position: fixed;
  }

  /* ul.menu-list li:nth-child(4) a {
      color: #fff;
  } */

  /* ul.menu-list li.menu-item-has-children.active-li:nth-child(4) a::before {
      background-image: url(../../../../wp-content/uploads/2025/01/arrow.svg);
  } */

  /* ul.menu-list li.menu-item-has-children.active-li:hover:nth-child(4) a::before {
          background-image: url(../../../../wp-content/uploads/2025/01/arrow-hover1.svg);
  } */
  body .nav-down .et_pb_section.main-header,
  body.page-id-113 .nav-down .et_pb_section.main-header,
  body.page-id-3 .nav-down .et_pb_section.main-header {
    padding: 0px 0px;
  }

  .sticky-header ul.menu-list>li {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: -8px 0px;
  }

  ul.menu-list>li.menu-item-has-children {
    position: relative;
  }

  .sticky-header ul.menu-list>li.menu-item-has-children>a::before {
    top: 9px;
  }

  ul.menu-list>li.menu-item-has-children:hover>a::before {
    transform: rotateX(180deg);
  }

  .sticky-header ul.menu-list ul.sub-menu {
    top: 60px;
  }

  header.nav-up {
    top: -100%;
    position: absolute;
  }

  body .et_pb_section.main-header {
    padding-top: 50px;
    background-color: transparent
  }

  ul.menu-list .mobile_menu_close,
  .mobile_menu_open {
    display: none;
  }

  body.home.header-sticky,
  body.page-id-3208.header-sticky {
    padding-top: 0px;
  }

  body.home header.nav-down,
  body.page-id-3208 header.nav-down,
  body.page-id-3263 header.nav-down {
    background: #000 !important;
  }

  .logo_col img {
    width: 100%;
    height: auto;
  }

  .logo_col a {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  body.home .logo_col,
  body.page-id-3208 .logo_col {
    max-width: 732px;
    display: none;
  }

  .header_col_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 45px;
    align-items: center;
    transition: all 0.5s;
    /* flex-direction: column-reverse; */
    flex-direction: row;
  }

  body.home .header_col_row,
  body.page-id-3208 .header_col_row {
    row-gap: 70px;
  }

  nav.nav-menu-col {
    /* width: 100%; */

    /* text-align: center; */
    padding-left: 0px;
    justify-content: center;
    transition: all 0.5s;
    text-align: end;
    width: 80%;
  }

  .logo_col {
    max-width: 280px;
    display: flex;
    transition: all 0.5s;
  }

  .header-section {
    transition: all 0.5s ease;
  }

  header.nav-down {
    border-bottom: 1px solid #343434;
    position: fixed;
  }

  ul.menu-list {
    display: inline-flex;
    gap: 25px;
    flex-wrap: wrap;
    align-items: center;
  }

  /*ul.menu-list > li:last-child > a {
    border: 1px solid #D9B451;
    padding: 5px 25px;
    background: #D9B451;
    color: #fff;
  }
  ul.menu-list > li:last-child > a:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
  }
  ul.menu-list > li.current-menu-item:last-child > a {
    color: #fff;
  }
  ul.menu-list > li.current-menu-item:last-child > a:hover {
    color: #000;
  }*/
  ul.menu-list li a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 27px;
    color: #fff;
    font-family: "GothamNarrowMedium";
    letter-spacing: 0.9px;
  }

  ul.menu-list>li.current-menu-item>a,
  ul.menu-list>li>a:hover,
  ul.menu-list>li.menu-item-has-children:hover>a {
    color: #D9B451;
  }

  ul.menu-list li {
    display: inline-flex;
  }

  ul.menu-list>li.current-menu-ancestor>a {
    color: #FFCE03;
  }

  ul.menu-list ul.sub-menu {
    background: #fff;
    width: 180px;
    display: none;
    position: absolute;
    top: 28px;
    left: 0px;
    border-left: 1px solid #d9b45159;
    border-right: 1px solid #d9b45159;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 7px;
  }

  ul.menu-list>li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }

  ul.menu-list ul.sub-menu>li {
    border-bottom: 1px solid #d9b45159;
    width: 100%;
    text-align: left;
  }

  ul.menu-list ul.sub-menu>li>a {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 10px;
    width: 100%;
    text-transform: none;
  }

  ul.menu-list ul.sub-menu>li>a:hover,
  ul.menu-list ul.sub-menu>li.current-menu-item>a {
    background: #D9B451;
    color: #fff;
  }

  ul.menu-list>li.menu-item-has-children>a::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0px;
    height: 7px;
    width: 11px;
    background-image: url(../../../../wp-content/uploads/2025/01/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
  }

  ul.menu-list>li.menu-item-has-children>a:hover::before,
  ul.menu-list>li.menu-item-has-children.active-li>a::before,
  ul.menu-list>li.menu-item-has-children:hover>a:before {
    background-image: url(../../../../wp-content/uploads/2025/01/arrow-hover1.svg);
    background-repeat: no-repeat;
  }

  ul.menu-list>li.menu-item-has-children>a {
    position: relative;
    padding-right: 18px;
    pointer-events: none;
  }

  /*Header css end*/

  /*Banner css start*/

  .et_pb_row.hero-img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
  }

  .et_pb_row.hero-img div,
  .et_pb_row.hero-img div span {
    height: 100%;
    width: 100%;
  }

  .et_pb_row.hero-img div span img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    font-size: 0;
    padding: 0;
    width: 19px;
    height: 32px;
    transition: 0.5s;
    cursor: pointer;
    z-index: 1;
  }

  button.slick-next {
    right: 30px;
    background-image: url(../../../../wp-content/uploads/2025/01/next-arrow.svg);
  }

  button.slick-prev {
    left: 30px;
    background-image: url(../../../../wp-content/uploads/2025/01/prev-arrow.svg);
  }

  button.slick-arrow:hover {
    opacity: 0.7;
  }

  body .et_pb_section.inner-banner {
    padding: 120px 0px 136px 0px;
  }

  body.home .inner-banner,
  .page-id-3208 .inner-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 180px 0px 79px 0px;
    height: 100%;
    z-index: 5;
  }

  .inner-banner span.et_pb_image_wrap img {
    margin: auto;
    width: 100% !important;
  }

  .main-banner {
    height: calc(100vh + 70px);
    margin-bottom: -78px;
  }

  .et_pb_row.hero-img .et_pb_image_wrap {
    position: relative;
  }

  .main-banner {
    position: relative;
  }

  .main-banner::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgb(0, 0, 0, 0.5);
  }

  .et_pb_row.hero-img .et_pb_image_wrap::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgb(0, 0, 0, 0.6);
  }

  .inner-banner .et_pb_image {
    max-width: 680px;
    margin-bottom: 120px !important;
  }

  body.home .sticky-header nav.nav-menu-col,
  .page-id-3208 .sticky-header nav.nav-menu-col {
    text-align: center;
  }

  body.home .inner-banner>.et_pb_row {
    margin: 0px auto;
  }

  .inner-banner h1 img {
    margin-left: -7px;
    width: 24px;
    height: auto;
  }

  .inner-banner h1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 28px;
    justify-content: center;
    padding-bottom: 0px;
    letter-spacing: 6px;
    row-gap: 10px;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
  }

  body.home .inner-banner h1,
  .page-id-3208 .inner-banner h1 {
    padding-bottom: 50px;
  }

  .et_pb_row.hero-img .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .et_pb_row.hero-img div span img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }

  /*Banner css end*/

  /*Welcome to Chicane section css start*/
  .common-sec {
    margin-bottom: -80px;
  }

  .et_pb_section.common-sec.careers {
    margin: 0;
  }

  .et_pb_section.common-sec .image-col .et_pb_image {
    position: sticky;
    top: 140px;
  }

  .common-sec.center-sec {
    margin-bottom: 0px;
  }

  .et_pb_section.change-sec.center-sec .form-col.image-col {
    padding: 70px 0px 50px 0px;
  }

  .common-sec.center-sec .common-content {
    padding-bottom: 50px;
  }

  .et_pb_section.common-sec.careers .common-content {
    padding-bottom: 60px;
  }

  .common-content {
    padding: 58px 80px 130px 0px;
    padding-left: calc((50% - 1400px / 2));
  }

  .form-col {
    padding: 60px 0px 140px 93px;
    padding-right: calc((50% - 1400px / 2));
    background: #d9b451;
  }

  .et_pb_section.common-sec .common-content {
    width: 51.4%;
  }

  .et_pb_section.common-sec .form-col {
    width: 48.6%;
  }

  .form-col h2 {
    color: #fff;
    padding-bottom: 8px;
  }

  .form-col p {
    color: #fff;
    font-size: 25px;
    line-height: 36px;
  }

  .contact-design .gform_wrapper .gfield input,
  .contact-design .gform_wrapper .gfield textarea {
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    padding: 12px 20px;
    width: 100%;
    outline: none;
    box-shadow: none;
    font-weight: normal;
    opacity: 1;
    font-family: "GothamNarrowBook";
    border-radius: 10px;
  }

  .contact-design .ginput_container textarea.textarea {
    resize: none;
    height: 120px;
    min-block-size: auto;
  }

  #gform_wrapper_1 .gform_fields .gfield input::-webkit-input-placeholder,
  #gform_wrapper_1 .gform_fields .gfield textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
    opacity: 1;
  }

  #gform_wrapper_1 .gform_fields .gfield input::-moz-placeholder,
  #gform_wrapper_1 .gform_fields .gfield textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    opacity: 1;
  }

  #gform_wrapper_1 .gform_fields .gfield input:-ms-input-placeholder,
  #gform_wrapper_1 .gform_fields .gfield textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 1;
  }

  #gform_wrapper_1 .gform_fields .gfield input:-moz-placeholder,
  #gform_wrapper_1 .gform_fields .gfield textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
  }

  .contact-design .gform_wrapper form .gform_footer button.gform_button {
    background: #d3a957;
    padding: 12px 35px !important;
    border-radius: 100px;
    font-family: "Barlow Condensed" !important;
    font-weight: 500;
    transition: all 0.6s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-flex !important;
    text-transform: uppercase;
    color: #02133e;
    font-size: 20px;
    line-height: inherit !important;
    border: 0px !important;
    outline: none !important;
    text-shadow: none;
    box-shadow: none;
  }

  .et_pb_section .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input,
  .et_pb_button_module_wrapper a.et_pb_button.df_menu_btn {
    background: #231f20;
    border: 1px solid #231f20;
    padding: 14px 38px;
    border-radius: 100px;
    font-weight: 500;
    transition: all 0.6s;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    outline: none;
    text-shadow: none;
    box-shadow: none;
    font-family: "GothamNarrowBold";
  }

  .et_pb_section .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:hover,
  .et_pb_section .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:focus {
    background: #fff;
    border-color: #fff;
    color: #231f20;
  }

  .gform_wrapper .description,
  .gform_wrapper .gfield_description,
  .gform_wrapper .gsection_description,
  .gform_wrapper .instruction,
  .gform-theme--framework .gform_validation_errors {
    display: none !important;
  }

  .contact-design .gform_wrapper form .gform_footer button.gform_button:hover {
    color: #fff;
  }

  .gform_wrapper .gform_validation_errors {
    display: none;
  }

  .gform_wrapper .gfield_error [aria-invalid="true"] {
    border: 2px solid #ff0000 !important;
  }

  .et_pb_button_module_wrapper.et_pb_module {
    text-align: center;
    margin-top: 0px;
  }

  /*.gform_ajax_spinner{position:absolute;left:9%;transform:translate(-9%);bottom:-25px;}*/
  .contact-design .gform_wrapper .gfield input:focus,
  .contact-design .gform_wrapper .gfield textarea:focus {
    border-color: #02133e;
  }

  .contact-design .gform_wrapper .gform_fields {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .contact-design .gform_wrapper .gfield input {
    height: 60px;
  }

  .gform_wrapper .gform_footer {
    margin: 0px;
    padding: 25px 0px 0px 0px;
  }

  /* Contact Css End */

  /* RECEIVE EXCLUSIVE UPDATES + OFFERS Css Start */
  .receive_offers_sec p span,
  .inner-banner p span {
    font-family: "GothamNarrowMedium";
  }

  .receive_offers_sec #gform_ajax_spinner_2,
  .inner-banner #gform_ajax_spinner_2 {
    position: absolute;
    bottom: -25px;
    left: 45%;
    transform: translateX(-45%);
  }

  .et_pb_section.receive_offers_sec {
    padding: 32px 0px 40px 0px;
    background-color: #000;
  }

  .receive_offers_sec form,
  .inner-banner form {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: right;
    flex-wrap: wrap;
  }

  .receive_offers_sec .gform_wrapper .gform_footer,
  .inner-banner .gform_wrapper .gform_footer {
    padding: 0px;
    position: relative;
    margin: 0px;
  }

  .receive_offers_sec .gform-body.gform_body,
  .inner-banner .gform-body.gform_body {
    min-width: 260px;
    height: 38px;
  }

  .receive_offers_sec .et_pb_column .et_pb_heading_container h2 span,
  .inner-banner .et_pb_column .et_pb_heading_container h2 span {
    color: #D9B451;
    font-family: "GothamNarrowBold";
  }

  .receive_offers_sec .et_pb_column .et_pb_heading_container h2,
  .inner-banner .et_pb_column .et_pb_heading_container h2 {
    color: #fff;
    font-size: 13px !important;
    line-height: 22px !important;
    font-family: "GothamNarrowBold";
    padding-bottom: 11px;
    letter-spacing: 3px !important;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
  }

  .receive_offers_sec p,
  .inner-banner p {
    color: #d9b451;
    font-family: "GothamNarrowMedium";
    letter-spacing: 2px;
    font-size: 20px;
  }

  .receive_offers_sec p span,
  .inner-banner p span.line {
    margin: 0px 14px;
  }

  .gform_confirmation_message {
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px;
    max-width: 442px;
    margin-left: auto;
  }

  .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input,
  .inner-banner .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
    background-color: #d9b451;
    padding: 0px 20px;
    font-size: 16px;
  }

  .receive_offers_sec .contact-design .gform_wrapper .gfield input,
  .inner-banner .contact-design .gform_wrapper .gfield input {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 12px 20px;
    color: #000;
    font-size: 15px;
    height: 38px;
  }

  .receive_offers_sec .contact-design .gform_wrapper .gfield input::placeholder,
  .inner-banner .contact-design .gform_wrapper .gfield input::placeholder {
    color: #666666;
  }

  .et_pb_section.receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:hover,
  .et_pb_section.receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:focus,
  .et_pb_section.inner-banner .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:hover,
  .et_pb_section.inner-banner .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input:focus {
    border-color: #707070;
  }

  footer .receive_offers_sec p,
  footer .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
    letter-spacing: 0.3px !important;
  }

  .copy-rt {
    padding-right: 22px;
    margin-right: 22px;
    position: relative;
  }

  .copy-rt::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    background-color: #cac9c973;
    transform: translateY(-50%);
    width: 1px;
    height: 90%;
  }

  .copy-rt:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  .copy-rt:last-child::after {
    display: none;
  }

  /* RECEIVE EXCLUSIVE UPDATES + OFFERS Css End */

  /*Footer Css Start*/
  body.page-id-24 div.et_pb_section.footer-sec,
  body.page-id-28 div.et_pb_section.footer-sec,
  body.page-id-76 div.et_pb_section.footer-sec,
  body.page-id-3 div.et_pb_section.footer-sec,
  body.page-id-113 div.et_pb_section.footer-sec,
  body.error404.et-db #et-boc .et-l.et-l--footer div.footer-sec {
    background-color: #fff !important;
  }

  .ftr-address .et_pb_text_inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .ftr-address .copy-rt ul.et-menu li {
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 7px;
  }

  .bottom-ftr .et_pb_column {
    width: auto;
  }

  .footer-sec .bottom-ftr {
    justify-content: space-between;
    margin-top: 33px;
    z-index: 0;
  }

  .bottom-ftr .et_pb_column:nth-child(2) {
    margin: auto;
  }

  .ftr-address .copy-rt ul.et-menu li:last-child {
    margin: 0px;
    border: 0px;
    padding: 0px;
  }

  .copy-lt::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    background-color: #cac9c973;
    transform: translateY(-50%);
    width: 1px;
    height: 45px;
  }

  .ftr-address .copy-rt ul.et-menu li a {
    padding: 0px;
    line-height: 14px;
    font-size: 16px;
    opacity: 1;
  }

  .copy-lt p {
    letter-spacing: 2px;
  }

  .ftr-address .copy-rt ul.et-menu {
    margin-bottom: 4px;
    display: block;
    width: 100%;
  }

  .ftr-address .et_pb_text_inner .contact-num p {
    padding-bottom: 0;
  }

  .email-wraps p {
    padding: 0;
    margin-block: 0;
  }

  .copy-lt {
    padding-right: 21px;
    margin-right: 21px;
    position: relative;
  }

  .ftr-address .copy-rt ul.et-menu li a {
    color: #fff;
  }

  .ftr-address .copy-rt ul.et-menu li a:hover,
  .ftr-address .copy-rt ul.et-menu li.active-li a {
    color: #d6a33b;
  }

  .et_pb_section.footer-sec {
    z-index: 0;
  }

  .footer-sec .et_pb_text_inner {
    font-size: 16px;
    line-height: 24px;
  }

  .ftr-rt .et_pb_text_inner {
    margin-bottom: 20px;
  }

  .footer-sec .et_pb_text_inner,
  .footer-sec .et_pb_text_inner p,
  .footer-sec .et-menu-nav ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
  }

  .footer-sec .et_pb_text_inner a {
    color: #d6a33b;
  }

  footer a.et_pb_button.popup-reservestaion-btn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    z-index: 2;
    letter-spacing: 1px;
  }

  footer a.et_pb_button.popup-reservestaion-btn:hover {
    background: #000 !important;
  }

  .footer-sec .et_pb_text_inner a:hover {
    color: #fff;
  }

  .footer-sec .et_pb_row .et_pb_column .et_pb_module {
    background: transparent;
    margin-bottom: 0px;
  }

  .footer-sec .et_pb_text_inner a:hover {
    color: #fff;
  }

  .ftr-rt .et_pb_image_wrap img {
    margin-left: auto;
  }

  .footer-sec .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .menu-sec .et_pb_module.et_pb_image a {
    max-width: 350px;
    display: inline-block;
  }

  body div.et_pb_section.footer-sec {
    padding: 70px 0px 20px 0px;
    background-position: top 0px right !important;
    margin-top: -1px;
    background-color: transparent !important;
    width: 100%;
  }

  .social-add.et_pb_module .et_pb_text_inner {
    display: flex;
    align-items: center;
  }

  .copy-lt:last-child::after {
    display: none;
  }

  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li {
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
  }

  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li>a {
    padding: 0px;
    line-height: 15px;
  }

  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li>a:hover,
  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li.current-menu-item>a {
    color: #d6a33b;
    opacity: 1;
  }

  .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul {
    padding-left: 10px !important;
  }

  .ftr-rt .et_pb_module .et_pb_image_wrap {
    display: inline-flex;
    margin-bottom: -2px;
  }

  .et-db #et-boc .et-l .footer-sec .et_pb_module.et_pb_menu {
    background: transparent;
  }

  .footer-sec .ftr-lt .et_pb_text_align_right {
    width: 100%;
    text-align: start;
    padding-top: 18px;
  }

  .footer-sec .ftr-lt {
    width: 70%;
  }

  .footer-sec .ftr-rt {
    width: 30%;
  }

  .receive_offers_sec .gform-body.gform_body {
    min-width: 260px;
  }

  /*Footer Css End*/

  /* contact us */
  .contact-title p {
    padding-bottom: 10px;
  }

  .right-detail-col {
    padding-left: 50px;
  }

  .right_side p {
    padding-bottom: 0;
  }

  .contact_detail_card .icon img {
    width: 30px;
  }

  .contact_detail_card:first-child .icon {
    margin-top: 5px;
  }

  .contact_detail_card:nth-child(2) .icon {
    margin-top: 8px;
  }

  .contact-title.et_pb_module {
    margin-bottom: 40px !important;
  }

  .contact_detail_card h3 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 1px;
  }

  .contact_detail_card:last-child {
    margin-bottom: 0;
  }

  .et_pb_column.contact-form-left-col {
    width: 60%;
  }

  .et_pb_column.right-detail-col {
    width: 40%;
  }

  .contact_detail_card:nth-child(3) .icon {
    margin-top: 8px;
  }

  .contact_detail_card {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
  }

  /*Team Css Start*/
  .team-section .et_pb_column .et_pb_blurb_content {
    max-width: 100%;
  }

  .team-section .et_pb_column .et_pb_main_blurb_image {
    width: 300px;
  }

  .team-section .et_pb_column .et_pb_main_blurb_image span {
    border-radius: 10px;
    overflow: hidden;
  }

  .team-section .et_pb_column .et_pb_blurb_container {
    width: calc(100% - 300px);
    padding-left: 45px;
  }

  .team-section .et_pb_column .et_pb_blurb_container {
    width: calc(100% - 300px);
  }

  .team-section .et_pb_column .et_pb_main_blurb_image img {
    width: 100%;
    height: auto;
    animation: none;
  }

  .team-section .et_pb_column h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 0px;
  }

  .team-section .et_pb_column h3 span {
    font-family: "GothamNarrowBold";
  }

  .team-section .et_pb_column .et_pb_blurb_description p:first-child {
    color: #000;
    opacity: 0.7;
    padding-bottom: 10px;
  }

  /*Team Css End*/
  .resy-btn iframe {
    vertical-align: top;
  }

  .et_pb_module.resy-btn {
    margin-top: 30px;
  }

  .careers-acc-row .acc-heading p {
    padding-top: 10px;
  }

  li.menu-item-has-children.active-li:has(a[target='_blank'])>a {
    color: #ffffff;
  }

  li.menu-item-has-children.active-li:has(a[target='_blank'])>a::before {
    background-image: url(../../../../wp-content/uploads/2025/01/arrow.svg);
  }

  .menu-bdr.desserts {
    text-align: center;
  }

  .menu-bdr.desserts ul li {
    margin-bottom: 28px;
  }

  .menu-bdr.desserts {
    padding: 40px;
  }

  .menu-bdr.desserts h3 {
    padding-bottom: 25px;
  }

  .menu-bdr.desserts li span {
    display: block;
    font-style: normal;
  }

  .menu-bdr.desserts ul li:last-child {
    margin: 0px;
  }

  a.et_pb_button.df_menu_btn.live-pr-btn {
    background-color: #d9b451;
    border: 1px solid #d9b451;
    font-size: 15px;
    padding: 7px 20px !important;
  }

  a.et_pb_button.df_menu_btn.live-pr-btn:hover {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
  }

  body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup {
    /* height: calc(80vh - 40px);
      max-height: fit-content;
      max-width: 1000px; */
    height: auto;
    max-height: 80vh;
    max-width: 700px;
    overflow: auto;
  }

  .desktop-popup-image {
    display: block;
  }

  .mobile-popup-image {
    display: none;
  }

  body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup .popup-main-box br {
    display: none;
  }

  /* new menu design start */
  p.date_details {
    margin-bottom: 30px;
    font-style: italic;
  }

  ul.inner_menu_list li {
    color: #000;
    margin-bottom: 0px !important;
  }

  ul.inner_menu_list sub {
    top: 0;
    /* font-size: 16px; */
    font-weight: 600;
  }

  .beff_row {
    max-width: 150px;
  }

  .beef-section {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
  }

  .beff_row p {
    font-style: italic;
    padding: 0;
    text-align: center;
  }

  li.children_menu {
    margin-top: 70px !important;
  }

  .beff_row p:empty {
    display: none;
  }

  b.not_italic {
    font-style: normal;
  }

  .menu-bdr.brunch-menu-bar>ul li {
    width: 100%;
  }

  .beef-section.new_beef_section {
    align-items: end;
    margin-top: 10px;
  }

  .beef-section.new_beef_section ul {
    width: calc(100% - 150px);
    display: flex;
    justify-content: center;
  }

  .beef-section.new_beef_section ul li.children_menu {
    margin: 0 !important;
    width: 70%;
  }

  .beef-section.new_beef_section ul li.children_menu .ttl-top {
    text-align: center;
  }

  .menu-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }

  .rt-col .menu-bdr.summer_menu_sec ul {
    display: block;
  }

  .rt-col .menu-bdr.summer_menu_sec ul li {
    width: 100%;
  }

  .menu_right2 {
    margin-top: 60px;
  }

  li.children_menu.left_col_children .ttl-top {
    text-align: center;
  }

  p.column_para {
    margin-bottom: 16px;
    font-style: italic;
  }

  p {}

  ul.summner_bottom_menus li p:first-child {
    font-style: normal;
  }

  span.italic {
    font-style: italic;
  }

  ul.summner_bottom_menus li p:first-child sub {
    top: 0;
    font-size: 12px;
    font-weight: 600;
  }

  ul.bottom1 {
    margin-bottom: 40px;
  }

  .beef-section.summer_menu_bottom_sec {
    justify-content: center;
    margin-top: 40px;
  }

  .beef-section.summer_menu_bottom_sec .beff_row {
    max-width: none;
  }

  .beef-section.summer_menu_bottom_sec .beff_row img {
    max-width: 150px;
    margin: 0 auto;
  }

  li.sharable_top {
    margin-top: 40px;
  }

  ul.menu-list>li:nth-child(4)>ul {
    width: 210px;
  }

  /* new menu design end */

  /* 19-01-2025 */

  .et_pb_row.two-clumn-contact-wrap .et_pb_column.contact-form-left-col {
    width: 50%;
  }

  .et_pb_row.two-clumn-contact-wrap .et_pb_column.right-detail-col {
    width: 50%;
    padding-top: 80px;
  }

  .et_pb_row.two-clumn-contact-wrap .et_pb_column.contact-form-left-col .right_side {
    margin-top: 54px;
  }

  .et_pb_row.two-clumn-contact-wrap .et_pb_column.right-detail-col .et_pb_module.et_pb_code {
    padding: 50px 30px 20px;
    background: #d9b451;
    border-radius: 20px;
  }

  /* 19-06-2026 signupform */
  .st-signupform form {
    background: hsl(0deg 0% 0% / 20%);
    backdrop-filter: blur(30px);
    border: 1px solid #ffffff30;
    border-radius: 20px;
  }

  .st-signupform form label.st-signupform__label {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
  }

  .st-signupform form input {
    margin: 0 !important;
    height: 40px;
    border: 1px solid #fff !important;
    padding: 6px 14px !important;
    color: #000 !important;
  }

  .st-signupform form input:focus {
    border: 1px solid #d9b451 !important;
    box-shadow: none !important;
  }

  .st-signupform form button#subscribeNow {
    width: auto !important;
    border-radius: 50px;
    background-color: #d9b451;
    border: 1px solid #d9b451;
    font-size: 15px;
    padding: 9px 20px !important;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: 600;
    margin: 30px 0 15px;
  }

  .st-signupform form button#subscribeNow:hover {
    color: #000;
    background: #fff;
    border-color: #fff;
  }

  .st-signupform form footer {
    width: 100%;
    color: #fff;
  }

  .st-signupform form footer a {
    color: #d9b451;
  }

  .st-signupform form footer a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .st-signupform form .st-terms-and-conditions .st-terms-and-conditions-caption.st-font-caption {
    color: #fff;
    margin: 0;
  }

  .st-signupform form .st-terms-and-conditions .st-terms-and-conditions-caption.st-font-caption.st-signupform form .st-terms-and-conditions .st-terms-and-conditions-caption.st-font-caption a {
    color: #f00;
  }

  .st-signupform form .st-terms-and-conditions .st-terms-and-conditions-caption.st-font-caption div a {
    color: #d9b451;
  }

  .st-signupform form .st-terms-and-conditions .st-terms-and-conditions-caption.st-font-caption div a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .st-signupform form .st-terms-and-conditions .st-terms-and-conditions-caption.st-font-caption div {
    margin-top: 7px;
    font-size: 12px;
    line-height: 16px;
  }

  .st-signupform form .st-terms-and-conditions .st-checkbox.terms-checkbox {
    position: relative;
    margin-bottom: 6px !important;
  }

  .st-signupform form .st-terms-and-conditions .st-checkbox.terms-checkbox label.st-terms-and-conditions-text {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    width: 100%;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
  }

  .st-signupform form .st-terms-and-conditions .st-checkbox.terms-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .st-signupform form .st-terms-and-conditions .st-checkbox.terms-checkbox label.st-terms-and-conditions-text:before {
    content: '';
    width: 19px;
    height: 18px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 4px;
    transform: translateY(-50%);
  }

  .st-signupform form .st-terms-and-conditions .st-checkbox.terms-checkbox label.st-terms-and-conditions-text:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 7px;
    left: 3px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
  }

  .st-signupform form .st-terms-and-conditions .st-checkbox.terms-checkbox input:checked~label.st-terms-and-conditions-text:before {
    background: #d9b451;
  }

  .st-signupform form .st-join-web-form-submit-button-box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .st-signupform form .step1-form .col {
    width: 50%;
    float: left;
  }

  .st-signupform form .step1-form .col.odd {
    padding-right: 5px;
  }

  .st-signupform form .step1-form .col.even {
    padding-left: 5px;
  }

  .et_pb_row.inner-banner.simpletexting-form-row {
    padding-top: 100px;
  }

  body.page-id-3208 header {
    display: none;
  }

  body.page-id-3208 div#page-container {
    padding-top: 0 !important;
  }

  .et_pb_row.inner-banner.simpletexting-form-row .et_pb_module.et_pb_image.et_pb_image_0 {
    max-width: 530px;
    margin-bottom: 60px !important;
  }

  .st-signupform form .st-signupform-terms-agreed-error {
    color: #e10707;
    margin: 10px 0 0;
    width: 100%;
    font-weight: 600;
  }

  /**new header start*/
  body .new-header.header-section nav.nav-menu-col {
    max-width: max-content;
  }

  .new-header.sticky-header ul.menu-list ul.sub-menu {
    top: 70px;
  }

  .nav-down .new-header.sticky-header ul.menu-list>li>ul.sub-menu,
  .nav-up .new-header.sticky-header ul.menu-list>li>ul.sub-menu {
    top: 102px;
  }

  .nav-up .new-header.sticky-header ul.menu-list>li.menu-item-has-children::after,
  .nav-down .new-header.sticky-header ul.menu-list>li.menu-item-has-children::after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 30px;
  }

  .new-header ul.menu-list>li {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .new-header ul.menu-list>li:hover {
    z-index: 1;
  }

  .new-header ul.menu-list li a {
    color: var(--color-white);
    text-align: left;
    font-family: "GothamNarrowMedium";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: normal;
  }

  body .new-header ul.menu-list>li:last-child>a {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    color: #000;
    border-radius: unset;
  }

  .new-header.header-section .header_col_row {
    gap: 34px;
    display: flex;
    flex-direction: row;
  }

  .new-header.header-section .logo_col {
    max-width: 259px;
    flex-shrink: 0;
  }

  .new-header.header-section .right-col {
    width: calc(100% - 293px);
    display: flex;
    gap: 34px;
    align-items: center;
    justify-content: flex-end;
  }

  .new-header.header-section .social_icons_col {
    max-width: 62px;
    flex-shrink: 0;
    display: flex;
    gap: 16px;
  }

  .new-header.header-section .social_icons_col a {
    display: inline-flex;
  }

  .new-header.header-section .social_icons_col a svg path {
    transition: all 0.5s ease;
  }

  .new-header.header-section .social_icons_col a:hover svg path {
    fill: var(--color-white);
  }

  .new-header.header-section .nav-menu-col {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  .new-header.header-section ul.menu-list {
    gap: 26px;
  }

  .new-header.header-section ul.menu-list>li.menu-item-has-children>a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M0.75 0.75L4.75 4.75L8.75 0.75' stroke='%23D9B451' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    /* background-size: cover; */
    width: 11px;
    filter: brightness(0) invert(1);
  }

  .new-header.header-section ul.menu-list>li.menu-item-has-children>a {
    padding-right: 16px;
  }

  .new-header.header-section ul.menu-list>li.menu-item-has-children>a::before {
    top: 7px;
  }

  .new-header.header-section ul.menu-list>li.current-menu-item>a,
  ul.menu-list>li>a:hover::before,
  .new-header.header-section ul.menu-list>li.menu-item-has-children:hover>a::before {
    filter: unset;
  }

  .new-header ul.menu-list ul.sub-menu>li>a {
    text-transform: capitalize;
  }

  /**new header end*/
  /**NEW Footer start*/
  .new-footer-main {
    padding: 0 !important;
  }

  .new-footer-main .et_pb_row {
    width: 100%;
    margin: 0 auto;
  }

  .new-footer-main .footer-top-row {
    display: flex;
    align-items: center;
    column-gap: 30px;
    padding: 48px 20px 50px;
    flex-wrap: wrap;
  }

  .new-footer-main .footer-menu-rows {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px 80px;
    padding: 60px 20px;
    flex-wrap: wrap;
  }

  .new-footer-main .footer-menu-rows::after {
    display: none;
  }

  .new-footer-main .footer-top-row .et_pb_column.logo-col {
    flex: 0 0 268px;
    max-width: 268px;
  }

  .new-footer-main .footer-top-row .et_pb_column.footer-form-col {
    flex: 0 0 calc(100% - 298px);
    max-width: calc(100% - 298px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .new-footer-main .footer-top-row .et_pb_column.footer-form-col form {
    display: flex;
  }

  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"] {
    display: flex;
    width: 260px;
    height: 50px;
    min-width: 260px;
    padding: 12px 18px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: transparent;
    border-radius: unset;
    font-family: "GothamNarrowBook";
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    outline: none;
    transition: all 0.5s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.30);
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    border-left: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.05);
    border-right: 0;
  }

  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"]:hover,
  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"]:focus,
  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"]:active {
    border-color: var(--color-gold);
  }

  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"]::-webkit-input-placeholder,
  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"]::-moz-placeholder,
  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"]:-ms-input-placeholder,
  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    line-height: normal;
  }

  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--color-gold);
    border-radius: unset;
    padding: 14px 30px;
    color: var(--color-black);
    font-family: "GothamNarrowMedium";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    min-width: 137px;
    transition: all 0.5s ease;
    outline: none;
    border: 0;
  }

  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="submit"]:hover,
  .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="submit"]:focus {
    background: var(--color-white);
  }

  .new-footer-main .footer-top-row .et_pb_column.footer-form-col form .gform_footer {
    margin: 0;
    padding: 0;
  }

  .new-footer-main .footer-exclusive-update h3 {
    color: var(--color-white);
    font-family: "GothamNarrowMedium";
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    padding-bottom: 0;
  }

  .new-footer-main .footer-form-col .et_pb_text_inner {
    display: flex;
    gap: 30px;
  }

  .new-footer-main .footer-form-col .et_pb_text_inner .footer-exclusive-update {
    display: flex;
    align-items: center;
    gap: 27px;
  }

  .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons a {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 46px;
    max-height: 46px;
  }

  .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons a:hover {
    border-color: var(--color-gold);
  }

  .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons a:hover svg path {
    transition: all 0.5s ease;
  }

  .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons a:hover svg path {
    stroke: var(--color-gold);
  }

  .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons a svg {
    min-width: 24px;
    min-height: 24px;
  }

  .new-footer-main .footer-menu-rows h3 {
    color: #D9B451;
    font-family: "GothamNarrowBold";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding-bottom: 16px;
  }

  .new-footer-main .footer-menu-rows .et_pb_column {
    width: max-content !important;
    max-width: 350px;
  }

  .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul li {
    margin: 0;
  }

  .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul li a {
    color: #B8B8B8;
    font-family: "GothamNarrowBook";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    transition: all 0.5s ease;
  }

  .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul li:hover a,
  .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul li.current-menu-item a {
    color: var(--color-gold);
    opacity: 1;
  }

  .new-footer-main .footer-menu-rows .et_pb_menu {
    background-color: transparent;
  }

  .new-footer-main .hours-row {
    padding: 19px 20px 21px;
  }

  .new-footer-main .hours-row .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
    gap: 6px;
    flex-wrap: wrap;
  }

  .new-footer-main .hours-row .et_pb_text_inner p {
    color: #B8B8B8;
    font-family: "GothamNarrowBook";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 0;
    display: inline;
  }

  .new-footer-main .hours-row .et_pb_text_inner p strong {
    color: #D9B451;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    font-family: "GothamNarrowBold";
    padding-right: 10px;
  }

  .new-footer-main .copyright-row {
    padding: 25px 20px 64px;
  }

  .new-footer-main .border-top {
    position: relative;
  }

  .new-footer-main .border-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    width: calc(100% - 40px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .new-footer-main .copyright-row .et_pb_text_inner {
    color: #B8B8B8;
    font-family: "GothamNarrowBook";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .new-footer-main .copyright-row .et_pb_text_inner img {
    max-width: 153px;
  }

  /**NEW Footer end*/

  /**new home start*/
  /*cta section*/
  .new-pg-typo p {
    line-height: 30px;
  }

  .new-pg-typo p:empty {
    display: none;
  }

  .new-pg-typo.dark h2 strong {
    color: #000;
  }

  .new-pg-typo h2 strong {
    color: #FFF;
    font-family: "GothamNarrowBold";
    line-height: normal;
  }

  .new-pg-typo h2 {
    color: #D9B451;
    font-family: "GothamNarrowMedium";
    font-size: 50px;
    line-height: normal;
    margin-top: 20px;
    padding-bottom: 0;
  }

  new-private-events .new-pg-typo.center-txt h2 {
    padding-bottom: 0;
  }

  .new-pg-typo.center-txt {
    margin-bottom: 40px !important;
  }

  .new-pg-typo.center-txt .sub-title {
    justify-content: center;
  }

  .new-pg-typo .sub-title {
    color: #D9B451;
    font-family: "GothamNarrowBold";
    font-size: 18px;
    font-style: normal;
    line-height: 17px;
    letter-spacing: 5.5px;
    text-transform: uppercase;
    display: flex;
  }


  .new-pg-typo p:has(> .sub-title) {
    padding-bottom: 0 !important;
    color: #D9B451;
    font-family: "GothamNarrowBold";
    font-size: 18px;
    font-style: normal;
    line-height: 17px !important;
    letter-spacing: 5.5px;
    text-transform: uppercase;
  }

  .new-primary-btn {
    color: #000;
    font-family: "GothamNarrowMedium";
    font-size: 18px;
    line-height: normal;
    padding: 14px 40px;
    min-height: 50px;
    background: #D9B451;
    transition: all 0.5s ease;
  }

  .new-primary-btn:hover {
    background: #fff;
  }

  .new-secondary-btn {
    color: #000;
    font-family: "GothamNarrowMedium";
    font-size: 18px;
    line-height: normal;
    transition: all 0.5s ease;
    padding: 14px 40px;
    min-height: 50px;
    background: #fff;
  }

  .new-secondary-btn:hover {
    background: #D9B451;
  }

  .new-cta-main .new-btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .new-cta-main h2 {
    padding-bottom: 40px;
  }

  .new-cta-main img {
    min-height: 400px;
  }

  .new-cta-main .et_pb_column {
    position: relative;
  }

  .new-cta-main .et_pb_column .et_pb_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    padding: 0 20px !important;
    text-align: center;
  }

  .new-cta-main .et_pb_image {
    position: relative;
  }

  .new-cta-main .et_pb_image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
  }

  .new-cta-main .et_pb_image img {
    display: block;
  }

  .new-cta-main .et_pb_text {
    z-index: 2;
  }

  /*cta section*/
  /*new banner start*/
  .new-video-banner .et_pb_row {
    display: flex;
  }

  .new-video-banner video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: flex;
  }

  .new-video-banner .scroll-icon {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: inline-flex;
    animation: floatMouse 1.8s ease-in-out infinite;
  }

  @keyframes floatMouse {

    0%,
    100% {
      transform: translateX(-50%) translateY(0);
    }

    50% {
      transform: translateX(-50%) translateY(10px);
    }
  }

  /*new banner end*/
  /**USP Bar Start*/
  .new-usp-bar.et_pb_section {
    padding: 22px 0 23px;
    background: linear-gradient(180deg, rgba(217, 180, 81, 0.35) 0%, rgba(217, 180, 81, 0.03) 50.48%, rgba(217, 180, 81, 0.35) 100%), #000;
  }

  .new-usp-bar.et_pb_section .usp-bar-row::after {
    display: none;
  }

  .new-usp-bar.et_pb_section .usp-bar-row {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
  }

  .new-usp-bar.et_pb_section .usp-bar-row .et_pb_column {
    width: auto;
    flex: 1;
  }

  .new-usp-bar.et_pb_section .usp-bar-row .et_pb_column .et_pb_blurb_content {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .new-usp-bar.et_pb_section .usp-bar-row .et_pb_column .et_pb_blurb_content .et_pb_blurb_description {
    color: #FFF;
    font-family: "GothamNarrowMedium";
    font-size: 18px;
    line-height: normal;
  }

  .new-usp-bar.et_pb_section .usp-bar-row .et_pb_column .et_pb_main_blurb_image {
    margin: 0;
    max-width: max-content;
  }

  .new-usp-bar .usp-bar-row .et_pb_column:first-child .et_pb_blurb_content,
  .new-usp-bar .usp-bar-row .et_pb_column:nth-child(2) .et_pb_blurb_content {
    justify-content: flex-start;
  }

  .new-usp-bar .usp-bar-row .et_pb_column:nth-child(3) .et_pb_blurb_content {
    justify-content: center;
  }

  .new-usp-bar .usp-bar-row .et_pb_column:last-child .et_pb_blurb_content {
    justify-content: flex-end;
  }

  /**USP Bar End*/
  /*About Us start*/
  .new-about-us.et_pb_section {
    padding: 100px 0;
  }

  .new-about-us.et_pb_section .et_pb_row {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
  }

  .new-about-us.et_pb_section .img-col {
    width: 45.5%;
    padding-right: 2px;
    position: sticky;
    top: 100px;
  }

  .new-about-us.et_pb_section .content-col {
    padding-left: 79px;
    width: 54.5%;
  }

  .new-about-us.et_pb_section h2 {
    padding-bottom: 20px;
  }

  .new-about-us.et_pb_section h3 {
    color: #D9B451;
    font-family: "GothamNarrowMedium";
    font-size: 30px;
    line-height: 30px;
    margin-top: 50px;
    padding-bottom: 0;
  }

  .new-about-us.et_pb_section p {
    padding-bottom: 30px;
    letter-spacing: -0.06px;
  }

  .new-about-us .et_pb_text p:last-of-type {
    padding-bottom: 0;
  }

  .new-about-us.et_pb_section .feature-list {
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 250px 1fr;
    column-gap: 80px;
    row-gap: 0px;
  }

  .new-about-us.et_pb_section .feature-list li {
    position: relative;
    padding-left: 30px;
    color: var(--color-black);
    font-family: "GothamNarrowMedium";
    font-size: 20px;
    line-height: 40px;
  }

  .new-about-us.et_pb_section .feature-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.486 0 0 4.486 0 10C0 15.514 4.486 20 10 20C15.514 20 20 15.514 20 10C20 4.486 15.514 0 10 0ZM10 18.1818C5.48848 18.1818 1.81818 14.5115 1.81818 10C1.81818 5.48855 5.48848 1.81818 10 1.81818C14.5115 1.81818 18.1818 5.48855 18.1818 10C18.1818 14.5115 14.5115 18.1818 10 18.1818Z' fill='%23D9B451'/%3E%3Cpath d='M13.7498 6.46448L8.60712 11.6071L6.25015 9.25006C5.89518 8.89509 5.31955 8.89503 4.96451 9.25C4.60948 9.60503 4.60948 10.1806 4.96451 10.5356L7.96427 13.5355C8.13476 13.706 8.36597 13.8018 8.60706 13.8018H8.60712C8.84821 13.8018 9.07942 13.706 9.24991 13.5356L15.0354 7.75018C15.3905 7.39515 15.3905 6.81958 15.0354 6.46455C14.6804 6.10951 14.1048 6.10945 13.7498 6.46448Z' fill='%23D9B451'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
  }

  .new-about-us.et_pb_section .content-col .et_pb_text_inner {
    margin-top: 15px;
  }

  /*About Us end*/
  /*Happy hour start*/
  .new-happy-hour.et_pb_section {
    padding: 100px 0;
    background-color: var(--color-cream);
    position: relative;
  }

  .new-happy-hour.et_pb_section::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg,
        rgba(0, 0, 0, 0) 0%,
        #D9B451 50%,
        rgba(0, 0, 0, 0) 100%);
  }

  .new-happy-hour.et_pb_section .et_pb_row {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    display: flex;
  }

  .new-happy-hour.et_pb_section .left-col {
    background-color: var(--color-white);
    padding: 60px;
    width: 48.59%;
  }

  .new-happy-hour.et_pb_section .img-col {
    width: 51.41%;
    padding-left: 40px;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_image,
  .new-happy-hour.et_pb_section .img-col .et_pb_image .et_pb_image_wrap {
    height: 100%;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_image img {
    height: 100%;
    object-fit: cover;
  }

  .new-happy-hour.et_pb_section h2 {
    padding-bottom: 4px;
  }

  .new-happy-hour.et_pb_section h3 {
    color: #000;
    font-family: "GothamNarrowBold";
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 21px;
  }

  .new-happy-hour.et_pb_section .left-col .bg-number-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    margin-left: 10px;
  }

  .new-happy-hour.et_pb_section .left-col .bg-number-txt .et_pb_text_inner {
    font-family: "GothamNarrowBlack";
    font-size: 290px;
    line-height: 1;
    color: #F5F2EC;
    opacity: .8;
    letter-spacing: 20px;
  }

  .new-happy-hour.et_pb_section p {
    padding-bottom: 22px;
  }

  .new-happy-hour.et_pb_section p:last-child {
    padding-bottom: 0;
  }

  .new-happy-hour.et_pb_section .left-col .happy-hour-list {
    margin-bottom: 40px;
  }

  .new-happy-hour.et_pb_section .left-col .happy-hour-list li {
    display: flex;
    gap: 32px;
    border-bottom: 1px solid #E6E6E6;
    padding: 17px 20px;
    align-items: center;
  }

  .new-happy-hour.et_pb_section .left-col .happy-hour-list li .price {
    color: #D9B451;
    text-align: center;
    font-family: "GothamNarrowBold";
    font-size: 36px;
    line-height: normal;
    min-width: 65px;
  }

  .new-happy-hour.et_pb_section .left-col .happy-hour-list li .price .inner-txt {
    color: #D9B451;
    font-family: "GothamNarrowBold";
    font-size: 20px;
    line-height: normal;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-top: -4px;
    margin-left: 3.5px;
  }

  .new-happy-hour.et_pb_section .left-col .happy-hour-list li .price:has(.inner-txt) {
    display: inline-grid;
  }

  .new-happy-hour.et_pb_section .left-col .happy-hour-list li .item-name {
    color: #000;
    font-family: "GothamNarrowMedium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .new-happy-hour.et_pb_section .new-primary-btn {
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.5s ease;
  }

  .new-happy-hour.et_pb_section .new-primary-btn:hover {
    background: #000;
    color: #fff;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer {
    display: flex;
    align-items: center;
    padding: 21px 51px 20px 35px;
    background-color: var(--color-white);
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.06);
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer p {
    padding-bottom: 0;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer br {
    display: none;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-label {
    color: #666;
    text-align: right;
    font-family: "GothamNarrowMedium";
    font-size: 22px;
    line-height: normal;
    padding-right: 30px;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-item {
    text-align: center;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-item span,
  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .dots {
    color: #D9B451;
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: 'case' on;
    font-family: "GothamNarrowBold";
    font-size: 35px;
    line-height: 40px;
    display: flex;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .dots {
    padding: 0 20px;
    top: -8px;
    position: relative;
  }

  .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-item small {
    color: #666;
    text-align: center;
    font-family: "GothamNarrowMedium";
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    margin-left: 2.7px;
    display: flex;
    margin-top: 2px;
  }

  /*Happy hour end*/
  /*Testimonial start*/
  .new-testimonial-main.et_pb_section {
    padding: 100px 0 80px;
  }

  .new-testimonial-main.et_pb_section .et_pb_row {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
  }

  .new-testimonial-main.et_pb_section .et_pb_text_inner {
    text-align: center;
  }

  .new-testimonial-main.et_pb_section .new-pg-typo.center-txt {
    margin-bottom: 20px !important;
  }

  /*Testimonial end*/
  /**Our menu start*/
  .new-our-menu.et_pb_section {
    background: #F5F2EC;
    padding: 100px 0;
  }

  .new-our-menu.et_pb_section .et_pb_row {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .new-our-menu.et_pb_section .et_pb_text_inner {
    text-align: center;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_tab {
    opacity: 1 !important;
    animation: none !important;
    transition: none !important;
  }

  .new-our-menu.et_pb_section .et_pb_tabs {
    border: unset;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab {
    padding: 0;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_tabs_controls li {
    border: unset;
  }

  .new-our-menu.et_pb_section .et_pb_tabs ul.et_pb_tabs_controls:after {
    display: none;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs {
    background: transparent;
    margin-top: 50px;
  }

  .new-our-menu.et_pb_section .et_pb_tabs ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: transparent;
    flex-wrap: nowrap;
    width: max-content;
    min-width: 100%;
  }

  .new-our-menu .tabs-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  /* .new-our-menu .tabs-scroll::-webkit-scrollbar {
    display: none;
  } */

  .new-our-menu.et_pb_section .et_pb_tabs ul li {
    flex: 0 0 auto;
  }

  .new-our-menu.et_pb_section .et_pb_tabs ul li a {
    color: #666 !important;
    text-align: center;
    font-family: "GothamNarrowMedium";
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.65px;
    text-transform: uppercase;
    padding: 14px 32px 14px 59px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    transition: all 0.5s ease;
  }

  .new-our-menu.et_pb_section .et_pb_tabs ul li.et_pb_tab_active a,
  .new-our-menu.et_pb_section .et_pb_tabs ul li:hover a {
    border: 1px solid #D9B451;
    background: #D9B451;
    box-shadow: 0 4px 16px 0 rgba(217, 180, 81, 0.25);
    color: #0B0B0B !important;
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li a {
    position: relative;
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li a::before {
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(1) a::before {
    background-image: url('/wp-content/uploads/2026/08/Dinner-Menu.svg');
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(2) a::before {
    background-image: url('/wp-content/uploads/2026/08/Lunch-Menu.svg');
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(3) a::before {
    background-image: url('/wp-content/uploads/2026/08/Dessert-Menu.svg');
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(4) a::before {
    background-image: url('/wp-content/uploads/2026/08/Brunch-Menu.svg');
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(1):hover a::before,
  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(1).et_pb_tab_active a::before {
    background-image: url('/wp-content/uploads/2026/08/Dinner-Menu-active-1.svg');
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(2):hover a::before,
  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(2).et_pb_tab_active a::before {
    background-image: url('/wp-content/uploads/2026/08/Lunch-Menu-active.svg');
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(3):hover a::before,
  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(3).et_pb_tab_active a::before {
    background-image: url('/wp-content/uploads/2026/08/Dessert-Menu-active.svg');
  }

  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(4):hover a::before,
  .new-our-menu.et_pb_section .et_pb_tabs_controls li:nth-child(4).et_pb_tab_active a::before {
    background-image: url('/wp-content/uploads/2026/08/Brunch-Menu-active.svg');
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content {
    display: flex;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__image {
    width: 45.5%;
    padding-right: 4px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__image img {
    box-shadow: 0 16px 48px 0 rgba(0, 0, 0, 0.12);
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__content {
    width: 54.5%;
    padding-left: 76px;
    padding-right: 80px;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p:empty {
    display: none;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .sub-title {
    line-height: 16.5px;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content h2 {
    padding-bottom: 20px;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p {
    padding-bottom: 35px;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .section-title,
  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p:has(.section-title) {
    color: #D9B451;
    font-family: "GothamNarrowBold";
    font-size: 22px;
    line-height: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-bottom: 0px;
    display: flex;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items {
    margin-bottom: 40px;
    margin-top: 20px;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items br {
    display: none;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items .menu-item {
    display: flex;
    gap: 16px;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 14px 0;

  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items .menu-item .count {
    color: #D9B451;
    font-family: "GothamNarrowBold";
    font-size: 16px;
    line-height: 16.8px;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items .menu-item .name {
    color: #0B0B0B;
    font-family: "GothamNarrowBold";
    font-size: 16px;
    line-height: 20.4px;
    letter-spacing: 1.088px;
    text-transform: uppercase;
    display: flex;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p:has(.new-primary-btn) {
    display: flex;
    padding: 0;
  }

  .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .new-primary-btn:hover {
    background-color: #000;
    color: #fff;
  }

  /**Our menu end*/
  /*Crafted drinks start*/
  .new-crafted-drinks.et_pb_section {
    padding: 100px 0;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col {
    width: 45%;
    padding-right: 70px;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .img-col {
    width: 55%;
    padding-left: 10px;
    position: sticky;
    top: 100px;
    align-self: flex-start;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .img-col img {
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.12);
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .top-title {
    margin-bottom: 15px;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .top-title h2 {
    padding-bottom: 20px;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .top-title .section-description {
    padding-bottom: 0px;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_image_wrap {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_main_blurb_image {
    margin: 0;
    border: 1px solid #E6E6E6;
    padding: 12px 7px;
    min-width: 40px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_image_wrap img {
    width: auto;
    height: auto;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_content {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container {
    padding: 0;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container .et_pb_module_header {
    padding-bottom: 8px;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container .et_pb_module_header span,
  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container .et_pb_module_header {
    color: #0B0B0B;
    font-family: "GothamNarrowBold";
    font-size: 18px;
    line-height: normal;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container .et_pb_blurb_description {
    color: #666;
    font-family: "GothamNarrowBook";
    font-size: 16px;
    line-height: 18.72px;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_button_module_wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 37px;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_button_module_wrapper .outline-btn {
    padding: 14px 40px;
    border: 1px solid #000;
    color: #000;
    font-family: "GothamNarrowMedium";
    font-size: 18px;
    line-height: normal !important;
    min-height: 50px;
    transition: all 0.5s ease;
    border-radius: unset;
  }

  .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_button_module_wrapper .outline-btn:hover {
    background: #000;
    color: #fff;
  }

  /*Crafted drinks end*/
  /*new gallery main start*/
  .new-gallery-main.et_pb_section {
    padding: 100px 0;
    background: #F5F2EC;
  }

  .new-gallery-main.et_pb_section .et_pb_row {
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
  }

  .new-gallery-main.et_pb_section .et_pb_text_inner {
    text-align: left;
  }

  .new-gallery-main.et_pb_section .new-pg-typo.center-txt .sub-title {
    justify-content: left;
  }

  /* gallery section start */
  .new-gallery-main.et_pb_section .gallery-controls {
    display: flex;
  }

  .new-gallery-main.et_pb_section .nav-btn svg path {
    opacity: 0.5;
    transition: all 0.5s ease;
  }

  .new-gallery-main.et_pb_section .nav-btn:hover svg path {
    opacity: 1;
  }

  .new-gallery-main.et_pb_section .nav-btn {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    width: 22px;
    height: 40px;
    cursor: pointer;
    outline: none;
    padding: 0;
    transition: all 0.3s ease;
  }

  .new-gallery-main.et_pb_section .nav-btn:hover {
    opacity: 1;
  }

  /* .new-gallery-main.et_pb_section #prevBtn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='40' viewBox='0 0 22 40' fill='none'%3E%3Cpath opacity='0.4' d='M-2.78158e-06 20.0001C-2.76125e-06 19.5351 0.179202 19.0696 0.53716 18.7146L18.8704 0.53284C19.5868 -0.177613 20.7468 -0.177613 21.4627 0.53284C22.1786 1.24329 22.1791 2.39375 21.4627 3.10374L4.42564 20.0001L21.4627 36.8964C22.1791 37.6069 22.1791 38.7573 21.4627 39.4673C20.7463 40.1773 19.5863 40.1778 18.8704 39.4673L0.53716 21.2855C0.179202 20.9305 -2.80191e-06 20.4651 -2.78158e-06 20.0001Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
  }

  .new-gallery-main.et_pb_section #nextBtn {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='40' viewBox='0 0 22 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M22 19.9999C22 20.4649 21.8208 20.9304 21.4628 21.2854L3.1296 39.4672C2.41323 40.1776 1.25319 40.1776 0.537279 39.4672C-0.178635 38.7567 -0.179093 37.6063 0.537278 36.8963L17.5744 19.9999L0.537277 3.10358C-0.179094 2.39312 -0.179095 1.24267 0.537277 0.532669C1.25365 -0.17733 2.41368 -0.177784 3.1296 0.532669L21.4628 18.7145C21.8208 19.0695 22 19.5349 22 19.9999Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
  } */

  .new-gallery-main.et_pb_section .gallery-slides-container {
    position: relative;
    width: 100%;
    height: 628px;
  }

  .new-gallery-main.et_pb_section .gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
      visibility 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .new-gallery-main.et_pb_section .gallery-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }

  .new-gallery-main.et_pb_section .gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    height: 100%;
  }

  .new-gallery-main.et_pb_section .grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background-color: #eaeaea;
  }

  .new-gallery-main.et_pb_section .grid-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
  }

  .new-gallery-main.et_pb_section .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: none;
  }

  .new-gallery-main.et_pb_section .grid-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .50);
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .new-gallery-main.et_pb_section .grid-item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .new-gallery-main.et_pb_section .grid-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path fill="%23FFF" d="m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z"/></svg>') center / contain no-repeat;
    pointer-events: none;
  }

  .new-gallery-main.et_pb_section .grid-item:hover::after {
    opacity: 1;
    visibility: visible;
    animation: pulse 1.2s ease-in-out infinite;
  }

  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: .9;
    }

    50% {
      transform: translate(-50%, -50%) scale(1.1);
      opacity: 1;
    }

    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: .9;
    }
  }

  .new-gallery-main.et_pb_section .item-large {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .new-gallery-main.et_pb_section .item-small-left {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  .new-gallery-main.et_pb_section .item-small-right {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }

  .new-gallery-main.et_pb_section .premium-gallery-container {
    position: relative;
  }

  .new-gallery-main.et_pb_section .gallery-controls {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 3;
    gap: 30px;
  }

  .new-gallery-main.et_pb_section .gallery-controls .nav-btn {
    background-color: transparent;
  }

  /* gallery section end */
  /*new gallery main end*/
  /*map start*/
  .new-google-map iframe {
    min-height: 380px;
    aspect-ratio: 96 / 19;
    height: 100%;
    display: flex;
  }

  /*map end*/
  /*New private events start*/
  .new-private-events.et_pb_section {
    padding: 100px 0;
  }

  .new-private-events.et_pb_section .et_pb_row {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }

  .new-private-events.et_pb_section h2 {
    text-align: center;
  }

  .new-private-events.et_pb_section .events-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 40px;
  }

  .new-private-events.et_pb_section .events-row::after {
    display: none;
  }

  .new-private-events.et_pb_section .events-row>* {
    flex: 0 0 440px;
    max-width: 440px;
  }

  .new-private-events.et_pb_section .events-row .et_pb_main_blurb_image {
    margin: 0;
  }

  .new-private-events.et_pb_section .events-row .et_pb_module img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_image_wrap {
    position: relative;
    overflow: hidden;
  }

  .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_image_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    pointer-events: none;
    z-index: 1;
  }

  .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container {
    margin: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 40px;
    z-index: 2;
    color: #fff;
  }

  .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_content {
    display: flex;
  }

  .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container .et_pb_module_header,
  .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container .et_pb_module_header span {
    color: #FFF;
    font-family: "GothamNarrowBold";
    font-size: 26px;
    line-height: normal;
    padding: 0;
  }

  /*New private events start*/
  /**new-join-us start*/
  .new-join-us.et_pb_section {
    padding: 0;
    background-attachment: fixed;
    position: relative;
  }

  .new-join-us.et_pb_section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    pointer-events: none;
    z-index: 1;
  }

  .new-join-us.et_pb_section .et_pb_row {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
  }

  .new-join-us.et_pb_section .et_pb_row .et_pb_text {
    padding: 100px 0;
    text-align: center;
  }

  .new-join-us.et_pb_section .et_pb_row .et_pb_text .sub-title {
    justify-content: center;
  }

  .new-join-us.et_pb_section .et_pb_row .et_pb_text h2 {
    margin-bottom: 30px;
  }

  .new-join-us.et_pb_section .et_pb_row .et_pb_text p {
    padding: 0;
    color: #fff;
    letter-spacing: -0.09px;
  }

  .new-join-us.et_pb_section .et_pb_row .et_pb_text p:has(.new-primary-btn) {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .new-join-us.et_pb_section .et_pb_row .et_pb_text ul {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
  }

  .new-join-us.et_pb_section .et_pb_row .et_pb_text ul li {
    position: relative;
    padding-left: 11px;
    color: #FFF;
    font-family: "GothamNarrowMedium";
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .new-join-us.et_pb_section .et_pb_row .et_pb_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #D9B451;
  }

  /**new-join-us end*/
  /*Entertainment start*/
  .new-entertainment-main.et_pb_section {
    padding: 100px 0;
  }

  .new-entertainment-main.et_pb_section .et_pb_row {
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
  }

  .new-entertainment-main.et_pb_section .top-row {
    margin-bottom: 40px;
  }

  .new-entertainment-main.et_pb_section .top-row .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    flex-wrap: wrap;
  }

  .new-entertainment-main.et_pb_section .top-row .et_pb_text_inner .right-part {
    display: flex;
    margin-bottom: 5px;
  }

  .new-entertainment-main.et_pb_section .top-row .outline-btn {
    padding: 14px 40px;
    border: 1px solid #000;
    color: #000;
    font-family: "GothamNarrowMedium";
    font-size: 18px;
    line-height: normal !important;
    min-height: 50px;
    transition: all 0.5s ease;
    border-radius: unset;
  }

  .new-entertainment-main.et_pb_section .top-row .outline-btn:hover {
    background: #000;
    color: #fff;
  }

  .custom-event-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .custom-event-grid .event-card {
    width: calc((100% - 80px) / 3);
    background: #FFF;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
  }

  .custom-event-grid .event-image {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
  }

  .custom-event-grid .event-date {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFF;
    padding: 11px 18px 8px;
  }

  .custom-event-grid .event-date .month {
    color: #D9B451;
    font-family: "GothamNarrowBold";
    font-size: 16px;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
  }

  .custom-event-grid .event-date .day {
    color: #000;
    font-family: "GothamNarrowBold";
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
  }

  .custom-event-grid .event-content {
    padding: 32px 30px;
  }

  .custom-event-grid .event-content h3 {
    color: #000;
    font-family: "GothamNarrowBold";
    font-size: 26px;
    line-height: normal;
    margin-bottom: 7px;
    padding: 0;
  }

  .custom-event-grid .event-content p {
    padding: 0;
  }

  .custom-event-grid .event-content .event-subtitle {
    color: #666;
    font-family: "GothamNarrowBook";
    font-size: 18px;
    line-height: normal;
    margin-bottom: 17px;
  }

  .custom-event-grid .event-content .event-time {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    color: #000;
    font-family: "GothamNarrowMedium";
    line-height: normal;
  }

  .custom-event-grid .event-content .event-time span {
    color: #000;
    font-family: "GothamNarrowMedium";
    font-size: 18px;
    line-height: normal;
  }

  .custom-event-grid .event-content .event-time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cg clip-path='url(%23clip0_37_2845)'%3E%3Cpath d='M11.5287 10.0007L9.15839 8.22298V4.60178C9.15839 4.23767 8.86408 3.94336 8.49997 3.94336C8.13586 3.94336 7.84155 4.23767 7.84155 4.60178V8.55222C7.84155 8.75961 7.939 8.95517 8.10492 9.07895L10.7385 11.0542C10.857 11.1431 10.9953 11.1859 11.1329 11.1859C11.3337 11.1859 11.5313 11.0956 11.6603 10.9218C11.879 10.6314 11.8197 10.2186 11.5287 10.0007Z' fill='black'/%3E%3Cpath d='M8.5 0C3.81281 0 0 3.81281 0 8.5C0 13.1872 3.81281 17 8.5 17C13.1872 17 17 13.1872 17 8.5C17 3.81281 13.1872 0 8.5 0ZM8.5 15.6832C4.5397 15.6832 1.3168 12.4603 1.3168 8.5C1.3168 4.5397 4.5397 1.3168 8.5 1.3168C12.461 1.3168 15.6832 4.5397 15.6832 8.5C15.6832 12.4603 12.4603 15.6832 8.5 15.6832Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37_2845'%3E%3Crect width='17' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  /*Entertainment end*/
  /*Cotact us start*/
  .new-contact-main.et_pb_section {
    padding: 100px 0;
    background: #F5F2EC;
  }

  .new-contact-main.et_pb_section .et_pb_row {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }

  .new-contact-main.et_pb_section .et_pb_row .left-col {
    width: 50%;
    padding-right: 20px;
  }

  .new-contact-main.et_pb_section .et_pb_row .left-col .new-pg-typo {
    margin-bottom: 40px;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col {
    padding-left: 20px;
    width: 50%;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .et_pb_text {
    border: 3px solid #E1E1E1;
    background: #FFF;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
    padding: 50px;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col p {
    padding-bottom: 0;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span {
    color: #D9B451;
    font-family: "GothamNarrowBold";
    font-size: 16px;
    line-height: normal;
    letter-spacing: 2.176px;
    text-transform: uppercase;
    margin-bottom: 4px;
    position: relative;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span.location,
  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span.phone,
  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span.email {
    padding-left: 24px;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span.hours {
    padding-left: 26px;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span.location::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 16 20' fill='none'%3E%3Cpath d='M8.491 18.5693C10.165 17.1239 15.1502 12.4438 15.1502 7.95009C15.1502 6.04051 14.3916 4.20914 13.0413 2.85886C11.691 1.50858 9.85967 0.75 7.95009 0.75C6.04051 0.75 4.20914 1.50858 2.85886 2.85886C1.50858 4.20914 0.75 6.04051 0.75 7.95009C0.75 12.4438 5.73516 17.1239 7.40918 18.5693C7.56513 18.6866 7.75497 18.75 7.95009 18.75C8.14521 18.75 8.33505 18.6866 8.491 18.5693Z' stroke='%23D9B451' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.95003 10.6501C9.44122 10.6501 10.6501 9.44122 10.6501 7.95003C10.6501 6.45885 9.44122 5.25 7.95003 5.25C6.45885 5.25 5.25 6.45885 5.25 7.95003C5.25 9.44122 6.45885 10.6501 7.95003 10.6501Z' stroke='%23D9B451' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 14.4px 18px;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span.phone::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.8374 11.3184V13.4434C14.8382 13.6407 14.7978 13.8359 14.7188 14.0167C14.6397 14.1974 14.5238 14.3597 14.3785 14.4931C14.2331 14.6264 14.0615 14.728 13.8746 14.7912C13.6877 14.8544 13.4897 14.8778 13.2932 14.8601C11.1136 14.6232 9.01987 13.8784 7.18033 12.6855C5.46888 11.598 4.01786 10.1469 2.93033 8.43549C1.73323 6.58759 0.988255 4.48369 0.755749 2.29424C0.738048 2.09836 0.761327 1.90094 0.824104 1.71455C0.88688 1.52816 0.987779 1.35689 1.12038 1.21163C1.25297 1.06638 1.41436 0.950321 1.59427 0.870855C1.77417 0.791389 1.96866 0.750254 2.16533 0.750069H4.29033C4.63409 0.746685 4.96735 0.868416 5.228 1.09257C5.48864 1.31673 5.65889 1.62801 5.707 1.9684C5.79669 2.64845 5.96303 3.31617 6.20283 3.95882C6.29813 4.21235 6.31876 4.48788 6.26227 4.75278C6.20577 5.01767 6.07453 5.26081 5.88408 5.4534L4.9845 6.35298C5.99285 8.12633 7.46115 9.59463 9.2345 10.603L10.1341 9.7034C10.3267 9.51296 10.5698 9.38171 10.8347 9.32522C11.0996 9.26872 11.3751 9.28935 11.6287 9.38465C12.2713 9.62446 12.939 9.79079 13.6191 9.88049C13.9632 9.92903 14.2774 10.1023 14.502 10.3675C14.7267 10.6326 14.846 10.971 14.8374 11.3184Z' stroke='%23D9B451' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 14px 14px;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span.email::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath d='M14.1666 2.83301H2.83329C2.05089 2.83301 1.41663 3.46727 1.41663 4.24967V12.7497C1.41663 13.5321 2.05089 14.1663 2.83329 14.1663H14.1666C14.949 14.1663 15.5833 13.5321 15.5833 12.7497V4.24967C15.5833 3.46727 14.949 2.83301 14.1666 2.83301Z' stroke='%23D9B451' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5833 4.95801L9.22954 8.99551C9.01086 9.13252 8.75802 9.20518 8.49996 9.20518C8.2419 9.20518 7.98906 9.13252 7.77038 8.99551L1.41663 4.95801' stroke='%23D9B451' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 14px 11px;
  }

  .new-contact-main.et_pb_section .et_pb_row .right-col .section-title span.hours::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8.75012 16.7502C13.1685 16.7502 16.7502 13.1685 16.7502 8.75012C16.7502 4.33178 13.1685 0.75 8.75012 0.75C4.33178 0.75 0.75 4.33178 0.75 8.75012C0.75 13.1685 4.33178 16.7502 8.75012 16.7502Z' stroke='%23D9B451' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.75024 3.9502V8.75027L11.9503 10.3503' stroke='%23D9B451' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 16px 16px;
  }

  .contact_main_section .new-contact-frm.contact-design .gform_wrapper .gfield input,
  .contact_main_section .new-contact-frm.contact-design .gform_wrapper .gfield textarea {
    border: 1px solid #CCC;
    background: #FFF;
    color: #000;
    font-family: "GothamNarrowBook";
    font-size: 16px;
    line-height: normal;
    border-radius: 0;
  }

  .contact_main_section .new-contact-frm.contact-design .gform_wrapper .gfield input::-webkit-input-placeholder,
  .contact_main_section .new-contact-frm.contact-design .gform_wrapper .gfield textarea::-webkit-input-placeholder {
    opacity: 0.6;
  }

  .contact_main_section .new-contact-frm.contact-design .gform_wrapper .gfield input::-moz-placeholder,
  .contact_main_section .new-contact-frm.contact-design .gform_wrapper .gfield textarea::-moz-placeholder {
    opacity: 0.6;
  }

  .contact_main_section .new-contact-frm.contact-design .gform_wrapper .gfield input:-ms-input-placeholder,
  .contact_main_section .new-contact-frm.contact-design .gform_wrapper .gfield textarea:-ms-input-placeholder {
    opacity: 0.6;
  }

  .contact-design .new-contact-frm .gform_wrapper .gfield input,
  .contact-design .new-contact-frm .gform_wrapper .gfield textarea {}

  /*Cotact us end*/
  /**fancybox*/
  body {
    --fancybox-accent-color: #d9b451 !important;
    --f-carousel-theme-color: #d9b451 !important
  }

  body .f-thumbs__slide.is-nav-selected {
    --f-thumb-outline-color: #d9b451 !important
  }

  body .fancybox__nav .fancybox__toolbar__column .f-button {
    background-color: #d9b451 !important;
    color: #ffffff !important
  }

  body .fancybox__nav .fancybox__toolbar__column .f-button:hover {
    background-color: #d9b451 !important
  }

  body.fancybox__container .fancybox__toolbar__column .f-button:focus {
    --f-button-hover-bg: #d9b451 !important
  }

  body .fancybox__container .fancybox__toolbar__column .f-button.is-active {
    background-color: #d9b451 !important;
    color: #ffffff !important
  }

  .fancybox__container {
    --fancybox-accent-color: #d9b451 !important;
    --f-carousel-theme-color: #d9b451 !important
  }

  .f-thumbs__slide.is-nav-selected {
    --f-thumb-outline-color: #d9b451 !important
  }

  /* .fancybox__nav .f-button {
      background-color: #d9b451 !important;
      color: #ffffff !important
    } */

  .fancybox__container .fancybox__toolbar__column .f-button,
  .fancybox__container .fancybox__toolbar__column .f-button.is-active,
  .fancybox__container .fancybox__toolbar__column .f-button:active {
    --f-button-active-bg: #d9b451 !important;
    --f-button-hover-bg: #d9b451 !important
  }

  body .fancybox__container .fancybox__toolbar__column .f-button:focus {
    background: #d9b451 !important
  }

  .fancybox__container .fancybox__toolbar__column.f-button.is-active,
  .fancybox__container [data-fancybox-toggle-thumbs].is-active {
    background: #d9b451 !important;
    background-color: #d9b451 !important;
    color: #ffffff !important
  }

  /**fancybox*/
  /*new home end*/

  @media (max-width:1639px) {
    body div.et_pb_section.footer-sec {
      background-position: top 0px right -40px !important;
    }

    .footer-sec .ftr-rt {
      padding-right: 70px;
    }

    .bottom-ftr .et_pb_column:nth-child(2) {
      padding-right: 70px;
    }
  }

  /* #page-id-3   */

  /*Responsive css start*/
  @media (max-width:1500px) {

    /*Contact Form css start*/
    .form-col {
      padding: 60px 40px 145px 60px;
    }

    .common-content {
      padding: 65px 60px 130px 40px;
    }

    .inner-banner h1 {
      column-gap: 40px;
    }

    /*Header css start*/
    .sticky-header ul.menu-list,
    ul.menu-list {
      gap: 18px;
    }

    ul.menu-list li a {
      font-size: 13px;
      line-height: 26px;
    }

    /* .sticky-header nav.nav-menu-col {
      width: calc(100% - 150px);
    } */
    nav.nav-menu-col,
    .sticky-header nav.nav-menu-col {
      width: calc(100% - 180px);
    }

    .logo_col,
    .sticky-header .logo_col {
      max-width: 170px;
    }

    body:not(.home) .sticky-header nav.nav-menu-col,
    body:not(.page-id-3263) .sticky-header nav.nav-menu-col {
      width: calc(100% - 170px);
    }

    /*Footer css start*/
    /*testimonial section*/
    .new-testimonial-main.et_pb_section {
      padding: 100px 0 120px;
    }

    /*testimonial section*/
    /*New private events start*/
    .new-private-events.et_pb_section .events-row {
      column-gap: 30px;
    }

    /*New private events end*/
  }



  @media (max-width:1439px) {
    .sticky-header ul.menu-list ul.sub-menu {
      top: 60px;
    }

    .sticky-header .header_col_row {
      justify-content: space-between;
    }

    .sticky-header nav.nav-menu-col {
      width: calc(100% - 230px);
    }

    .home .sticky-header .header_col_row {
      justify-content: center;
    }

    body:not(.home) div#page-container,
    body:not(.page-id-3263) div#page-container {
      padding-top: 103px !important;
    }

    .copy-rt {
      padding-right: 18px;
      margin-right: 18px;
    }

    .right-detail-col {
      padding-left: 35px;
    }

    .et_pb_column.contact-form-left-col {
      width: 55%;
    }

    .et_pb_column.right-detail-col {
      width: 45%;
    }

    .email-wraps.hr {
      max-width: 400px !important;
    }

    body.page-id-3208 div#page-container {
      padding-top: 0 !important;
    }

    /**new header start*/
    .new-header.header-section .logo_col {
      max-width: 180px;
    }

    .new-header.header-section .right-col {
      width: calc(100% - 206px);
    }

    .new-header ul.menu-list li a {
      font-size: 15px;
      line-height: 19px;
    }

    .new-header ul.menu-list ul.sub-menu>li>a {
      font-size: 14px;
      line-height: 19px;
    }

    body .new-header ul.menu-list>li:last-child>a {
      padding: 10px 14px;
    }

    .new-header.header-section .header_col_row {
      gap: 26px;
    }


    /**new header end*/
    /*About us start*/
    .new-about-us.et_pb_section .feature-list {
      column-gap: 10px;
      grid-template-columns: 280px 1fr;
    }

    /*About us end*/
    /*gallery section start*/
    .new-gallery-main.et_pb_section .et_pb_row {
      padding: 0 30px;
    }

    /*gallery section end*/
    /*New private events start*/
    .new-private-events.et_pb_section .events-row>* {
      flex: 0 0 365px;
      max-width: 365px;
    }

    .custom-event-grid .event-date {
      padding: 11px 14px 8px;
    }

    /*New private events end*/
    /*Entertainment start*/
    .custom-event-grid {
      gap: 30px;
    }

    .custom-event-grid .event-card {
      width: calc((100% - 60px) / 3);
    }


    /*Entertainment end*/
  }

  @media (max-width:1365px) {
    .sticky-header nav.nav-menu-col {
      width: calc(100% - 150px);
    }

    .footer-sec .copy-lt {
      padding-right: 18px;
      margin-right: 18px;
    }

    body.home nav.nav-menu-col {
      width: calc(100% - 152px);
    }

    /**new header start */
    .new-header.header-section .right-col {
      gap: 26px;
    }

    .new-header.header-section ul.menu-list {
      gap: 18px;
    }

    .new-usp-bar.et_pb_section .usp-bar-row .et_pb_column .et_pb_blurb_content .et_pb_blurb_description {
      font-size: 16px;
    }

    /**new header end*/
  }

  @media (max-width:1199px) {

    body:not(.home) header,
    body:not(.page-id-3263) header {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    body.home .nav-down .et_pb_section.main-header {
      padding: 15px 0px;
    }

    .contact_detail_card:nth-child(3) .icon {
      margin-top: 5px;
    }

    .contact_detail_card:nth-child(2) .icon {
      margin-top: 6px;
    }

    .copy-lt {
      padding-right: 12px;
      margin-right: 12px;
    }

    body:not(.home) .nav-down .et_pb_section.main-header,
    body:not(.page-id-3263) .nav-down .et_pb_section.main-header {
      padding: 0 0;
    }

    body:not(.home) div#page-container,
    body:not(.page-id-3263) div#page-container {
      padding-top: 77px !important;
    }

    body:not(.home) .sticky-header nav.nav-menu-col,
    body:not(.page-id-3263) .sticky-header nav.nav-menu-col {
      width: calc(100% - 210px);
    }

    body:not(.home) .sticky-header .logo_col {
      /* display: flex; */
    }

    h1,
    h2 {
      font-size: 40px;
      line-height: 50px;
    }

    p {
      font-size: 18px;
      line-height: 32px;
      padding-bottom: 26px;
    }

    body.popup-class #main_site_popup_id {
      max-width: 600px;
    }

    .common-content ul {
      margin-bottom: 26px;
    }

    .et_pb_module.event_main_section p#evcal_cur {
      font-size: 30px;
    }

    /* 
    .common-content ul li {
      font-size: 18px;
      line-height: 32px;
    } */

    /*Header css start*/
    .gform_wrapper .gform_footer {
      padding-top: 20px;
    }

    .common-content ul li::after {
      top: 9px;
    }

    /*Header css start*/
    body.page-id-113 .et_pb_section.main-header,
    body.page-id-3 .et_pb_section.main-header {
      padding-bottom: 0px;
    }

    body.page-id-113:not(.home) header,
    body.page-id-3:not(.home) header,
    body.error404:not(.home) header,
    body.page-id-76:not(.home) header {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    ul.menu-list>li.menu-item-has-children>a::before {
      display: none;
    }

    ul.menu-list {
      position: fixed;
      top: 0px;
      right: -100%;
      width: 420px;
      height: 100%;
      border-radius: 0;
      overflow-y: auto;
      transition: all 0.5s;
      display: block;
      padding: 25px 16px 30px 16px;
      z-index: 9;
      background: #D9B451;
    }

    ul.menu-list>li.current-menu-item>a,
    ul.menu-list>li>a:hover {
      color: #000;
    }

    ul.menu-list li {
      width: 100%;
      border-bottom: 1px solid rgb(0 0 0 / 7%);
      display: block;
    }


    ul.menu-list>li:last-child>a:hover {
      background: #000;
      color: #fff;
      border-color: #000;
    }

    ul.menu-list li a {
      display: inline-block;
      width: 100%;
      text-align: left;
      background: transparent;
      padding: 11px 20px;
      font-size: 16px;
      line-height: 26px;
      letter-spacing: 2px;
      color: #000000;
    }

    .inner-banner .et_pb_image {
      max-width: 540px;
    }

    .header_col_row {
      row-gap: 0px;
      justify-content: left;
      flex-direction: initial;
    }

    body.home nav.nav-menu-col {
      width: 100%;
    }

    nav.nav-menu-col,
    .sticky-header nav.nav-menu-col {
      width: calc(100% - 210px);
      text-align: right;
      padding-left: 20px;
      display: flex;
      align-items: center;
      justify-content: right;
      align-content: normal;
    }

    ul.menu-list .mobile_menu_close,
    .mobile_menu_open {
      display: block;
    }

    .mobile_menu_open {
      width: 27px;
      height: 27px;
      cursor: pointer;
      margin-left: auto;
    }

    .mobile_menu_open svg {
      width: 100%;
      height: auto;
    }

    .mobile_menu_close span svg {
      width: 100%;
      height: auto;
      transition: all 0.3s;
    }

    .mobile_menu_close span {
      width: 18px;
      height: 18px;
      border: 0;
      background: 0 0;
      padding: 0;
      cursor: pointer;
      display: block;
      margin-left: auto;
    }

    .active-responsive-menu ul.menu-list {
      right: 0px;
    }

    .header_col_row .nav-menu-col ul.menu-list li.mobile_menu_close {
      padding-bottom: 25px;
      padding-right: 20px;
    }

    body.active-responsive-menu {
      overflow: hidden;
    }

    body.active-responsive-menu:after {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.78);
      z-index: 1;
      -webkit-backdrop-filter: blur(5px);
      backdrop-filter: blur(5px);
    }

    .active-responsive-menu .logo_col {
      opacity: 7%;
      pointer-events: none;
    }

    body .et_pb_section.main-header {
      padding-top: 20px;
    }

    .logo_col,
    .sticky-header .logo_col {
      max-width: 210px;
    }

    body .et_pb_section.inner-banner {
      padding: 100px 0px 100px 0px;
    }

    body.header-sticky {
      padding-top: 78px;
    }

    .sticky-header ul.menu-list>li {
      padding-top: 0px;
      padding-bottom: 0px;
      margin: 0px;
    }

    .active-responsive-menu header.nav-down {
      border-bottom: 0px;
    }

    header ul.menu-list ul.sub-menu>li.menu-item-has-children>a::before,
    ul.menu-list>li.menu-item-has-children::before {
      display: none;
    }

    span.mobile-toggle {
      width: 100%;
      height: 48px;
      position: absolute;
      top: 0px;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    span.mobile-toggle:before,
    span.mobile-toggle:after {
      content: "";
      width: 16px;
      height: 2px;
      background: #000000;
      position: absolute;
      border-radius: 1px;
      transition: all 0.6s ease;
      right: 15px;
    }

    span.mobile-toggle:after {
      transform: rotate(90deg);
    }

    span.mobile-toggle.active:after {
      transform: rotate(0deg);
    }

    ul.menu-list>li.active-li>span.mobile-toggle:before,
    ul.menu-list>li.active-li>span.mobile-toggle:after {
      background: #000;
    }

    ul.menu-list>li.active-li>a {
      color: #000;
    }

    header ul.menu-list ul.sub-menu>li.menu-item-has-children.active-li>a,
    body ul.menu-list>li.menu-item-has-children.active-li>a {
      color: #fff;
    }

    ul.menu-list ul.sub-menu {
      background: transparent;
      width: 100%;
      display: none;
      position: initial;
      padding: 0px 0px 5px 20px;
      margin-top: -10px;
      box-shadow: none;
    }

    ul.menu-list>li:nth-child(4)>ul {
      width: 100%;
    }

    ul.menu-list ul.sub-menu>li {
      border-bottom: 1px solid rgb(0 0 0 / 7%);
    }

    ul.menu-list ul.sub-menu>li:last-child {
      border: 0px;
    }

    ul.menu-list ul.sub-menu>li>a {
      padding: 11px 10px;
      color: #000000;
    }

    .mobile_menu_close span svg path {
      fill: #000000;
    }

    /* ul.menu-list ul.sub-menu > li > a:hover,  */
    ul.menu-list ul.sub-menu>li.current-menu-item>a {
      background: transparent;
      color: #000;
    }

    ul.menu-list ul.sub-menu>li>a:hover,
    ul.menu-list ul.sub-menu>li.current-menu-item>a,
    ul.menu-list>li.current-menu-item>a,
    ul.menu-list>li>a:hover,
    ul.menu-list>li.menu-item-has-children:hover>a {
      color: #ffffff;
    }


    ul.menu-list>li.menu-item-has-children:hover ul.sub-menu {
      display: none;
    }

    body.home .header_col_row {
      row-gap: 40px;
    }

    body.home .logo_col {
      max-width: 400px;
    }

    body ul.menu-list>li:last-child>a {
      width: 100%;
      max-width: 170px;
      text-align: center;
      margin-left: 20px;
      margin-top: 20px;
      background-color: #ffffff;
      color: #000;
    }

    body ul.menu-list>li:last-child>a:hover {
      background-color: #000000;
      color: #ffffff;
    }

    body ul.menu-list>li:last-child {
      border-bottom: 0 !important;
      text-align: left;
    }

    /*Banner css*/

    /*Contact Form css start*/
    .form-col p {
      font-size: 22px;
      line-height: 32px;
    }

    .form-col {
      padding: 60px 20px 140px 20px;
    }

    .common-content {
      padding: 60px 20px 130px 20px;
    }

    /*Menu page css start*/
    .rt-col {
      padding-left: 20px;
    }

    .lt-col {
      padding-right: 20px;
    }

    .lt-col .et_pb_text_inner {
      gap: 20px;
    }

    .lt-col .et_pb_text_inner .menu-box-item {
      width: calc(50% - 10px);
    }

    .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
      font-size: 12px !important;
      padding-bottom: 12px;
      line-height: 20px !important;
    }

    .footer-sec .et_pb_text_inner,
    .footer-sec .et_pb_text_inner p,
    .footer-sec .et-menu-nav ul li a {
      font-size: 14px;
      line-height: 24px;
    }

    /* Footer section Here  */
    body.error404.et-db #et-boc .et-l div.et_pb_section.footer-sec {
      background-image: url(https://www.chicane.com/wp-content/uploads/2025/01/Group-1697-1.svg) !important;
    }

    body div.et_pb_section.footer-sec {
      background-image: url(https://www.chicane.com/wp-content/uploads/2025/01/Group-1697-1.svg) !important;
      background-position: top 0px right 0px !important;
      padding: 35px 0px 14px 0px;
    }

    .footer-sec .ftr-lt {
      width: 100%;
      padding-bottom: 20px;
      border-bottom: 1px solid #cac9c973;
    }

    .footer-sec .et_pb_text_inner,
    .footer-sec .et_pb_text_inner p,
    .footer-sec .et-menu-nav ul li a {
      justify-content: center;
      text-align: center;
    }

    .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
      max-width: 100%;
    }

    .receive_offers_sec form,
    .inner-banner form {
      justify-content: center;
    }

    .footer-sec .ftr-rt {
      padding-right: 0;
      width: 100%;
      order: -1;
      padding-bottom: 30px;
      margin-bottom: 18px !important;
      border-bottom: 1px solid #cac9c973;
    }

    .right-detail-col {
      padding-left: 25px;
    }

    .et_pb_column.contact-form-left-col {
      width: 50%;
      padding-right: 20px;
    }

    .et_pb_column.right-detail-col {
      width: 50%;
    }

    .contact_detail_card h3 {
      font-size: 24px;
      line-height: 34px;
    }

    body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section {
      max-height: 605px;
    }

    /* body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup{
        max-height: fit-content;
      } */
    li.children_menu {
      margin-top: 40px !important;
    }

    body.page-id-3208 div#page-container {
      padding-top: 0 !important;
    }

    .et_pb_row.inner-banner.simpletexting-form-row .et_pb_column.et_pb_column_3_5.et_pb_column_1 {
      margin: 0;
      width: 60%;
      padding-right: 20px;
    }

    .et_pb_row.inner-banner.simpletexting-form-row .et_pb_column.et_pb_column_2_5.et_pb_column_2 {
      width: 40%;
    }

    /**new header start*/
    body header:has(.new-header) {
      padding: 25px 0;
    }

    body .new-header.header-section nav.nav-menu-col {
      order: 2;
    }

    .new-header.header-section .social_icons_col {
      order: 1;
    }

    .new-header.header-section .right-col {
      gap: 0;
    }

    .new-header.header-section .mobile_menu_close span svg path {
      fill: #B8B8B8;
    }

    .new-header.header-section span.mobile-toggle:before,
    .new-header.header-section span.mobile-toggle:after {
      background: #B8B8B8;
      width: 14px;
    }

    body .new-header.header-section ul.menu-list>li:last-child>a {
      background-color: #d9b451
    }

    body .new-header.header-section ul.menu-list>li:last-child>a:hover {
      background-color: #B8B8B8;
    }

    body .new-header.header-section ul.menu-list {
      background: #0B0B0B;
    }

    body .new-header.header-section ul.menu-list li {
      border-color: #b8b8b826;
    }

    body .new-header.header-section ul.menu-list li.mobile_menu_close {
      padding-right: 0;
    }

    body .new-header.header-section ul.menu-list li.current-menu-item a {
      color: var(--color-gold);
    }

    body .new-header.header-section ul.menu-list li:hover a {
      color: #B8B8B8;
    }

    .new-header ul.menu-list li a {
      color: #B8B8B8;
      padding: 12px 0;
    }

    .new-header ul.menu-list ul.sub-menu>li>a {
      color: #B8B8B8;
      border-top: 1px solid #b8b8b826;
      padding: 14px 0;
    }

    .new-header ul.menu-list ul.sub-menu>li>a:hover {
      background-color: transparent !important;
    }

    .new-header ul.menu-list ul.sub-menu {
      border: none;
      padding-left: 15px;
      padding-bottom: 0;
      margin-top: 0;
    }

    .new-header .mobile-toggle.active {
      color: #B8B8B8;
    }

    body .new-header ul.menu-list>li:last-child>a {
      margin-left: 0;
    }

    .new-header ul.menu-list li a {
      line-height: 25px;
    }

    body .new-header ul.menu-list>li:last-child>a {
      max-width: max-content;
    }

    /**new header end*/
    /*new footer start*/
    .new-footer-main .footer-top-row {
      column-gap: 20px;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner .footer-exclusive-update {
      gap: 16px;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner {
      gap: 20px;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons {
      gap: 8px;
    }

    .new-footer-main .footer-top-row {
      padding: 40px 20px 40px;
    }

    .new-footer-main .footer-menu-rows {
      padding: 40px 20px;
    }

    .new-footer-main .footer-exclusive-update h3 {
      font-size: 18px;
      line-height: 28px;
    }


    .new-footer-main .footer-top-row .et_pb_column.logo-col {
      flex: 0 0 200px;
      max-width: 200px;
    }

    .new-footer-main .footer-top-row .et_pb_column.footer-form-col {
      flex: 0 0 calc(100% - 220px);
      max-width: calc(100% - 220px);
    }

    .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="submit"] {
      min-width: 100px;
      padding: 14px 14px;
    }

    .new-footer-main .footer-menu-rows h3 {
      font-size: 15px;
      line-height: 25px;
    }

    .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul li a {
      font-size: 15px;
      line-height: 25px;
    }

    .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul {
      gap: 6px;
    }

    .new-footer-main .hours-row .et_pb_text_inner p,
    .new-footer-main .hours-row .et_pb_text_inner p strong {
      font-size: 15px;
      line-height: 25px;
    }

    .new-footer-main .copyright-row .et_pb_text_inner {
      font-size: 15px;
      line-height: 25px;
    }

    .new-footer-main .hours-row {
      padding: 20px;
    }

    .new-footer-main .copyright-row {
      padding: 20px 20px 40px;
    }

    .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="submit"] {
      font-size: 16px;
      height: 46px;
    }

    .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"] {
      width: 240px;
      min-width: 240px;
      height: 46px;
      font-size: 15px;
      line-height: 25px;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons a {
      max-width: 44px;
      max-height: 44px;
    }

    /*new footer end*/

    /*new cta start*/
    .new-pg-typo.center-txt {
      margin-bottom: 34px !important;
    }

    .new-pg-typo p {
      line-height: 28px;
    }

    .new-pg-typo h2 {
      font-size: 40px;
      line-height: 50px;
      margin-top: 10px;
    }

    .new-cta-main h2 {
      padding-bottom: 30px;
    }

    .new-primary-btn,
    .new-secondary-btn {
      padding: 12px 30px;
      font-size: 16px;
      line-height: 26px;
    }

    .new-cta-main img {
      min-height: 350px;
    }

    /*new cta end*/
    /*new banner start*/
    .new-video-banner video {
      height: 550px;
    }

    /*new banner end*/
    /*About us start*/
    .new-about-us.et_pb_section {
      padding: 70px 0;
    }

    .new-about-us.et_pb_section .content-col {
      padding-left: 50px;
    }

    .new-about-us.et_pb_section h2 {
      padding-bottom: 16px;
    }

    .new-about-us.et_pb_section p {
      padding-bottom: 26px;
    }

    .new-about-us.et_pb_section h3 {
      font-size: 26px;
      line-height: 36px;
      margin-top: 30px;
    }

    .new-about-us.et_pb_section .feature-list {
      margin: 10px 0 0;
      grid-template-columns: 235px 1fr;
      gap: 10px;
    }

    .new-about-us.et_pb_section .feature-list li {
      font-size: 18px;
      line-height: 28px;
    }

    .new-about-us.et_pb_section .feature-list li::before {
      background-size: 18px;
      width: 18px;
      height: 18px;
    }

    /*About us start*/
    /*Happy hour start*/
    .new-happy-hour.et_pb_section {
      padding: 70px 0;
    }

    .new-happy-hour.et_pb_section .left-col {
      padding: 50px;
    }

    .new-happy-hour.et_pb_section h3 {
      padding-bottom: 16px;
    }

    .new-happy-hour.et_pb_section .left-col .bg-number-txt .et_pb_text_inner {
      font-size: 250px;
      letter-spacing: 16px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li .price {
      font-size: 30px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li .item-name {
      font-size: 20px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li {
      padding: 15px 18px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer {
      padding: 18px 40px 18px 30px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .dots {
      padding: 0 14px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-label {
      padding-right: 20px;
    }

    /*Happy hour end*/

    /*Testimonial start*/
    .new-testimonial-main.et_pb_section {
      padding: 70px 0 100px;
    }

    /*Testimonial end*/
    /*USP bar start*/
    .new-usp-bar.et_pb_section .usp-bar-row {
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }

    .new-usp-bar.et_pb_section .usp-bar-row .et_pb_column {
      min-width: max-content;
    }

    /*USP bar end*/
    /**Our menu start*/
    .new-our-menu.et_pb_section {
      padding: 70px 0;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs {
      margin-top: 40px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__content {
      padding-left: 50px;
      padding-right: 30px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content h2 {
      padding-bottom: 16px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .section-title,
    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p:has(.section-title) {
      font-size: 20px;
      line-height: 30px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items {
      margin-top: 5px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items .menu-item {
      gap: 14px;
      padding: 12px 0;
    }

    .new-our-menu.et_pb_section .et_pb_tabs ul {
      gap: 16px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs ul li a {
      padding: 14px 26px 14px 53px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs_controls li a::before {
      left: 26px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p {
      padding-bottom: 22px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__image {
      padding: 0;
    }

    /**Our menu end*/
    /**crafted drinks start*/
    .new-crafted-drinks.et_pb_section {
      padding: 70px 0;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col {
      padding-right: 46px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .top-title h2 {
      padding-bottom: 16px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .top-title {
      margin-bottom: 7px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb {
      padding: 15px 0;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_button_module_wrapper .outline-btn {
      padding: 12px 30px;
      font-size: 16px;
      line-height: 26px !important;
    }

    /**crafted drinks end*/
    /*gallery start*/
    .new-gallery-main.et_pb_section {
      padding: 70px 0;
    }

    .new-gallery-main.et_pb_section .et_pb_row {
      padding: 0 20px;
    }

    .new-gallery-main.et_pb_section .nav-btn svg {
      height: 30px;
    }

    .new-gallery-main.et_pb_section .gallery-controls {
      gap: 20px;
      top: -78px;
    }

    .new-gallery-main.et_pb_section .gallery-grid {
      gap: 16px;
    }

    .new-gallery-main.et_pb_section .gallery-slides-container {
      height: 500px;
    }

    .new-gallery-main.et_pb_section .grid-item::after {
      width: 34px;
      height: 34px;
    }

    /*gallery end*/
    /*New private events start*/
    .new-private-events.et_pb_section {
      padding: 70px 0;
    }

    .new-private-events.et_pb_section .events-row>* {
      flex: 0 0 300px;
      max-width: 300px;
    }

    .new-private-events.et_pb_section .events-row {
      column-gap: 20px;
    }

    .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container .et_pb_module_header,
    .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container .et_pb_module_header span {
      font-size: 22px;
      line-height: 32px;
    }

    .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container {
      left: 20px;
      right: 20px;
      bottom: 30px;
    }

    /*New private events end*/
    /*join us start*/
    .new-join-us.et_pb_section .et_pb_row .et_pb_text {
      padding: 70px 0;
    }

    .new-join-us.et_pb_section .et_pb_row .et_pb_text h2 {
      margin-bottom: 26px;
    }

    .new-join-us.et_pb_section .et_pb_row .et_pb_text p:has(.new-primary-btn),
    .new-join-us.et_pb_section .et_pb_row .et_pb_text ul {
      margin-top: 30px;
    }

    .new-join-us.et_pb_section .et_pb_row .et_pb_text ul {
      gap: 20px;
    }

    /*join us end*/
    /*Entertainment start*/
    .new-entertainment-main.et_pb_section {
      padding: 70px 0;
    }

    .new-entertainment-main.et_pb_section .top-row {
      margin-bottom: 34px;
    }

    .custom-event-grid {
      gap: 20px;
    }

    .custom-event-grid .event-card {
      width: calc((100% - 40px) / 3);
    }

    .custom-event-grid .event-content h3 {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 4px;
    }

    .custom-event-grid .event-content .event-subtitle {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 10px;
    }

    .custom-event-grid .event-content .event-time {
      font-size: 16px;
      line-height: 26px;
    }

    .custom-event-grid .event-content {
      padding: 22px 20px;
    }

    .custom-event-grid .event-date .month {
      font-size: 14px;
      line-height: normal;
    }

    .custom-event-grid .event-date .day {
      font-size: 32px;
      line-height: 42px;
    }

    .custom-event-grid .event-date {
      padding: 6px 12px 6px;
      top: 20px;
      left: 20px;
    }

    .custom-event-grid .event-content .event-time span {
      font-size: 16px;
      line-height: 26px;
    }

    .new-entertainment-main.et_pb_section .top-row .outline-btn {
      padding: 12px 30px;
      font-size: 16px;
      line-height: 26px !important;
    }

    .custom-event-grid .event-content .event-time::before {
      top: 50%;
      width: 14px;
      height: 14px;
    }

    /*Entertainment end*/

  }

  @media (max-width:1100px) {
    .main-banner {
      height: calc(100vh + 90px);
      margin-bottom: -68px;
    }
  }

  @media (max-width:980px) {
    .copy-lt.social-icon ul {
      gap: 8px;
    }

    .common-sec.center-sec .common-content {
      padding-bottom: 35px;
    }

    .et_pb_section.change-sec.center-sec .form-col.image-col {
      padding: 0px 20px 50px 20px;
    }

    .et_pb_section.common-sec .image-col .et_pb_image {
      position: initial;
    }

    .et_pb_section.common-sec.center-sec .form-col {
      margin-bottom: 0px !important;
    }

    footer {
      display: inline-block;
      width: 100%;
    }

    body.page-id-672 .common-sec,
    body.page-id-670 .common-sec {
      margin-bottom: 0px;
    }

    .et_pb_section.common-sec .form-col {
      margin-bottom: -30px !important;
    }

    .page-id-668 .common-sec {
      margin-bottom: 0px;
    }

    .form-col {
      padding: 60px 20px 90px 20px;
    }

    .common-content {
      padding: 60px 20px 60px 20px;
    }

    .common-content ul li::after {
      width: 12px;
      height: 12px;
    }

    .ftr-address .copy-rt ul.et-menu li a {
      font-size: 15px;
    }

    /*Banner css start*/
    .inner-banner h1 {
      font-size: 26px;
      line-height: 36px;
    }

    /*Footer css start*/
    .footer-sec .et_pb_menu .et_pb_menu__menu {
      display: block;
    }

    .footer-sec .et_pb_menu .et_mobile_nav_menu {
      display: none;
    }

    .footer-sec .et_pb_text_inner,
    .footer-sec .et_pb_text_inner p,
    .footer-sec .et-menu-nav ul li a {
      font-size: 14px;
    }

    body div.et_pb_section.footer-sec {
      background-position: top 0px right 0px !important;
      padding: 35px 0px 14px 0px;
    }

    .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li {
      padding-left: 6px;
      margin-left: 6px;
    }

    .footer-sec .ftr-lt .et_pb_text_align_right {
      padding-top: 14px;
    }

    .footer-sec .copy-lt {
      padding-right: 10px;
      margin-right: 10px;
    }

    .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
      padding: 0px 20px;
    }

    /*Menu page css start*/
    .lt-col {
      padding-right: 0px;
      padding-bottom: 30px;
    }

    .rt-col {
      padding-left: 0px;
    }

    .menu-sec span.et_pb_image_wrap img {
      margin: 0px auto 40px auto;
    }

    .lt-col .et_pb_text_inner .menu-box-item:nth-child(2) {
      gap: 25px;
    }

    .lt-col .et_pb_text_inner .menu-box-item:first-child .menu-bdr {
      margin-bottom: 25px;
    }

    .lt-col .menu-content-bottom h3 {
      padding-top: 20px;
    }

    .footer-sec .ftr-rt {
      padding-right: 0;
      width: 100%;
      order: -1;
      padding-bottom: 30px;
      margin-bottom: 18px !important;
      border-bottom: 1px solid #cac9c973;
    }

    .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
      max-width: 100%;
    }

    .receive_offers_sec .gform-body.gform_body {
      min-width: 300px;
    }

    .bottom-ftr .et_pb_image a {
      width: 175px;
      display: inline-block;
    }

    .bottom-ftr .et_pb_column:nth-child(2) {
      padding-right: 0;
    }

    .footer-sec .bottom-ftr {
      margin-top: 20px;
    }

    .footer-sec .et_pb_text_inner,
    .footer-sec .et_pb_text_inner p,
    .footer-sec .et-menu-nav ul li a {
      justify-content: center;
      text-align: center;
    }

    .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
      padding: 0px 12px;
      font-size: 14px;
      width: 100%;
    }

    .ftr-rt .et_pb_image .et_pb_image_wrap img {
      width: 200px;
    }

    .receive_offers_sec form,
    .inner-banner form {
      justify-content: center;
    }

    .copy-lt.social-icon a img {
      height: 23px;
      width: 23px;
    }

    .right-detail-col {
      padding-left: 0;
    }

    .et_pb_column.contact-form-left-col {
      width: 100%;
      padding-right: 0;
      margin-bottom: 40px;
    }

    .et_pb_column.right-detail-col {
      width: 100%;
    }

    .contact-title.et_pb_module {
      margin-bottom: 33px !important;
    }

    .contact_detail_card .icon img {
      width: 26px;
    }

    .contact_detail_card h3 {
      padding-bottom: 0;
    }

    .beef-section.new_beef_section ul li.children_menu {
      width: 80%;
    }

    .menu-bdr.summer_menu_sec.bottom_summer_menu_sec .menu-col.right_menu_col ul.bottom1+h3+ul sub {
      padding: 0;
    }

    .email-wraps.hr {
      max-width: 300px !important;
    }

    .et_pb_row.two-clumn-contact-wrap .et_pb_column.contact-form-left-col {
      width: 100%;
    }

    .et_pb_row.two-clumn-contact-wrap .et_pb_column.right-detail-col {
      width: 100%;
      padding: 0;
    }

    .et_pb_row.two-clumn-contact-wrap .et_pb_column.right-detail-col iframe {
      height: 701px !important;
    }

    .et_pb_row.two-clumn-contact-wrap .et_pb_column.right-detail-col .et_pb_module.et_pb_code {
      padding: 50px 30px;
    }

    body.page-id-3208 div#page-container {
      padding-top: 0 !important;
    }

    .et_pb_row.inner-banner.simpletexting-form-row .et_pb_module.et_pb_image.et_pb_image_0 {
      max-width: 500px;
      margin-bottom: 40px !important;
    }

    .et_pb_row.inner-banner.simpletexting-form-row .et_pb_column.et_pb_column_3_5.et_pb_column_1 {
      margin: 0 0 60px;
      width: 100%;
      padding-right: 0;
    }

    .et_pb_row.inner-banner.simpletexting-form-row .et_pb_column.et_pb_column_2_5.et_pb_column_2 {
      width: 100%;
    }

    .et_pb_section.main-banner.form-banner {
      height: 100%;
      margin-bottom: -40px;
    }

    /**new footer start*/
    .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu {
      display: block;
    }

    .new-footer-main .footer-menu-rows .et_pb_menu .et_mobile_nav_menu {
      display: none;
    }

    .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__wrap {
      justify-content: flex-start;
    }

    .new-footer-main .footer-top-row .et_pb_column.logo-col {
      max-height: 25px;
      width: 100%;
      /* margin: 0 auto; */
      margin-bottom: 24px;
    }

    .new-footer-main .footer-top-row .et_pb_column.footer-form-col {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .new-footer-main .footer-top-row .et_pb_column.footer-form-col .et_pb_text {
      width: 100%;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner {
      justify-content: space-between;
    }

    .new-footer-main .footer-top-row {
      gap: 0;
    }

    /**new footer end*/
    /*new About start*/
    .new-about-us.et_pb_section .img-col {
      width: 100%;
      position: unset;
      padding-right: 0;
      margin-bottom: 36px;
    }

    .new-about-us.et_pb_section .img-col .et_pb_image {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
    }

    .new-about-us.et_pb_section .content-col {
      width: 100%;
      padding-left: 0;
    }

    .new-about-us.et_pb_section .content-col .et_pb_text_inner {
      margin-top: 0;
    }

    /*new About end*/
    /*Happy hour start*/
    .new-happy-hour.et_pb_section .left-col {
      width: 100%;
    }

    .new-happy-hour.et_pb_section .img-col {
      width: 100%;
      padding-left: 0;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_image {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
    }

    .new-happy-hour.et_pb_section .et_pb_row {
      flex-direction: column;
    }

    .new-happy-hour.et_pb_section .et_pb_row .left-col {
      order: 2;
    }

    .new-happy-hour.et_pb_section .et_pb_row .img-col {
      order: 1;
      margin-bottom: 36px;
      max-width: 500px;
      width: 100%;
      margin: 0 auto 36px !important;
    }

    /*Happy hour end*/
    /*USp bar*/
    .new-usp-bar.et_pb_section .usp-bar-row .et_pb_column .et_pb_blurb_content {
      justify-content: center !important;
    }

    .new-usp-bar.et_pb_section .usp-bar-row {
      gap: 20px;
    }

    /*USp bar*/
    /*our menu start*/
    .new-our-menu.et_pb_section .et_pb_tabs ul {
      gap: 12px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content {
      flex-direction: column;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__image {
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      padding: 0;
      position: unset;
      align-self: center;
      margin-bottom: 36px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__content {
      width: 100%;
      padding: 0;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__image img {
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.12);
    }

    /*our menu end*/
    /**Crafted drinks start*/
    .new-crafted-drinks.et_pb_section .et_pb_row {
      display: flex;
      flex-direction: column;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col {
      padding: 0;
      width: 100%;
      order: 2;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .img-col {
      padding: 0;
      order: 1;
      width: 100%;
      position: unset;
      align-self: center;
      margin-bottom: 36px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .img-col .et_pb_image {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
    }

    .new-private-events.et_pb_section .events-row {
      row-gap: 20px;
    }

    .new-private-events.et_pb_section {
      padding: 70px 0 50px;
    }


    /**Crafted drinks end*/
    /*enteratinment start*/
    .custom-event-grid .event-card {
      width: calc((100% - 20px) / 2);
    }

    /*enteratinment end*/
    /*gallery start*/
    .new-gallery-main.et_pb_section .gallery-slides-container {
      height: 420px;
    }

    /*gallery end*/

  }

  @media (max-width:767px) {

    h1,
    h2 {
      font-size: 32px;
      line-height: 42px;
      padding-bottom: 10px;
    }

    p {
      font-size: 16px;
      line-height: 28px;
      padding-bottom: 15px;
    }

    .common-content ul {
      margin-bottom: 15px;
    }

    .common-content ul li {
      font-size: 16px;
      line-height: 28px;
      margin-bottom: 8px;
      padding-left: 20px;
    }

    .receive_offers_sec .gform_wrapper .gform_footer {
      width: auto;
    }

    .common-sec.center-sec .common-content {
      padding-bottom: 25px;
    }

    .menu-sec .lt-col {
      padding-bottom: 20px;
    }

    .without-box img {
      margin: 30px auto 25px auto;
    }

    .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
      padding: 0px 20px !important;
    }

    /*Contact Form css start*/
    .common-content {
      padding: 51px 20px 54px 20px;
    }

    .et_pb_section.common-sec.careers .common-content {
      padding-bottom: 54px;
    }

    .form-col {
      padding: 51px 20px 85px 20px;
    }

    .contact-design .gform_wrapper .gfield input {
      height: 52px;
    }

    .contact-design .ginput_container textarea.textarea {
      height: 105px;
    }

    .contact-design .gform_wrapper .gfield input,
    .contact-design .gform_wrapper .gfield textarea {
      font-size: 17px;
    }

    .gform_confirmation_message {
      max-width: 100%;
    }

    .form-col p {
      font-size: 20px;
      line-height: 30px;
    }

    .gform_wrapper .gform_footer {
      padding-top: 15px;
    }

    .receive_offers_sec .gform-body.gform_body {
      width: 300px;
    }

    /*RECEIVE EXCLUSIVE UPDATES + OFFERS css start*/
    .receive_offers_sec .et_pb_column .et_pb_heading_container h2 {
      max-width: 100%;
    }

    .footer-sec .et_pb_row .et_pb_column .mobile-copy a {
      width: 180px;
      display: inline-block;
      margin-top: 18px;
    }

    .receive_offers_sec form,
    .inner-banner form {
      justify-content: center;
    }

    /*Footer css start*/
    body div.et_pb_section.footer-sec {
      padding: 35px 0px 58px 0px;
    }

    body .grecaptcha-badge,
    .userway_buttons_wrapper {
      bottom: 50px !important;
    }

    .footer-sec .ftr-lt {
      width: 100%;
      margin-bottom: 0px;
      justify-content: center;
      row-gap: 12px;
    }

    .footer-sec .ftr-ctr {
      width: 100%;
    }


    .ftr-rt .et_pb_text_inner {
      margin-bottom: 12px;
    }

    .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li {
      padding-left: 10px;
      margin-left: 10px;
    }

    .ftr-address .et_pb_text_inner {
      justify-content: center;
      column-gap: 0;
      row-gap: 10px;
    }

    .footer-sec .copy-lt {
      padding-right: 18px;
      margin-right: 10px;
    }

    .footer-sec .ftr-lt .et_pb_text_align_right {
      text-align: center;
      padding: 0;
    }

    .receive_offers_sec p {
      font-size: 18px;
    }

    /*Header css start*/

    /*Banner css start*/
    button.slick-next {
      right: 10px;
    }

    button.slick-prev {
      left: 10px;
    }

    button.slick-arrow {
      width: 16px;
      height: 29px;
    }

    .inner-banner h1 {
      font-size: 22px;
      line-height: 32px;
      column-gap: 15px;
    }

    .inner-banner h1 img {
      width: 20px;
      height: auto;
    }

    .common-content ul li::after {
      top: 7px;
    }

    body.home .inner-banner {
      padding: 100px 0px 70px 0px;
    }

    .inner-banner .et_pb_image {
      margin-bottom: 50px !important;
    }

    .inner-banner .et_pb_image {
      margin-bottom: 60px !important;
      max-width: 280px;
    }

    .main-banner {
      height: auto;
      margin-bottom: -35px;
    }

    body.home div.et_pb_section.footer-sec {
      margin-top: 0px;
    }

    .inner-banner h1 {
      letter-spacing: 4px;
    }

    body.home .inner-banner h1 {
      padding-bottom: 35px;
    }

    body.home .logo_col {
      max-width: 240px;
    }

    body.home .header_col_row {
      row-gap: 30px;
    }

    /*Menu page css start*/
    .menu-box h3 {
      font-size: 19px;
      line-height: 24px;
    }

    .bottom-ftr .et_pb_image a {
      width: 160px;
    }

    .bottom-ftr .et_pb_column:nth-child(2) {
      padding-right: 0;
      margin: 0;
    }

    .bottom-ftr .et_pb_column:nth-child(1) {
      padding-left: 0;
    }

    .bottom-ftr .et_pb_column:nth-child(3) {
      width: 100%;
      margin-top: 10px;
    }

    .footer-sec .bottom-ftr .et_pb_text_inner {
      font-size: 13px;
    }

    .contact_detail_card h3 {
      font-size: 22px;
      line-height: 31px;
    }

    .contact_detail_card {
      gap: 11px;
      margin-bottom: 15px;
    }

    .et_pb_column.contact-form-left-col {
      margin-bottom: 30px !important;
    }

    .contact-title.et_pb_module {
      margin-bottom: 25px !important;
    }

    body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section {
      max-height: max-content;
    }

    .desktop-popup-image {
      display: none;
    }

    .mobile-popup-image {
      display: block;
    }

    body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup {
      max-width: 500px;
    }

    body.popup-class #main_site_popup_id.et_pb_section.happy_hour_popup_section.mothers_day_popup {
      /*     height: calc(80vh - 40px); */
      height: auto;
    }

    .beef-section.new_beef_section ul {
      width: 100%;
    }

    .beef-section.new_beef_section {
      flex-wrap: wrap;
      row-gap: 20px;
    }

    .beef-section.new_beef_section ul li.children_menu {
      width: 100%;
    }

    .menu-columns {
      grid-template-columns: 1fr;
      /* row-gap: 20px; */
    }

    .menu_right2 {
      margin-top: 30px;
    }

    .rt-col .menu-bdr.summer_menu_sec ul {
      margin-bottom: 30px;
    }

    body.page-id-3208 div#page-container {
      padding-top: 0 !important;
    }

    .et_pb_row.inner-banner.simpletexting-form-row .et_pb_column.et_pb_column_3_5.et_pb_column_1 {
      margin-bottom: 20px;
    }

    .et_pb_row.inner-banner.simpletexting-form-row .et_pb_module.et_pb_image.et_pb_image_0 {
      max-width: 280px;
    }

    /*Header Start*/
    .new-header.header-section .logo_col {
      max-width: 180px;
    }

    .new-header.header-section .social_icons_col {
      gap: 10px;
    }

    .new-header.header-section nav.nav-menu-col {
      padding-left: 16px;
    }

    /*Header End*/
    /*Footer start*/
    .new-footer-main .footer-top-row {
      padding: 30px 20px;
    }

    .new-footer-main .footer-menu-rows {
      padding: 30px 20px 10px;
    }

    .new-footer-main .hours-row {
      padding: 18px 20px;
    }

    .new-footer-main .copyright-row {
      padding: 18px 20px 30px;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner .footer-exclusive-update {
      flex-direction: column;
      align-items: start;
      gap: 10px;
    }

    .new-footer-main .footer-exclusive-update h3 {
      font-size: 16px;
      line-height: 26px;
    }

    .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="email"] {
      font-size: 14px;
      line-height: 24px;
    }

    .new-footer-main .footer-top-row .et_pb_column.footer-form-col .footer-from form input[type="submit"] {
      font-size: 16px;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner {
      flex-direction: column;
      align-items: flex-start;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner {
      gap: 18px;
    }

    .new-footer-main .footer-form-col .et_pb_text_inner .footer-social-icons a {
      max-width: 42px;
      max-height: 42px;
    }

    .new-footer-main .footer-menu-rows .et_pb_column {
      flex: unset;
      width: 100% !important;
      max-width: 100%;
    }

    .new-footer-main .footer-menu-rows h3 {
      font-size: 14px;
      line-height: 24px;
      padding-bottom: 10px;
      position: relative;
    }

    .new-footer-main .footer-menu-rows .et_pb_menu {
      padding-bottom: 10px;
    }

    .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul {
      gap: 4px;
    }

    .new-footer-main .footer-menu-rows .et_pb_menu .et_pb_menu__menu>nav>ul li a {
      font-size: 14px;
      line-height: 22px;
    }

    .new-footer-main .footer-menu-rows {
      gap: 10px;
    }

    .new-footer-main .hours-row .et_pb_text_inner p,
    .new-footer-main .hours-row .et_pb_text_inner p strong {
      font-size: 14px;
      line-height: 24px;
    }

    .new-footer-main .copyright-row .et_pb_text_inner {
      font-size: 14px;
      line-height: 24px;
    }

    .new-footer-main .footer-menu-rows .et_pb_heading h3::after {
      content: "";
      position: absolute;
      right: 0;
      top: 38%;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
      transition: transform .3s ease;
      background: no-repeat center/16px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23B8B8B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    }

    .new-footer-main .footer-menu-rows .et_pb_column.active .et_pb_heading h3::after {
      transform: translateY(-50%) rotate(180deg);
    }

    .new-footer-main .footer-top-row .et_pb_column.logo-col {
      margin-bottom: 22px !important;
    }

    /*Footer end*/

    /*new cta start*/
    .new-pg-typo.center-txt {
      margin-bottom: 24px !important;
    }

    .new-pg-typo p {
      line-height: 26px;
    }

    .new-pg-typo h2 {
      font-size: 30px;
      line-height: 40px;
      margin-top: 4px;
    }

    .new-cta-main .new-pg-typo h2 {
      padding-bottom: 20px;
      margin-top: 0;
    }

    .new-primary-btn,
    .new-secondary-btn {
      padding: 10px 20px;
      font-size: 14px;
      line-height: 24px;
      min-height: 40px;
    }

    .new-cta-main .new-btn-wrapper {
      gap: 14px;
    }

    .new-cta-main img {
      min-height: 300px;
    }

    /*new cta end*/
    /*new banner start*/
    .new-video-banner video {
      height: 450px;
    }

    /*new banner end*/
    /*new about start*/
    .new-about-us.et_pb_section {
      padding: 60px 0;
    }

    .new-about-us.et_pb_section .img-col {
      margin-bottom: 24px !important;
    }

    .new-about-us.et_pb_section .img-col .et_pb_image {
      max-width: 450px;
    }

    .new-pg-typo .sub-title {
      font-size: 16px;
      line-height: 26px;
    }

    .new-about-us.et_pb_section h2 {
      padding-bottom: 14px;
    }

    .new-about-us.et_pb_section p {
      padding-bottom: 15px;
    }

    .new-about-us.et_pb_section h3 {
      font-size: 22px;
      line-height: 32px;
      margin-top: 20px;
    }

    .new-about-us.et_pb_section .feature-list {
      gap: 8px;
    }

    .new-about-us.et_pb_section .feature-list li {
      font-size: 16px;
      line-height: 26px;
    }

    /*new about end*/
    /*Happy hour start*/
    .new-happy-hour.et_pb_section {
      padding: 60px 0;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_image {
      max-width: 450px;
    }

    .new-happy-hour.et_pb_section .left-col {
      padding: 40px;
    }

    .new-happy-hour.et_pb_section .et_pb_row .img-col {
      margin-bottom: 24px !important;
      max-width: 450px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li {
      gap: 25px;
      padding: 10px 16px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li .price {
      font-size: 28px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li .item-name {
      font-size: 20px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list {
      margin-bottom: 38px;
    }

    .new-happy-hour.et_pb_section .left-col .bg-number-txt .et_pb_text_inner {
      font-size: 230px;
      letter-spacing: 10px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li .price .inner-txt {
      font-size: 18px;
      letter-spacing: 4px;
      margin-left: 2px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-label {
      font-size: 20px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-label {
      padding-right: 12px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-item span,
    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .dots {
      font-size: 28px;
      line-height: 38px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer {
      padding: 16px 20px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-item small {
      font-size: 12px;
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .dots {
      padding: 0 10px;
    }

    .new-happy-hour.et_pb_section p {
      padding-bottom: 20px;
    }

    /*Happy hour end*/
    /*Testimonial start*/
    .new-testimonial-main.et_pb_section {
      padding: 60px 0 84px;
    }

    .new-testimonial-main.et_pb_section .new-pg-typo.center-txt {
      margin-bottom: 14px !important;
    }

    /*Testimonial end*/
    /**Our menu start*/
    .new-our-menu.et_pb_section {
      padding: 60px 0;
    }

    .new-our-menu.et_pb_section .et_pb_tabs ul li a {
      padding: 10px 20px 10px 47px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs_controls li a::before {
      left: 20px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs ul li a {
      font-size: 14px;
      line-height: 24px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs_controls li a::before {
      width: 17px;
      height: 17px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs {
      margin-top: 30px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__image {
      max-width: 450px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .featured-menu__image {
      margin-bottom: 24px !important;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p {
      padding-bottom: 20px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .section-title,
    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content p:has(.section-title) {
      font-size: 18px;
      line-height: 28px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items .menu-item {
      gap: 12px;
      padding: 10px 0;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items .menu-item .count {
      font-size: 14px;
      line-height: 24px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items {
      margin-bottom: 38px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content .menu-items .menu-item .name {
      font-size: 14px;
      line-height: 24px;
    }

    .new-our-menu.et_pb_section .et_pb_tabs .et_pb_all_tabs .et_pb_tab_content h2 {
      padding-bottom: 14px;
    }

    /**Our menu end*/
    /*new crafted start*/
    .new-crafted-drinks.et_pb_section .et_pb_row .img-col {
      margin-bottom: 24px !important;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .img-col .et_pb_image {
      max-width: 450px;
    }

    .new-crafted-drinks.et_pb_section {
      padding: 60px 0;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .top-title h2 {
      padding-bottom: 14px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb {
      padding: 10px 0;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_main_blurb_image {
      padding: 10px 6px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container .et_pb_module_header span,
    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container .et_pb_module_header {
      font-size: 16px;
      line-height: 22px;

    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container .et_pb_module_header {
      padding-bottom: 2px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_content {
      gap: 12px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_blurb_container .et_pb_blurb_description {
      font-size: 14px;
      line-height: 20px;
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .img-col img {
      box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
    }

    .new-crafted-drinks.et_pb_section .et_pb_row .content-col .et_pb_button_module_wrapper .outline-btn {
      padding: 10px 20px;
      font-size: 14px;
      line-height: 24px;
      min-height: 40px;
    }

    /*new crafted end*/
    /*gallery start*/
    .new-gallery-main.et_pb_section {
      padding: 60px 0;
    }

    .new-gallery-main.et_pb_section .nav-btn svg {
      height: 25px;
    }

    .new-gallery-main.et_pb_section .gallery-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .new-gallery-main.et_pb_section .gallery-slide {
      position: relative;
      display: none;
      opacity: 1;
      visibility: visible;
    }

    .new-gallery-main.et_pb_section .gallery-slide.active {
      display: block;
    }

    .new-gallery-main.et_pb_section .grid-item {
      width: calc(50% - 8px);
    }

    .new-gallery-main.et_pb_section .gallery-slides-container {
      height: auto;
    }

    .new-gallery-main.et_pb_section .grid-item::after {
      width: 30px;
      height: 30px;
    }

    .new-gallery-main.et_pb_section .gallery-controls {
      top: -62px;
    }

    .new-gallery-main.et_pb_section .et_pb_text_inner {
      padding-right: 80px;
    }

    /*gallery end*/
    /*Private events */
    .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container .et_pb_module_header,
    .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container .et_pb_module_header span {
      font-size: 20px;
      line-height: 30px;
    }

    .new-private-events.et_pb_section .events-row>* {
      flex: 0 0 258px;
      max-width: 258px;
    }

    .new-private-events.et_pb_section {
      padding: 60px 0 60px;
    }

    .new-private-events.et_pb_section .events-row {
      row-gap: 16px;
    }

    .new-private-events.et_pb_section .events-row .et_pb_column .et_pb_blurb_container {
      left: 16px;
      right: 16px;
      bottom: 20px;
    }

    /*Private events */
    /*join us start*/
    .new-join-us.et_pb_section .et_pb_row .et_pb_text {
      padding: 60px 0;
    }

    .new-join-us.et_pb_section .et_pb_row .et_pb_text h2 {
      margin-bottom: 20px;
    }

    .new-join-us.et_pb_section .et_pb_row .et_pb_text p:has(.new-primary-btn),
    .new-join-us.et_pb_section .et_pb_row .et_pb_text ul {
      margin-top: 20px;
    }

    .new-join-us.et_pb_section .et_pb_row .et_pb_text ul {
      gap: 10px;
    }

    .new-join-us.et_pb_section .et_pb_row .et_pb_text ul li {
      font-size: 14px;
      line-height: 24px;
    }

    /*join us end*/
    /*entertainment start*/
    .new-entertainment-main.et_pb_section {
      padding: 60px 0;
    }

    .new-entertainment-main.et_pb_section .top-row {
      margin-bottom: 24px;
    }

    .custom-event-grid .event-content h3 {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 2px;
    }

    .custom-event-grid .event-content .event-subtitle {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 4px;
    }

    .custom-event-grid .event-content .event-time {
      font-size: 14px;
      line-height: 24px;
      padding-left: 22px;
    }

    .custom-event-grid .event-content {
      padding: 16px 16px;
    }

    .custom-event-grid .event-date .day {
      font-size: 30px;
      line-height: 40px;
    }

    .custom-event-grid .event-date {
      padding: 6px 10px 4px;
      top: 16px;
      left: 16px;
    }

    .new-entertainment-main.et_pb_section .top-row .outline-btn {
      padding: 10px 20px;
      font-size: 14px;
      line-height: 24px;
      min-height: 40px;
    }

    /*entertainment end*/

  }

  @media (max-width:620px) {
    .ftr-address .et_pb_text_inner .copy-rt {
      width: 100%;
      padding-right: 0;
      margin-right: 0;
      padding-right: 0;
      margin-right: 0;
      padding-bottom: 15px;
      margin-bottom: 13px;
      width: 100%;
    }

    .ftr-address .et_pb_text_inner .copy-rt:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
    }

    .copy-rt::after {
      content: "";
      position: absolute;
      right: inherit;
      top: inherit;
      background-color: #cac9c973;
      transform: translateX(-50%);
      width: 90%;
      height: 1px;
      bottom: 0;
      left: 50%;
    }

    .ftr-address .et_pb_text_inner {
      row-gap: 0;
    }

    .email-wraps.hr {
      max-width: 100% !important;
    }

    .et_pb_row.two-clumn-contact-wrap .et_pb_column.right-detail-col .et_pb_module.et_pb_code {
      padding: 40px 20px 40px;
    }

    .et_pb_row.two-clumn-contact-wrap .et_pb_column.right-detail-col iframe {
      height: 500px !important;
    }
  }

  @media (max-width:576px) {

    /*Footer css start*/
    span.text-second {
      display: block;
    }

    .menu-bdr.desserts {
      padding: 40px 20px;
    }

    .et_pb_section .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input,
    .et_pb_button_module_wrapper a.et_pb_button.df_menu_btn {
      padding: 14px 30px;
    }

    .inner-banner p span.line {
      display: none;
    }

    .footer-sec .ftr-lt {
      margin: auto;
    }

    .copy-lt {
      padding-right: 11px;
      margin-right: 11px;
    }

    .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul {
      padding-left: 0px !important;
    }

    .footer-sec .et_pb_module .et_pb_menu__menu>nav>ul>li:first-child {
      padding-left: 0px;
      margin-left: 0px;
      border: 0px;
    }

    body div.et_pb_section.footer-sec {
      background-position: top 0px right 0px !important;
    }

    /*Contact Form css start*/

    /*Banner css start*/
    body .et_pb_section.inner-banner {
      padding: 80px 0px 80px 0px;
    }

    .inner-banner h1 {
      font-size: 14px;
      line-height: 20px;
      column-gap: 14px;
    }

    .inner-banner h1 img {
      width: 13px;
      height: auto;
    }

    /*Menu page css start*/
    .lt-col .et_pb_text_inner .menu-box-item {
      width: 100%;
    }

    .ttl-top {
      font-size: 16px;
      line-height: 20px;
    }

    .lt-col .et_pb_text_inner .menu-box-item:first-child .menu-bdr {
      margin-bottom: 20px;
    }

    .rt-col .menu-bdr ul li {
      width: 100%;
    }

    .lt-col .et_pb_text_inner {
      gap: 40px;
    }

    .bottom-ftr .et_pb_column:nth-child(1) {
      padding-left: 0px;
      padding-bottom: 10px;
      width: 100%;
    }

    .bottom-ftr .et_pb_column:nth-child(2) {
      padding-right: 0px;
      width: 100%;
    }

    .bottom-ftr .et_pb_text_inner {
      line-height: 20px;
    }

    .ftr-address .et_pb_text_inner .copy-rt {
      width: 100%;
    }

    .footer-sec .bottom-ftr {
      row-gap: 5px;
    }

    .copy-lt::after {
      height: 38px;
    }

    .contact_detail_card .icon img {
      width: 23px;
    }

    .contact_detail_card:nth-child(3) .icon {
      margin-top: 6px;
    }

    .contact_detail_card:nth-child(2) .icon {
      margin-top: 6px;
    }

    .detail {
      width: 80%;
    }

    /*Header Start*/
    .new-header.header-section .logo_col {
      max-width: 150px;
    }

    .new-header.header-section .right-col {
      width: calc(100% - 160px);
    }

    .new-header.header-section .header_col_row {
      gap: 10px;
    }

    /* .mobile_menu_open {
      width: 26px;
      height: 26px;
    } */

    /*Header End*/
    /*new footer start*/
    .new-footer-main .copyright-row .et_pb_text_inner {
      flex-direction: column;
      gap: 10px;
    }

    /*new footer end*/
    /*new about start*/
    .new-about-us.et_pb_section .feature-list {
      grid-template-columns: 230px 1fr;
    }

    /*new about end*/
    /*Happy hour start*/
    .new-happy-hour.et_pb_section .left-col {
      padding: 20px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li {
      gap: 10px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li .price {
      font-size: 20px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li .item-name {
      font-size: 16px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li {
      padding: 10px 12px;
    }

    .new-happy-hour.et_pb_section .left-col .happy-hour-list li .price .inner-txt {
      font-size: 14px;
      letter-spacing: 2px;
      margin: 0 0 0 1px;
    }

    .new-happy-hour.et_pb_section .left-col .bg-number-txt .et_pb_text_inner {
      font-size: 140px;
    }

    .new-happy-hour.et_pb_section .left-col .bg-number-txt {
      transform: translate(-50%, -40%);
    }

    .new-happy-hour.et_pb_section .img-col .et_pb_text_inner .happy-hour-timer .timer-label {
      font-size: 18px;
    }

    /*Happy hour end*/
    /*USp bar */
    .new-usp-bar.et_pb_section .usp-bar-row {
      flex-direction: column;
    }

    .new-usp-bar.et_pb_section .usp-bar-row .et_pb_image_wrap {
      max-width: 30px;
    }

    /*USp bar */
    /*event start*/
    .new-private-events.et_pb_section .events-row>* {
      flex: unset;
      max-width: unset;
    }

    /*event end*/
    /*entertainment start*/
    .custom-event-grid .event-card {
      width: 100%;
    }

    /*entertainment end*/
    /*gallery start*/
    .new-gallery-main.et_pb_section .gallery-grid {
      gap: 10px;
    }

    .new-gallery-main.et_pb_section .gallery-grid .grid-item {
      width: calc(50% - 5px);
    }

    .new-gallery-main.et_pb_section .grid-item::after {
      width: 22px;
      height: 22px;
    }

    /*gallery end*/
  }

  @media (max-width:479px) {

    /*Header css start*/
    ul.menu-list {
      width: 100%;
    }

    .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
      padding: 0px 12px;
    }

    /*Footer css start*/
    .receive_offers_sec p span {
      margin: 0px 0px;
      opacity: 0;
      display: block;
      line-height: 0;
    }


    .copy-rt {
      width: 100%;
      text-align: center;
    }

    .ftr-address .copy-rt ul.et-menu {
      margin-bottom: 2px;
      width: 100%;
    }

    .receive_offers_sec .gform-body.gform_body {
      width: 250px;
      min-width: 250px;
    }

    .ftr-address .et_pb_text_inner {
      column-gap: 0;
      row-gap: 0;
    }

    .contact_detail_card:nth-child(2) a {
      width: 100%;
      display: block;
      margin-bottom: 10px;
      line-height: 21px;
    }

    .contact-title.et_pb_module {
      margin-bottom: 25px !important;
    }

    div.cf-turnstile {
      transform: scale(.8);
    }

    .ginput_container.ginput_container_turnstile {
      display: flex;
      justify-content: center;
    }

    .st-signupform form .step1-form .col {
      width: 100%;
      padding: 0 !important;
    }

    /*new about start*/
    .new-about-us.et_pb_section .feature-list {
      grid-template-columns: 1fr;
    }

    /*new about end*/
  }

  @media (max-width:402px) {
    .receive_offers_sec .gform-body.gform_body {
      width: 100%;
      min-width: 100%;
    }

    .receive_offers_sec .gform_wrapper .gform_footer {
      width: 100%;
    }

    .receive_offers_sec .et_pb_row .et_pb_column .et_pb_module.contact-design .gform_wrapper form .gform_footer input {
      width: 100%;
    }
  }

  .page-id-26 .ftr-address .copy-rt ul.et-menu li:last-child>a {
    color: #D9B451;
  }

  .page-id-113 .ftr-address .copy-rt ul.et-menu li:nth-child(2)>a {
    color: #D9B451;
  }

  .page-id-3 .ftr-address .copy-rt ul.et-menu li:first-child>a {
    color: #D9B451;
  }

  /* 10-11-025 */
  header ul.menu-list ul.sub-menu>li.menu-item-has-children {
    position: relative;
  }

  @media (min-width:1199px) {
    header ul.menu-list ul.sub-menu>li.menu-item-has-children>ul.sub-menu {
      left: 100%;
      top: 0;
      display: none;
    }

    header ul.menu-list ul.sub-menu>li.menu-item-has-children:hover>a {
      color: #fff;
      background: #D9B451;
    }

    /* header .new-header ul.menu-list ul.sub-menu>li.menu-item-has-children:hover>a {
      color: #B8B8B8;
      background: transparent;
    } */

    header ul.menu-list ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu {
      display: block;
    }

    header ul.menu-list ul.sub-menu>li.menu-item-has-children.active-li>a {
      background: #D9B451;
      color: #fff;
    }

    header ul.menu-list ul.sub-menu>li.menu-item-has-children.active-li>a:before {
      background-image: url(../../../../wp-content/uploads/2025/01/arrow-hover1.svg);
    }

    header ul.menu-list ul.sub-menu>li.menu-item-has-children>a {
      position: relative;
      padding-right: 18px;
      pointer-events: none;
    }

    header ul.menu-list ul.sub-menu>li.menu-item-has-children>a::before {
      content: "";
      position: absolute;
      top: 17px;
      right: 10px;
      height: 7px;
      width: 11px;
      background-image: url(../../../../wp-content/uploads/2025/01/arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      transition: all 0.5s;
      filter: brightness(0%);
      transform: rotate(265deg);
    }

    header ul.menu-list ul.sub-menu>li.menu-item-has-children:hover>a:before,
    header ul.menu-list ul.sub-menu>li.menu-item-has-children.active-li>a:before {
      background-image: url(../../../../wp-content/uploads/2025/01/arrow.svg);
      filter: unset;
    }
  }