/*!
Theme Name: Paratha Box Child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parathabox-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  background-color: #161616 !important;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
}

.post,
.page {
  margin: 0;
}

body,
p {
  font-weight: 400;
  color: #000;
  font-family: "Proxima Nova Rg";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: "Proxima Nova Lt";
}

.home .entry-title {
  display: none;
}

ul li,
li {
  list-style: none;
}

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 100px 0px;
  margin-top: 200px;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #f9bf13;
  margin: 30px 0;
  font-weight: 800;
  font-family: "Gilroy" !important;
}

.error-404.not-found h1 span {
  color: #fff;
}

.page-header h3 {
  font-family: "Gilroy" !important;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-family: "Montserrat";
  font-size: 22px !important;
  color: #fff;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

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

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/
#primary-menu {
  text-align: center;
}

/* #primary-menu li {
    display: inline-block;
    padding: 0 10px;
}
#primary-menu li a {
    padding: 10px 0;
    color: #000;
} */
.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
              Nav bar
              */
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: block !important;
  height: auto !important;
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: relative;
  background-color: #000;
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 2px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #000;
  word-wrap: break-word;
  text-align: left;
}

#mm #primary-menu a:hover {
  background-color: #0b204d;
}

.mm,
#mm {
  display: none;
}

/* 
               * NAVBAR CSS ENDS
               */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
  color: #000;
  font-weight: 600;
}

.woocommerce td.product-name a:hover {
  color: #0b204d;
}

input#coupon_code {
  width: 200px !important;
  padding-left: 10px;
  margin-right: 10px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
}

.coupon .button {
  height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  height: 45px;
}

.actions button {
  height: 45px;
}

.woocommerce a.added_to_cart {
  padding: 10px 20px;
  border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #0b204d;
  padding: 10px 20px;
  line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #333;
}

.post-type-archive li .added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  height: 45px;
}

a.shipping-calculator-button {
  color: #0b204d;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
  background: #0b204d !important;
  color: #fff !important;
  line-height: 17px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce-cart-form {
  width: 62%;
  float: left;
}

.woocommerce .cart-collaterals {
  width: 35%;
  float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  background: rgba(84, 84, 84, 0.05);
  padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
  border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table th {
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
  padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe9eb;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
  padding-bottom: 30px !important;
}

.qib-container button {
  cursor: pointer;
}

.woocommerce-shipping-destination {
  font-size: 14px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 14px;
  color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
  width: 17px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  outline-width: medium;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}

input[type="radio"]::before {
  background: #f9bf13;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
  border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
  content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border-color: rgba(84, 84, 84, 0.8);
}

.input-radio::after,
input[type="radio"]::after {
  border-radius: 50%;
}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #a5a5a5;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #f9bf13;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
  border-color: #f9bf13;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  height: 45px;
}

.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 06px;
  display: block;
}

#calc_shipping_city_field {
  margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
  width: 100% !important;
  padding-left: 15px !important;
  display: inline-block;
  padding: 6px 10px;
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 60%;
}

#order_review {
  width: 38%;
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px 40px;
  position: relative;
}

#order_review_heading {
  display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
  height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 50%;
}

.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  .product-total {
  text-align: right;
}

.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  thead
  td,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  thead
  th,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  tfoot
  td,
.woocommerce-checkout
  form.checkout
  .woocommerce-checkout-review-order
  table.woocommerce-checkout-review-order-table
  tfoot
  th {
  border: none;
  vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

span.select2-selection.select2-selection--single {
  height: 45px !important;
  padding: 9px 0;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

form.checkout.woocommerce-checkout label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

#order_comments {
  height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
  line-height: 16px;
  padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 35px;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  margin-top: 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #payment div.payment_box p {
  font-size: 13px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  margin-bottom: 0px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

.woocommerce-error {
  border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
  color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  padding: 10px 22px !important;
  font-size: 16px !important;
  margin-top: 8px !important;
  font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce-message a {
  margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
  border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received
  p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border: 0;
  padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  border-bottom: 3px solid rgba(0, 0, 0, 0.9);
  margin-bottom: 40px;
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 15px 0;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
  color: #0b204d;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
  color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: unset;
}

#ship-to-different-address label span {
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}

.tinv-wishlist .product-action {
  width: 165px;
}

#tinvwl_product_actions {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
  border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
  display: flex;
  flex-wrap: wrap;
}

.select-wrapper {
  flex: 1;
  margin-right: 5px;
  position: relative;
}

.select-wrapper::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 0;
  color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
  width: 100px;
  height: auto;
  max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
  content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0 0 10px;
  line-height: 1.8;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-table
  tfoot
  th {
  text-align: right;
  border-top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-account
  .woocommerce-MyAccount-content
  .woocommerce-table
  tbody
  tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
  padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
  text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
  flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  height: 400px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 9px 10px;
  display: block;
  border: 1px solid #0b204d;
  margin-bottom: 9px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #252525;
  color: white;
  border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: white !important;
  border: 1px solid #252525;
  background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
  background-color: #0b204d;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
  background-color: #252525;
  color: #fff;
}

.woocommerce-account .addresses .title h3 {
  position: relative;
}

.woocommerce-privacy-policy-text a {
  color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
  color: #0b204d;
}

.woocommerce-info {
  border-top-color: #0b204d;
  margin-bottom: 10px !important;
}

.lost_password a {
  color: #252525 !important;
}

.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-info::before {
  color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
  color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 20px;
}

.woocommerce form .form-row .required {
  color: #0b204d;
}

a.showcoupon {
  font-size: 16px;
  font-weight: 500;
}

h3#order_review_heading {
  margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
  height: auto;
  border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}

ul.woocommerce-error {
  margin-bottom: 50px !important;
}

.tinv-header {
  display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin-top: 30px;
}

.post-type-archive .products li {
  text-align: center;
}

.tax-product_cat .products li {
  text-align: center;
}

.tax-product_cat li .added_to_cart {
  background-color: #c12a30 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  /*    display: inline-block !important; */
  font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.quantity {
  position: relative;
  width: fit-content;
}

.woocommerce-cart .quantity .minus {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 5px 14px 7px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

.woocommerce-cart .quantity .plus {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 4px 11px 4px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

a.restore-item {
  margin-left: 10px;
  margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
  height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
  position: relative;
}

.page-id-316 .wc-backward {
  margin-left: 20px !important;
  color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
  color: #c12a30 !important;
}

.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
  position: relative;
  top: -10px !important;
}

/* Woo Commerce End Here */

.reward_sec.error-404.not-found h1 {
  font-size: 150px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px !important;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (min-width: 1921px) {
  body {
    max-width: 1920px;
    margin: auto !important;
    /* overflow: hidden; */
  }

  header#masthead {
    max-width: 1920px;
    margin: auto;
  }

  .menu-div-wrapper {
    max-width: 1920px;
    margin: auto;
    right: 0;
    left: 0;
  }

  .map_locations > div {
    max-width: 1920px;
    margin: auto;
  }

  .Google_sec.iframe_Sec > div {
    max-width: 1920px;
    margin: auto;
  }

  html {
    background: #fff;
  }

  .landing_hero_sec {
    max-width: 1920px;
    margin: auto;
    left: 0 !important;
  }
}

@media (min-width: 1799px) {
  .container {
    max-width: 1600px !important;
  }
}

.menu-div-wrapper {
  background: #000000f7;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1000%;
  /* Initially hidden to the left */
  transition: left 0.5s ease, opacity 0.5s ease;
  /* Smooth transition */
  z-index: 999;
}

.menu-div-wrapper.active {
  left: 0;
  /* Slide in from the left */
}

.menu_div_mobile {
  display: none;
}

header#masthead {
  /*   background: #1e1e1e; */
  padding: 20px 80px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 9;
}

.mobile_header {
  display: none;
}

.left_btn ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 20px !important;
}

.right_btn ul {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}

.nav_btn a {
  background: #f9bf13;
  padding: 18px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  text-transform: uppercase;
  border-radius: 30px;
  display: inline-block;
  font-family: "Montserrat";
}

.nav_btn a:hover {
  color: #171717;
  box-shadow: inset 50em 0 0 0 #fff;
}

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

ul {
  margin: 0px !important;
}

p.site-title {
  display: none;
}

.site-branding {
  text-align: center;
}

.site-branding img {
  width: 70%;
  height: auto;
}

.row.menu-row-1 {
  margin-top: 50px;
  padding: 0px 80px;
}

.row.menu-row-1 .menu-close-div {
  text-align: right;
}

.row.menu-row-1 .menu-close-div a {
  display: inline-flex;
  align-items: center;
}

.menu-right-info h2 {
  letter-spacing: -0.05em;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 800;
  font-size: 120px;
  line-height: 130px;
  color: #fff;
  font-family: "Gilroy" !important;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0px;
}

/* .menu-right-info {
                  transform: rotate(-90deg);
              } */
.yellow {
  color: #f9bf13;
}

.men ul li a {
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 74px;
  color: #ffffff;
}

.men ul li a:hover,
.men ul li.current-menu-item a,
.footer ul li.current-menu-item a {
  color: #f9bf13;
}

.men {
  width: 80%;
}

.menu-right-info {
  width: 10%;
}

.menu-close-div a:hover {
  transform: rotate(360deg);
}

.home header#masthead {
  background: transparent;
}

.video-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  z-index: 1;
  opacity: 0.7;
}

.video-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, #171717 100%);
  z-index: 1;
}

.video-bg {
  position: absolute !important;
  top: 0;
  width: 100%;
}

.sec-one {
  margin-top: 200px;
}

.banner_head h1 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 120px;
  line-height: 130px;
  color: #fff !important;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: capitalize;
}

.sec-one .inner-sec .elementor-widget-wrap.elementor-element-populated {
  display: grid !important;
  grid-template-columns: 25% 50% 25%;
}

.sec-one .inner-sec {
  margin-top: -70px;
}

.sec-one .text .elementor-widget-container,
.sec-one .text p {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #fff;
}

.sec-one .text .elementor-widget-container strong {
  font-weight: 800;
}

.sec-one .left-text .elementor-widget-container {
  position: absolute;
  bottom: 200px;
  left: 0px;
  right: 0;
  padding-left: 250px;
}

.sec-one .left-text .elementor-widget-container:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 120px;
  width: 245px;
  height: 78px;
  background: url(/wp-content/uploads/2024/06/left-text.png);
  z-index: 1;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  background-size: cover;
  background-repeat: no-repeat;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

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

@keyframes mover {
  0% {
    transform: translateY(0);
  }

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

.sec-one .right-text .elementor-widget-container {
  position: absolute;
  top: 150px;
  left: -50px;
  right: 0;
}

.sec-one .right-text .elementor-widget-container:after {
  content: "";
  position: absolute;
  left: -60px;
  top: 5px;
  width: 42px;
  height: 42px;
  background: url(/wp-content/uploads/2024/06/right-text.png);
  z-index: 1;
  -webkit-animation: mover1 1s infinite alternate;
  animation: mover1 1s infinite alternate;
}

@-webkit-keyframes mover1 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes mover1 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.sec-one .img {
  margin: 0px !important;
}

.sec-one img {
  width: 90%;
  object-fit: cover;
}

.sec-two .head h2 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #fff;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: relative;
  top: 186px;
}

.sec-two .head h2 span {
  display: block;
  font-size: 80px;
  font-weight: 800;
}

.sec-two .text .elementor-widget-container,
.sec-two .text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  margin: 0px;
}

.sec-two:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 900px;
  background-image: url(/wp-content/uploads/2024/06/handmade_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.hm-right-col {
  margin-top: -50px;
  padding-left: 20px;
}

.hm-left-col {
  top: -100px;
}

/* .content_btn a {
    background: #f9bf13 !important;
    padding: 32px 22px !important;
    border-radius: 50px;
    font-family: "Montserrat" !important;
    text-transform: uppercase;
    color: #1d1d1d !important;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: 600 !important;
  } */
.content_btn a,
.newest_event a.load-more {
  background-color: #f9bf13 !important;
  padding: 32px 22px !important;
  padding-left: 50px !important;
  border-radius: 50px;
  font-family: "Montserrat" !important;
  text-transform: uppercase;
  color: #1d1d1d !important;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 600 !important;
  background-image: url(/wp-content/uploads/2024/07/arrow-right.png);
  background-repeat: no-repeat;
  background-position: top 50% left 25px;
  transition: 0.5s ease !important;
}

.content_btn a span.elementor-button-icon,
.newest_event a.load-more span.elementor-button-icon {
  display: none;
}

.content_btn a span,
.newest_event a.load-more span {
  align-items: center;
}

.content_btn a span svg,
.newest_event a.load-more span svg {
  fill: #1d1d1d;
  transition: 0.5s ease !important;
}

.content_btn a:hover,
.newest_event a.load-more:hover {
  background-color: #fff !important;
  color: #171717 !important;
  /* box-shadow: inset 30em 0 0 0 #fff !important; */
}

.newest_event a.load-more {
  cursor: pointer;
  background-image: url(/wp-content/uploads/2024/12/down_arrow.png);
  background-position: top 50% right 30px;
  padding: 32px 42px !important;
  padding-right: 60px !important;
}

.home-carousel img.swiper-slide-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.home-carousel-col:before {
  z-index: 0;
  background-image: url(/wp-content/uploads/2024/06/OBJECTS.png);
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 86%;
  height: 730px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 1;
}

.home-carousel .elementor-swiper-button {
  width: 60px;
  height: 60px;
  background: #f9bf13;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s ease !important;
}

.home-carousel .elementor-swiper-button svg {
  fill: #131217 !important;
  transition: 0.5s ease !important;
}

.home-carousel .elementor-swiper-button:hover {
  background: #37363e !important;
}

.home-carousel .elementor-swiper-button:hover svg {
  fill: #fff !important;
}

.home-carousel figcaption.elementor-image-carousel-caption {
  background: linear-gradient(90deg, #f9bf13 0%, rgba(23, 23, 23, 0.92) 82.39%);
  mix-blend-mode: normal;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  font-family: "Montserrat";
  font-style: normal;
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 80px;
}

.home-carousel figure.swiper-slide-inner {
  display: flex;
  flex-direction: column-reverse;
}

.sec-two {
  padding-bottom: 170px;
  padding-top: 50px;
}

.sec-two::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(/wp-content/uploads/2024/06/sec-two-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 380px;
  height: 955px;
}

.sec-three {
  padding: 70px 0px;
}

.small h3 {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1d1d1d !important;
}

.sec-three .content_btn a {
  letter-spacing: 0.2em;
}

.head-80 h2 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 80px;
  line-height: 84px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #171717 !important;
  display: inline-block;
}

.sec-three .text .elementor-widget-container,
.sec-three .text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
  color: #171717;
  margin: 0px;
}

.content_btn.black a {
  background-color: #171717 !important;
  color: #fff !important;
  background-image: url(/wp-content/uploads/2024/07/arrow-right-yellow.png);
}

.content_btn.black a span svg {
  fill: #f9bf13;
}

.content_btn.black a:hover {
  background-color: #fff !important;
  color: #171717 !important;
  background-image: url(/wp-content/uploads/2024/07/arrow-right.png);
}

.content_btn.black a:hover svg {
  fill: #171717 !important;
}

.sec-three > div,
.sec-three .right-col,
.sec-three .right-col > div {
  position: static !important;
}

.sec-three .right-col-img {
  position: absolute !important;
  left: 0px;
  text-align: right !important;
  bottom: 0px;
  margin: auto;
}

.sec-three .right-col-img img {
  height: 745px;
  width: 894px;
  object-fit: cover;
}

.sec-three .left-col {
  position: relative;
  z-index: 1;
}

.sec-three h2 .dotdesign:before {
  content: "";
  position: absolute;
  left: 15px;
  background: url(/wp-content/uploads/2024/06/right-text-black.png);
  width: 45px;
  height: 45px;
  bottom: 25px;
  background-repeat: no-repeat;
  -webkit-animation: mover2 1s infinite alternate;
  animation: mover2 1s infinite alternate;
}

@-webkit-keyframes mover2 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes mover2 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.sec-three h2 .dotdesign {
  position: relative;
}

.sec-four {
  padding: 100px 0px;
}

.head-55 h2 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff !important;
  display: inline-block !important;
}

.sec-four h3 {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.sec-four h3:before {
  content: "";
  position: absolute;
  right: -50px;
  background: url(/wp-content/uploads/2024/06/plant.png);
  width: 29px;
  height: 55px;
  bottom: 0px;
  margin: auto;
  background-repeat: no-repeat;
  -webkit-animation: mover3 1s infinite alternate;
  animation: mover3 1s infinite alternate;
}

@-webkit-keyframes mover3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translatey(-5px);
  }
}

@keyframes mover3 {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translatey(-5px);
  }
}

span.world {
  position: relative;
  display: inline-block;
}

span.world:before {
  content: "";
  position: absolute;
  right: -65px;
  background: url(/wp-content/uploads/2024/07/world.png);
  width: 49px;
  height: 47px;
  bottom: 5px;
  background-repeat: no-repeat;
}

@-webkit-keyframes mover2 {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

ul.elementor-icon-list-items li {
  align-items: start !important;
}

ul.elementor-icon-list-items li:not(:last-child) {
  margin-bottom: 15px;
}

ul.elementor-icon-list-items li svg {
  fill: #fff !important;
  width: 10px !important;
}

ul.elementor-icon-list-items li span.elementor-icon-list-text {
  color: #fff !important;
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 24px;
  line-height: 40px;
}

ul.elementor-icon-list-items li span.elementor-icon-list-icon {
  top: 12px !important;
}

.sec-four h4 {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  color: #ffffff !important;
}

.sec-four .para .elementor-widget-container,
.sec-four .para p {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff !important;
  margin: 0px;
}

.sec-four .left-col-img {
  width: 98% !important;
  margin-right: auto;
}

.sec-four .right-col .elementor-element-populated {
  border: 1px solid #f9bf13;
  padding: 20px !important;
}

.sec-five {
  padding-top: 0px;
}

.sec-five .left-col-img {
  width: 95% !important;
  margin-left: auto;
}

.sec-five .left-col img {
  height: 450px;
  object-fit: contain;
}

/* .sec-four > div,
            .left-col,
            .left-col > div {
              position: static !important;
            }
            
            .sec-four .left-col-img {
              position: absolute !important;
              left: 0px;
              top: 20%;
              text-align: left !important;
              bottom: 0px;
              margin: auto;
            }
            
            .sec-four .left-col-img img {
              height: 700px !important;
              width: 900px;
              object-fit: cover;
            } */

/*Footer*/
.footer {
  padding-top: 100px;
  padding-bottom: 50px;
}

.footer .row {
  position: relative;
  z-index: 2;
}

h2.widget-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer ul li::marker {
  color: #ffffff70;
  font-size: 12px;
}

.footer ul {
  padding-left: 20px;
}

.footer ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 60px;
  color: #ffffff;
  opacity: 0.7;
}

.footer ul li a:hover,
.contact_info a:hover,
p.copyright a:hover {
  color: #f9bf13;
}

.footer ul li {
  list-style: disc;
}

.contact_info {
  display: flex;
  align-items: center;
  gap: 5%;
  margin-top: 25px;
}

.contact_info a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
}

footer#colophon {
  position: relative;
  background-image: url(/wp-content/uploads/2024/06/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footerImg {
  position: absolute;
  right: 0px;
  top: 0px;
}

.footerImg img {
  width: 100%;
  height: 620px !important;
}

footer#colophon:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 336px;
  height: 352px;
  background-image: url(/wp-content/uploads/2024/06/footer_layer.png);
  background-repeat: no-repeat;
  background-size: contain;
}

p.copyright {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  margin: 0px;
  margin-top: 25px;
}

p.copyright a {
  color: #ffffff;
}

.footer_social ul li a {
  background: #f9bf13;
  width: 48px;
  height: 48px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.footer_social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1%;
}

.footer_social ul li a:hover {
  transform: rotate(360deg);
}

.copyrights {
  padding: 30px 0px;
  position: relative;
  z-index: 1;
}

.newletter {
  background: #0d0d0d;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  padding: 18px 40px;
  width: 85%;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}

.newletter h3 {
  margin: 0px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  color: #f9bf13;
  font-size: 30px;
  line-height: 40px;
}

.subscriber_form {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 25% 25% 25% 19%;
  gap: 2%;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #f9bf13 !important;
}

.subscriber_form input {
  width: 100%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  height: 80px;
}

.subscriber_form input.wpcf7-not-valid {
  border-bottom: 1px solid red;
}

.subscriber_form p {
  margin: 0px;
}

/*Footer end*/
html.active {
  overflow: hidden;
}

video.elementor-video {
  height: 1150px !important;
}

/*Innerpages*/
header.entry-header {
  display: none;
}

.inner_banner_sec {
  height: 600px;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
}

.inner_banner_sec:before {
  content: "";
  position: absolute;
  bottom: -100px;
  width: 100%;
  height: 100px;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.inner_banner_sec:after {
  content: "";
  position: absolute;
  bottom: -300px;
  width: 530px;
  height: 400px;
  z-index: -1;
  background: url(/wp-content/uploads/2024/07/banner_lines.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_head_one {
  margin-top: 200px;
}

.banner_head_one.no_text {
  margin-top: 20px;
}

.banner_head_one h1 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 120px;
  line-height: 130px;
  color: #fff !important;
  text-align: center;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}

.banner_head_one h1:before {
  content: "";
  position: absolute;
  left: -25px;
  top: -15px;
  width: 42px;
  height: 42px;
  background: url(/wp-content/uploads/2024/07/left-text-lines.png);
  z-index: 1;
  -webkit-animation: mover1 1s infinite alternate;
  animation: mover1 1s infinite alternate;
}

.para_24 .elementor-widget-container,
.para_24 p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  margin: 0px !important;
}

.para_24 strong {
  font-weight: 700;
}

.banner_head_one .para_24 {
  width: 88% !important;
  margin: auto;
}

/*Contact Us Page*/
.cont_sec_one,
.cont_sec_two {
  padding: 70px 0px;
}

.cont_sec_one .head h2 {
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.cont_sec_one .head h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 93%;
  height: 13px;
  background-image: url(/wp-content/uploads/2024/07/desk-line.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.cont_sec_one .para_24 a {
  color: #fff;
  text-decoration: underline !important;
}

.cont_sec_one .head h4 {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
}

.cont_sec_one .box h3 {
  display: none;
}

.cont_sec_one .box p.elementor-image-box-description a {
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
}

.cont_sec_one .box p.elementor-image-box-description a:hover,
.cont_sec_one .para_24 a:hover {
  color: #f9bf13;
}

.cont_sec_one .left-col .elementor-widget-wrap.elementor-element-populated {
  width: 85%;
}

.head_48 h2 {
  letter-spacing: -0.05em;
  text-transform: capitalize;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 48px;
  line-height: 60px;
  color: #fff !important;
}

.contact_form input,
.contact_form textarea,
.contact_form select {
  background: #111111;
  padding: 10px 20px;
  border: 1px solid #111111;
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  width: 100%;
  outline: 0;
}

.contact_form select {
  /* 	padding: 18px 20px; */
  margin-bottom: 15px;
  appearance: none !important;
  -moz-appearance: none;
  appearance: none !important;
  background-image: url(/wp-content/uploads/2024/07/dropdown-icon.png) !important;
  background-position: center right 20px !important;
  background-size: 17px !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.contact_form textarea {
  resize: none;
  height: 220px;
}

.contact_form input.wpcf7-not-valid,
.contact_form textarea.wpcf7-not-valid {
  border: 1px solid red;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.contact_form input.wpcf7-submit {
  display: block;
  width: auto;
  padding: 26.5px 22px !important;
  padding-left: 50px !important;
  background-position: top 50% left 25px;
}

input.wpcf7-submit {
  background-color: #f9bf13;
  padding: 28px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #1d1d1d;
  text-transform: uppercase;
  border-radius: 60px;
  font-family: "Montserrat";
  width: 220px;
  padding-left: 40px;
  cursor: pointer;
  background-image: url(/wp-content/uploads/2024/07/arrow-right.png);
  background-repeat: no-repeat;
  background-position: top 50% left 30px;
  transition: 0.5s ease !important;
  margin-top: 10px;
  border: none;
}

input.wpcf7-submit:hover {
  background-color: #fff;
}

.wpcf7-response-output {
  text-align: center;
  color: #fff;
}

span.wpcf7-spinner {
  display: none;
}

.content_head h3 {
  color: #f9bf13 !important;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 25px;
  font-family: "Montserrat" !important;
}

.content_head {
  margin-bottom: 0px !important;
}

.content_head h2 {
  color: #fff !important;
  letter-spacing: -0.05em;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 48px;
  line-height: 60px;
  font-family: "Gilroy" !important;
}

.accord_Sec {
  margin-top: 50px;
}

.accord_Sec .elementor-accordion-item {
  border: 1px solid #111111 !important;
  border-radius: 0px;
  background: #111111;
}

.accord_Sec .elementor-accordion-item:not(:last-child) {
  margin-bottom: 25px;
}

.accord_Sec .elementor-accordion-item .elementor-tab-title {
  padding: 20px 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

span.elementor-accordion-icon-closed svg {
  transform: rotate(90deg);
}

span.elementor-accordion-icon-opened svg {
  transform: rotate(180deg);
}

.accord_Sec .elementor-accordion-item .elementor-tab-title a {
  font-family: Gilroy !important;
  font-size: 24px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
}

.accord_Sec .elementor-accordion-item .elementor-tab-content,
.accord_Sec .elementor-accordion-item .elementor-tab-content p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0px;
  font-family: "Montserrat" !important;
}

.accord_Sec .elementor-accordion-item .elementor-tab-content {
  padding: 20px !important;
  border: none !important;
  padding-top: 0px !important;
  height: 100% !important;
}

.accord_Sec .elementor-accordion-item .elementor-tab-title span svg {
  fill: #f9bf13 !important;
}

.accord_Sec .elementor-accordion-item .elementor-tab-content a {
  color: #f9bf13;
}

.accord_Sec .elementor-accordion-item .elementor-tab-content a:hover {
  color: #fff;
}

.cont_sec_three .para_24 .elementor-widget-container,
.cont_sec_three .para_24 p {
  font-size: 18px;
  width: 80%;
  margin: 30px auto !important;
  line-height: 29px;
}

.para_16 .elementor-widget-container,
.para_16 p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  margin: 0px !important;
}

.inn_box p.elementor-image-box-description a {
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}

.inn_box p.elementor-image-box-description a:hover {
  color: #f9bf13;
}

.inn_box .head h3 {
  color: #f9bf13;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 44px;
}

.inn_box
  .elementor-column.elementor-col-33
  .elementor-widget-wrap.elementor-element-populated {
  background: #111;
  padding: 20px;
  margin: 10px;
}

.cont_sec_three .para_16 .elementor-widget-container,
.cont_sec_three .para_16 p {
  height: 175px;
}

.cont_sec_three {
  padding-bottom: 70px;
}

/*Contact Us Page End*/

/*Our Food Page*/
.food_sec_one .right-col img {
  width: 80%;
  height: 600px;
  border-radius: 500px;
  object-fit: cover;
}

.food_sec_one .right-col:before {
  background-image: url(/wp-content/uploads/2024/07/OBJECTS1.png);
  content: "";
  position: absolute;
  left: -20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 90%;
  height: 550px;
  top: 0px;
}

.latest-eventtt {
  margin-top: 70px;
}

.tab-content > .active.fade {
  opacity: 1;
}

.latest-eventtt ul.nav.nav-tabs {
  float: left;
  width: 20%;
  border: none;
}

.latest-eventtt .tab-content {
  float: left;
  width: 75%;
  margin-left: 5%;
}

.latest-eventtt ul.nav.nav-tabs li {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.load-item {
  display: none;
}

.meet-btn.disabled {
  display: none !important;
}

.meet-btn.content_btn {
  text-align: center;
}

.meet-btn.content_btn a,
.newest_event a.load-more {
  margin-top: 40px;
}

.meet-btn.content_btn span.elementor-button-content-wrapper {
  gap: 15px;
}

.our_menu_box_data .box .img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.our_menu_box_data {
  margin-top: -40px;
}

.our_menu_box_data .box {
  text-align: center;
  position: relative;
  margin-top: 40px;
}

.our_menu_box_data .box .content {
  padding: 20px;
  padding-top: 40px;
  height: 330px;
}

.our_menu_box_data .box .content h3 {
  color: #ffffff;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
  min-height: 87px;
  text-transform: uppercase;
}

.our_menu_box_data .box .content p,
.our_menu_box_data .box .content li {
  color: #fffaed;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  margin: 0px;
  /*   height: 116px;
            overflow: hidden;
            overflow-y: auto;
            scrollbar-width: thin; */
}

.our_menu_box_data .box:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: #1d1d1d;
  z-index: -1;
}

.our_menu_box_data .box .content li {
  text-align: left;
  list-style: disc;
  margin-left: 20px;
  line-height: 26px;
}

.box-des {
  margin-top: 80px;
}

.box-des p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.latest-eventtt ul li a svg {
  width: 14px;
  height: 16px;
  visibility: hidden;
}

.latest-eventtt ul li a {
  padding: 0px 30px;
  color: #ffffff;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 74px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border-radius: 100px;
  position: relative;
  padding-left: 0px;
}

.latest-eventtt ul li a.active,
.latest-eventtt ul li a:hover {
  background: #f9bf13;
  font-weight: 600;
  color: #1d1d1d;
  padding-left: 30px;
}

.latest-eventtt ul li a.active svg,
.latest-eventtt ul li a:hover svg {
  visibility: visible;
}

.latest-eventtt ul.nav.nav-tabs li:not(:last-child) a:before {
  border-bottom: 1px solid #292929;
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.latest-eventtt ul.nav.nav-tabs li a.active:before,
.latest-eventtt ul.nav.nav-tabs li a:hover:before {
  display: none;
}

.no_data_msg {
  text-align: center;
  width: 100%;
}

.no_data_msg p {
  margin: 0px;
  color: #ffffff;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 74px;
}

.food_sec_two {
  margin-bottom: 70px;
}

/*Our Food Page End*/

/*Privacy Page*/
.privacy_sec {
  padding: 70px 0px;
}

.head-60 h2 {
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff !important;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 60px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.head-60 h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 13px;
  background-image: url(/wp-content/uploads/2024/07/desk-line.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.head-40 h2 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800 !important;
  text-transform: capitalize;
  color: #ffffff !important;
  font-size: 40px;
  line-height: 50px;
}

.para_18 .elementor-widget-container,
.para_18 p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin: 0px !important;
}

.privacy_sec ol,
.privacy_sec ul {
  padding-left: 20px;
}

.privacy_sec ol li,
.privacy_sec ul li {
  list-style: unset;
}

.privacy_sec a {
  color: #f9bf13;
  overflow-wrap: break-word;
}

.privacy_sec a:hover {
  color: #fff;
}

/*Privacy Page End*/

/*About Page*/
.about_sec_one {
  padding-top: 70px;
}

.about_sec_two {
  padding-top: 50px;
  padding-bottom: 270px;
}

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

.about_sec_two .right-col {
  position: absolute !important;
  right: 0px;
  text-align: right !important;
  top: 200px;
  margin: auto;
  width: 845px !important;
}

.about_sec_two .right-col img {
  border: 15px solid #161616;
}

.about_sec_two .right-col:before {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 300px;
  height: 500px;
  background: #f9bf13;
}

.about_sec_three {
  padding-bottom: 70px;
}

.about_sec_three .box .elementor-widget-wrap.elementor-element-populated {
  padding: 30px;
  margin: 10px;
  border: 1px solid #f9bf13;
}

.about_sec_four {
  padding: 100px 0px;
}

.about_sec_four .head-60 h2 {
  width: 85%;
}

.about_sec_four ul.elementor-icon-list-items {
  width: 85% !important;
}

.about_sec_four:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -400px;
  width: 800px;
  height: 800px;
  background: rgba(188, 188, 188, 0.25);
  mix-blend-mode: hard-light;
  opacity: 0.26;
  filter: blur(100px);
  border-radius: 50%;
}

.about_sec_four .img img {
  width: 100%;
  object-fit: cover;
  height: 600px !important;
  z-index: 1;
  position: relative;
}

.about_sec_four .img:before {
  background-image: url(/wp-content/uploads/2024/07/about-img-3-bg.png);
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 86%;
  height: 760px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 0;
}

/*About Page End*/

/*Our Shop Page Start*/
.gift-sec-one .left-col-img img {
  width: 100%;
  padding-top: 0px;
}

.shop-gift-sec {
  padding: 70px 0;
}

.gift-box > div {
  background: #1d1d1d;
  padding: 40px 0 !important;
  height: 680px;
}

.shop-gift-sec h2,
.gift-box h2 {
  font-family: "Gilroy", sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 36px;
  line-height: 44px;
  color: #1d1d1d !important;
  padding: 10px 20px;
  height: 75px;
  background: linear-gradient(89.89deg, #f9bf13 0.09%, #1d1d1d 94.67%);
}

.head-45 h3 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: capitalize;
  color: #ffffff !important;
  font-size: 45px;
  line-height: 50px;
}

.gift-box .para_24 .elementor-widget-container,
.gift-box .para_24 .elementor-widget-container p {
  min-height: 96px;
}

.gift-box .head-45 {
  text-transform: unset;
}

.gift-box .gift-box-img,
.gift-box .head-45,
.gift-box .para_24 {
  padding: 0 68px;
}

.gift-box .para_24 .elementor-widget-container,
.gift-box .para_24 p {
  line-height: 32px;
}

/*Our Shop Page End*/

/*Gift Card Page Start*/

.gift-sec-one {
  padding: 100px 0px 50px;
}

.gift-sec-one .para_24 p {
  margin-bottom: 20px !important;
  padding-right: 0px !important;
}

.head-36 h2 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 36px;
  line-height: 44px;
  color: #ffffff !important;
}

.gift-card-box {
  padding-top: 10px;
}

.card-buy > div {
  width: 100%;
  height: 198px;
  background: #1d1d1d;
  padding: 20px !important;
}

.card-buy {
  width: 20% !important;
}

.card-recive {
  width: 25% !important;
  margin-left: 30%;
}

.gift-card-box .elementor-container.elementor-column-gap-default {
  justify-content: center;
}

.card-buy:after {
  content: "";
  position: absolute;
  right: -132%;
  top: 0;
  bottom: 0;
  width: 208px;
  height: 64px;
  background: url(/wp-content/uploads/2024/06/left-text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto 0;
}

.card-buy ul.elementor-icon-list-items li:not(:last-child) {
  margin-bottom: 5px;
}

.card-buy li > .elementor-icon-list-text {
  font-size: 20px !important;
  line-height: 29px !important;
  color: #fffaed !important;
}

.card-recive {
  justify-content: center;
}

.card-recive:after {
  display: none;
}

.gift-sec-two {
  padding: 0px 0px 50px;
}

.steps-gift-sec {
  padding: 70px 0px 250px;
  background-color: #171717;
}

.steps-gift-sec .content_head {
  margin-bottom: 10px !important;
}

.steps-gift-sec .head-80 h2 {
  line-height: 60px;
  color: #fffaed !important;
}

.steps-gift-inner-sec {
  width: 80% !important;
  margin: 0 auto;
  padding-top: 40px;
}

.step-box {
  position: relative;
  width: 60% !important;
  margin: 0 auto;
}

.step-box:after {
  content: "";
  position: absolute;
  background-color: #f9bf13;
  width: 100%;
  height: 1px;
  top: 85px;
  right: -210px;
}

.steps-gift-inner-sec .elementor-element-cbd6ea0 .step-box:after {
  display: none;
}

.step-box .elementor-image-box-img img {
  box-shadow: 0px 25px 40px rgba(185, 185, 185, 0.15);
  border-radius: 78px;
}

.step-box h3.elementor-image-box-title {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}

.step-box p.elementor-image-box-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  color: #fffaed;
}

.register-gift-sec {
  margin-top: -200px;
}

.rigester-foam-sec {
  background: #1d1d1d;
  border-bottom: 3px solid #fed500;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  padding: 70px 40px;
  margin-top: 30px;
}

.rigester-foam-sec .submit p {
  margin: 0px;
}

.rigester-foam-sec .para_24 {
  width: 80% !important;
  margin: 10px auto 15px !important;
}

.rigester-foam-sec .para_24 p {
  font-weight: 300;
}

.rigester-foam-sec .contact_form input {
  margin-bottom: 15px;
}

.rigester-foam-sec .terms-head {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  display: block;
  margin-bottom: 0px;
  margin-top: -10px;
}

.terms-row label {
  margin: 0px;
}

.terms-row span.wpcf7-list-item label {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.terms-row span.wpcf7-list-item label input[type="checkbox"] {
  width: auto;
}

.terms-row span.wpcf7-list-item label span.wpcf7-list-item-label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #ffffff;
}

input[type="checkbox"]::after,
.input-checkbox::after {
  border: 2px solid #fff;
  background: transparent;
}

input[type="checkbox"]:checked::after,
.input-checkbox:checked::after {
  border-color: #f9bf13;
  background: #f9bf13;
}

input[type="checkbox"]:checked::before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-weight: 500;
  font-size: 23px;
  color: #1d1d1d;
  background: transparent;
  top: -5px;
  left: -2px;
}

.rigester-foam-sec input.wpcf7-submit {
  display: block;
  width: auto;
  margin: auto;
  padding: 26.5px 22px !important;
  padding-left: 50px !important;
  background-position: top 50% left 25px;
}

/*Gift Card Page End*/

/* Flask Page Start*/

.flask-sec-one {
  padding: 50px 0px 70px;
}

.flask-sec-one .para_24 .elementor-widget-container,
.flask-sec-one .para_24 p {
  margin-bottom: 20px !important;
}

.head-30 h2 {
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 30px;
  line-height: 29px;
  color: #ffffff !important;
}

.flask-sec-one .elementor-element-ac4397f.head-30 h2 {
  font-style: italic;
  line-height: 40px;
  color: #f9bf13 !important;
  border: 1px solid #f9bf13;
  padding: 24px 25px;
}

.flask-inner-sec-one {
  background-color: #1d1d1d;
  padding: 40px 20px;
}

.steps-flask-sec {
  padding: 70px 0px 70px;
}

/* Flask Page End*/

/* Become Franchise Page Start*/
body .indulge_video,
body .indulge_video video {
  height: 600px !important;
}

body .indulge_video video {
  width: 60% !important;
  margin: auto !important;
}

.b-f-sec {
  padding: 80px 0 140px;
}

.steps-bf-sec .steps-gift-inner-sec {
  width: 100% !important;
}

.steps-bf-sec .step-box {
  width: 65% !important;
}

.steps-bf-sec .step-box:after {
  width: 90%;
  right: -184px;
}

.steps-gift-inner-sec .elementor-element-de064fa .step-box:after {
  display: none;
}

.register-bf-sec .rigester-foam-sec {
  height: auto;
}

.register-bf-sec .rigester-foam-sec .terms-row p:first-child {
  margin-bottom: 5px;
}

.register-bf-sec .p-checkbox,
.register-bf-sec .p-checkbox p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.register-bf-sec .terms-row span.wpcf7-list-item {
  margin-left: 0;
}

.register-bf-sec .contact_form textarea {
  resize: none;
  height: 170px;
}

.b-f-sec-two {
  padding: 70px 0px;
}

.b-f-sec-two .inner {
  margin-top: 50px;
}

.b-f-sec-two .box:not(:last-child) {
  margin-bottom: 30px;
}

.b-f-sec-two .box h3 {
  color: #ffffff;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 15px;
}

.b-f-sec-two .box p {
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}

.b-f-sec-two .img img {
  height: 600px !important;
  object-fit: cover;
  width: 90%;
}

.b-f-sec-two .img {
  width: 50% !important;
}

.b-f-sec-two .img.one {
  margin-top: 50px;
}

/* Become Franchise Page End*/

/*Events Page Start*/

.event-tab-sec {
  padding: 70px 0;
}

.event-tab-sec .eael-tabs-nav ul {
  width: fit-content;
  margin: 0 auto !important;
  gap: 35px;
}

.event-tab-sec .eael-tabs-nav ul > li {
  background-color: #1d1d1d !important;
  padding: 28px 35px !important;
  border-radius: 50px;
  width: 290px !important;
}

.event-tab-sec .eael-tabs-nav ul > li.active:after {
  display: none !important;
}

.event-tab-sec .eael-tabs-nav ul > li.active {
  background-color: #f9bf13 !important;
}

li span.eael-tab-title {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 24px !important;
  text-align: right;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff !important;
}

li.active span.eael-tab-title {
  color: #1d1d1d !important;
}

.event-sec1 {
  padding: 20px 0 50px;
}

.event-box .elementor-image-box-wrapper {
  background: #1d1d1d;
  border: 1px solid #1d1d1d;
  padding: 30px;
  height: 445px;
}

.event-box .elementor-image-box-title {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800 !important;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff !important;
  margin-bottom: 20px;
}

.event-box .elementor-image-box-description {
  font-family: "Montserrat", sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff !important;
}

.event-order-sec {
  padding: 40px 0 0;
}

.event-order-sec .left-col > div,
.event-order-sec .right-col > div {
  padding: 0 !important;
}

.event-order-sec .p-checkbox,
.event-order-sec .p-checkbox p {
  margin-bottom: 15px;
}

.event-order-sec .rigester-foam-sec {
  /*     height: 92.5%; */
  margin-top: 0;
}

/* input[type="time"]:before {
              content: 'Event Time';
              color: #fff;
              position: absolute;
              background: #111111;
              width: 84%;
              font-family: "Montserrat";
              font-style: normal;
              font-weight: 400;
              font-size: 18px;
              pointer-events: none;
          } */

/* input[type="time"]:focus:before {
              width: 0;
              content: '';
          } */

/* input[type="date"]:before {
              content: 'Event Date';
              color: #fff;
              position: absolute;
              background: #111111;
              width: 84%;
              font-family: "Montserrat";
              font-style: normal;
              font-weight: 400;
              font-size: 18px;
              pointer-events: none;
          } */

/* input[type="date"]:focus:before {
              width: 0;
              content: '';
          } */
input::placeholder {
  color: #fff !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(80%) sepia(58%) saturate(1786%) hue-rotate(350deg)
    brightness(101%) contrast(95%);
  color: #f9bf13;
}

/* input[type="date"]:before {
              content: attr(placeholder) !important;
              margin-right: 0.5em;
              display: block;
          }
           */
input[type="date"]:focus {
  color: #fff !important;
}

.community-get-sec {
  padding: 50px 0 0;
}

/*Events Page End*/

.wpcf7-response-output:empty {
  display: none;
}

.Google_sec {
  margin: 100px 0;
  margin-top: 200px;
}

.Google_sec.iframe_Sec {
  margin: 100px 0;
  margin-top: 150px;
  margin-bottom: 0px;
}

.locator_icon a img {
  max-width: 50px;
  -webkit-animation: mover3 1s infinite alternate;
  animation: mover3 1s infinite alternate;
}

.wpcf7-checkbox.wpcf7-not-valid input[type="checkbox"]::after {
  border-color: red !important;
}

.wpcf7-list-item {
  margin: 0 0 0 0em !important;
}

.para_24.bold .elementor-widget-container,
.para_24.bold p {
  font-weight: 600;
}

/*Modal*/

#location_banner {
  margin-bottom: 0px;
}

div#exampleModalCenter button.close {
  background: transparent !important;
  border: none !important;
  width: auto !important;
  height: auto !important;
  transition: 0.3s all ease;
}

div#exampleModalCenter button.close:hover {
  transform: rotate(360deg);
}

div#exampleModalCenter .modal-header {
  justify-content: right;
  padding: 0px;
}

div#exampleModalCenter {
  overflow-y: hidden;
}

div#exampleModalCenter .modal-dialog {
  max-width: 850px !important;
}

div#exampleModalCenter .modal-content {
  background: #101010 !important;
  border-radius: 15px;
  padding: 8px;
  text-align: center;
  position: relative;
}

div#exampleModalCenter .modal-body {
  padding: 0px !important;
  padding-bottom: 50px !important;
}

div#exampleModalCenter .modal-content:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 228px;
  height: 400px;
  background-image: url(/wp-content/uploads/2024/07/modal-bottle.png);
  background-size: cover;
  background-repeat: no-repeat;
}

div#exampleModalCenter .modal-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0px;
  margin: auto;
  width: 178px;
  height: 487px;
  background-image: url(/wp-content/uploads/2024/07/modal-pizza.png);
  background-size: cover;
  background-repeat: no-repeat;
}

div#exampleModalCenter .text h2 {
  letter-spacing: -0.05em;
  color: #ffffff;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 36px;
  margin-bottom: 50px;
  margin-top: 20px;
}

div#exampleModalCenter
  .buttons.content_btn
  span.elementor-button-content-wrapper {
  gap: 15px;
}

div#exampleModalCenter .buttons.content_btn {
  display: flex;
  justify-content: center;
  gap: 40px;
}

/*Modal End*/

/*Our Values Page Start*/

.b-values-sec {
  padding: 70px 0;
}

.b-values-col > div {
  padding-right: 0px !important;
}

.how-slider {
  padding-top: 40px;
  width: 93%;
  margin: auto 0 auto auto;
}

.how-slider .slick-list {
  padding-left: 0px !important;
  overflow: visible !important;
}

.how-wrapper {
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 736px;
  margin: 0 auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}

.how-wrapper:before {
  content: "";
  position: absolute;
  background: linear-gradient(
    145.25deg,
    #000000 6.41%,
    rgba(0, 0, 0, 0) 133.21%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s ease;
}

.how-wrapper .how-img {
  position: relative;
  margin-bottom: 10px;
}

.how-wrapper .how-img img {
  width: 100px;
  height: 100px !important;
  object-fit: contain;
  margin: 0 auto;
}

.how-info {
  position: relative;
}

.how-title {
  position: relative;
}

.how-title h2 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 800;
  font-size: 45px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
}

.how-content {
  position: relative;
  display: none;
  transition: 0.5s ease;
}

.how-content p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #fffaed;
  text-align: center;
}

.how-wrapper:hover {
  justify-content: flex-start;
}

.how-wrapper:hover:before {
  background: linear-gradient(
    147.14deg,
    #f9bf13 -37.76%,
    rgba(0, 0, 0, 0.5) 98.41%
  );
}

.how-wrapper:hover .how-content {
  display: block;
}

.how-slider .slick-prev,
.how-slider .slick-next {
  top: 104%;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.how-slider .slick-prev {
  left: 13px;
}

.how-slider .slick-next {
  right: 0;
  left: 45px;
}

.how-slider .slick-prev:before,
.how-slider .slick-next:before {
  font-size: 14px;
  opacity: 1;
  font-family: "FontAwesome";
  font-weight: 600;
}

.how-slider .slick-prev:before {
  content: "\f060";
}

.how-slider .slick-next:before {
  content: "\f061";
}

.how-slider .slick-prev:hover,
.how-slider .slick-next:hover {
  background: #f9bf13;
}

.how-slider .slick-prev:hover:before,
.how-slider .slick-next:hover:before {
  color: #1a222b;
}

/*Our Values Page End*/
.allergen_post_slider .card .card-header button.btn.btn-link.collapsed span {
  transform: rotate(180deg);
}

.allergen_post_slider .card .card-header button.btn.btn-link span {
  display: flex;
  transform: rotate(0deg);
  height: 12px;
}

.allergen_post_slider .card:not(:last-child) {
  margin-bottom: 30px;
}

.allergen_post_slider .card {
  background: transparent;
}

.allergen_post_slider .card .card-header {
  padding: 0px;
}

.allergen_post_slider .card .card-header button.btn.btn-link {
  padding: 20px;
  display: flex;
  background: #111;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  width: 100%;
  font-family: "Gilroy" !important;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}

.allergen_post_slider .card .card-body {
  padding: 0px;
  margin-top: 30px;
}

.allergen_sec {
  margin: 70px 0px;
}

.allergen_post_slider {
  margin-top: 60px;
}

.allergen_post_slider .title {
  background: linear-gradient(90deg, #393939 0%, #161616 84.59%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}

.allergen_post_slider .title .inn {
  gap: 15px;
  display: flex;
  align-items: center;
}

.allergen_post_slider .title .svg {
  display: none;
}

.allergen_post_slider .title img {
  width: auto;
  height: auto;
  object-fit: cover;
}

.allergen_post_slider .title h2 {
  margin: 0px;
  color: #ffffff;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
}

.allergen_post_slider ul.slice {
  display: flex;
  justify-content: space-between;
}

.allergen_post_slider .title .img {
  gap: 15px;
  display: flex;
}

.allergen_post_slider ul.slice li {
  background: #1d1d1d;
  padding: 40px 35px;
  text-align: center;
}

.allergen_post_slider ul.slice li img {
  width: 75px;
  height: 75px;
  object-fit: scale-down;
}

.allergen_post_slider ul.slice li p {
  margin: 0px;
  color: #393939;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-top: 20px;
}

.allergen_post_slider .data:not(:last-child) {
  margin-bottom: 30px;
}

.allergen_post_slider ul.slice li.active img {
  filter: invert(96%) sepia(38%) saturate(938%) hue-rotate(357deg)
    brightness(97%) contrast(101%);
}

.allergen_post_slider ul.slice li.active p {
  color: #fff;
}

.para_30 .elementor-widget-container,
.para_30 p {
  color: #ffffff;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 50px;
}

.allergen_sec .para_30 {
  width: 90% !important;
  margin: auto;
  margin-top: 30px;
}

div#popmake-1755 {
  background: #101010 !important;
  border-radius: 15px;
  padding: 50px 20px;
  padding-bottom: 80px;
  position: relative;
  max-width: 850px !important;
  box-shadow: none !important;
}

div#popmake-1755 button.pum-close.popmake-close {
  right: 8px;
  width: 50px;
  height: 50px;
  background: #272727;
  top: 8px;
  color: #f9bf13;
  font-size: 30px;
  transition: 0.3s all ease;
  box-shadow: none !important;
}

div#popmake-1755 button.pum-close.popmake-close:hover {
  transform: rotate(360deg);
}

.slough_sec .img {
  text-align: center;
}

.slough_sec h2 {
  letter-spacing: -0.05em;
  color: #fff;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 50px;
  margin: 0px;
}

.slough_sec h5 {
  letter-spacing: -0.05em;
  color: #fff;
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 30px;
}

.slough_sec h3 {
  color: #ffffff;
  font-family: "Gilroy" !important;
  letter-spacing: -0.05em;
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  margin: 0px;
}

.slough_sec h5.new-menu-item {
  margin-bottom: 50px;
}

.slough_sec .content a br {
  display: none;
}

.slough_sec .row {
  align-items: center;
  margin-top: 40px;
}

.slough_sec .content ul li a,
.slough_sec .content ul li p {
  display: inline-flex;
  align-items: center;
  color: #fff;
  margin: 0px;
  gap: 10px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
}

.slough_sec .content ul li p br {
  display: none;
}

.slough_sec .content ul {
  margin: 25px 0px !important;
}

.slough_sec .content ul li a:hover {
  color: #f9bf13;
}

.event-order-sec.register-bf-sec video.elementor-video {
  height: 1309px !important;
}

.event-order-sec.register-bf-sec .rigester-foam-sec {
  padding: 40px;
}

.contact_form input.walcf7-datepicker {
  background-image: url(/wp-content/uploads/2024/07/calender-img.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% 20px;
  cursor: pointer;
}

.contact_form input.walcf7-timepicker {
  background-image: url(/wp-content/uploads/2024/07/time-img.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% 20px;
  cursor: pointer;
}

.contact_form label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  color: #ffffff;
  display: block;
  margin-bottom: -20px;
  margin-top: -20px;
}

.contact_form input[type="radio"] {
  background: transparent;
  width: auto;
}

span.wpcf7-form-control.wpcf7-radio label {
  margin-right: 20px;
  margin-bottom: 0px;
}

.float_btn_order .locator_icon {
  display: none;
}

.float_btn_order {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #f9bf13 !important;
  box-shadow: #f9bf13 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #f9bf13;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #f9bf13 !important;
}

.row.error_show span.wpcf7-not-valid-tip {
  display: block;
  font-family: "Montserrat";
}

.about_timeline_sec {
  padding: 70px 0px;
  margin-top: 70px;
}

.time_inn_box {
  margin-top: 50px;
}

.time_inn_box .box {
  padding: 30px 50px;
}

.time_inn_box .box .head_48 {
  margin-bottom: 10px !important;
}

.time_inn_box .box .head-30 h2 {
  letter-spacing: -0.05em;
}

.time_inn_box .box .para_16 .elementor-widget-container,
.time_inn_box .box .para_16 p {
  line-height: 30px;
}

.time_inn_box.two {
  position: relative;
  margin-top: 0px;
}

.time_inn_box.two:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: #f9bf13;
}

.time_inn_box.two .box:nth-child(odd):before {
  content: "";
  position: absolute;
  left: -10px;
  top: -110px;
  width: 19px;
  height: 450px;
  background: url(/wp-content/uploads/2024/09/dot-img-one.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.time_inn_box.two .box:nth-child(even):before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 245px;
  width: 19px;
  height: 450px;
  background: url(/wp-content/uploads/2024/09/dot-img-two.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.time_inn_box.one .box:nth-child(odd) > div {
  align-content: end !important;
}

.about_new_three {
  padding: 70px 0px;
}

.about_new_three .para_24 {
  margin-top: 20px;
}

.about_new_three .box {
  width: 35% !important;
}

.about_new_three .box .elementor-widget-image-box {
  margin-bottom: 40px;
}

.about_new_three .box.left {
  margin-top: 50px;
}

.about_new_three .elementor-inner-section > div {
  justify-content: center;
  gap: 40px;
}

.about_new_three .box .elementor-widget-container {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}

.about_new_three .box .elementor-widget-container .elementor-image-box-wrapper {
  position: absolute;
  bottom: -102px;
  left: 0;
  right: 0;
  padding: 20px;
  transition: 0.5s all ease;
}

.about_new_three
  .box
  .elementor-widget-container:hover
  .elementor-image-box-wrapper {
  bottom: 0;
}

.about_new_three .box .elementor-widget-container:hover {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.about_new_three .box figure.elementor-image-box-img {
  width: 100% !important;
}

.about_new_three .box figure.elementor-image-box-img img {
  height: 80px;
  object-fit: contain;
  object-position: bottom;
}

.about_new_three .box h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  font-family: "Gilroy" !important;
  font-weight: 800;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}

.about_new_three .box p {
  color: #ffffff;
  font-family: "Montserrat" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.2px;
}

.time_inn_box.one .box:nth-child(odd) .para_16 {
  display: none;
}

.time_inn_box.one .box:nth-child(even) .elementor-widget-heading {
  display: none;
}

.time_inn_box.one .box:nth-child(odd) .head-30 {
  margin-bottom: 0px !important;
}

.green_st_sec .head-80 h2 {
  color: #fff !important;
}

.green_st_sec .head h2 {
  font-family: "Gilroy" !important;
  color: #ffffff !important;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
}

.green_st_sec .right {
  padding-left: 40px;
}

.green_st_sec .right .para_24 {
  padding-right: 50px;
}

input.GreenStreet {
  pointer-events: none;
  color: #777 !important;
  border-color: #777 !important;
}

input.GreenStreet::placeholder {
  color: #777 !important;
}

.GreenStreetcheck .wpcf7-list-item-label {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
}

.GreenStreetcheck .wpcf7-list-item-label a {
  color: #fff !important;
  text-decoration: underline !important;
  font-weight: 600 !important;
}

.green_st_sec .right .row.terms-row {
  margin: 20px -15px !important;
}

.green_st_sec .inn_box {
  margin-top: 50px;
}

body .green_video,
body .green_video video {
  height: 700px !important;
}

.contact_form.new_check {
  margin-top: 20px;
}

.contact_form.new_check input {
  width: auto;
}

.contact_form.new_check .GreenStreetcheck .wpcf7-list-item-label {
  font-size: 16px !important;
}

.contact_form.new_check p {
  margin: 0px;
}

/*Time Line Sec*/

.about_timeline_sec .elementor-shortcode {
  width: 100%;
  overflow-x: auto;
  padding-left: 10px;
}

.p_timeline_sec {
  width: 2000px;
  padding-bottom: 20px;
  display: flex;
}

.p_timeline_sec .box {
  display: flex;
  width: 25%;
  flex-direction: column;
}

.p_timeline_sec .box:nth-child(even) {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.p_timeline_sec .box .title,
.p_timeline_sec .box .para_16 {
  height: 365px;
  padding: 30px 50px;
  position: relative;
}

.p_timeline_sec .box .title {
  display: flex;
  position: relative;
}

.p_timeline_sec .box:nth-child(odd) .title {
  flex-direction: column-reverse;
}

.p_timeline_sec .box:nth-child(even) .title {
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.p_timeline_sec .box:nth-child(odd) .para_16:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -110px;
  width: 19px;
  height: 450px;
  background: url(/wp-content/uploads/2024/09/dot-img-one.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.p_timeline_sec .box:nth-child(even) .title:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 245px;
  width: 19px;
  height: 450px;
  background: url(/wp-content/uploads/2024/09/dot-img-two.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.p_timeline_sec .box .para_16 p {
  height: 100%;
  overflow-x: auto;
}

.p_timeline_sec .box:nth-child(odd) .para_16 {
  border-top: 5px solid #f9bf13;
}

.p_timeline_sec .box:nth-child(even) .title {
  border-top: 5px solid #f9bf13;
}

.about_timeline_sec .elementor-shortcode::-webkit-scrollbar,
.about_timeline_sec .elementor-shortcode .para_16 p::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

.about_timeline_sec .elementor-shortcode::-webkit-scrollbar-thumb,
.about_timeline_sec .elementor-shortcode .para_16 p::-webkit-scrollbar-thumb {
  background-color: #f9bf13;
  border-radius: 10px;
  cursor: pointer;
}

.about_timeline_sec .elementor-shortcode::-webkit-scrollbar-track,
.about_timeline_sec .elementor-shortcode .para_16 p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}

/*Time Line Sec*/

.last_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 70px;
}

.last_grid .lastest_box:nth-child(1) {
  grid-area: 1 / 1 / 4 / 2;
  width: 120%;
}

.last_grid .lastest_box:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.last_grid .lastest_box:nth-child(3) {
  grid-area: 2 / 2 / 3 / 3;
}

.last_grid .lastest_box:nth-child(4) {
  grid-area: 3 / 2 / 4 / 3;
}

.last_grid .lastest_box {
  width: 80%;
  margin-left: auto;
}

.last_grid .lastest_box .lastest-img,
.last_grid .lastest_box .content_box {
  width: 49%;
  display: inline-block;
}

.last_grid .lastest_box a {
  display: flex;
  gap: 2%;
}

.time_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 15px;
}

span.tag {
  color: #f9bf13;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat";
}

.post-time {
  color: #fffaed;
  opacity: 0.6;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat";
}

.lastest-title h2 {
  font-family: "Gilroy" !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  height: 90px;
  margin: 0px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lastest-title p {
  display: none;
}

.post-categories span {
  border: 1px solid#FFFAED;
  border-radius: 25px;
  padding: 10px 0px;
  width: 105px;
  display: inline-block;
  text-align: center;
  color: #fffaed;
  opacity: 0.6;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  font-family: "Montserrat";
}

.post-categories span:not(:last-child) {
  margin-right: 10px;
}

.last_grid .lastest_box .lastest-img img {
  width: 100%;
  height: 210px;
  border-radius: 12px;
  object-fit: cover;
}

.last_grid .lastest_box:nth-child(1) .lastest-img img {
  height: 460px;
  border-radius: 16px;
}

.last_grid .lastest_box:nth-child(1) a {
  display: block;
}

.last_grid .lastest_box:nth-child(1) a > div {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.last_grid .lastest_box:nth-child(1) .lastest-title h2 {
  font-size: 36px;
  line-height: 44px;
  height: auto;
  -webkit-line-clamp: 1;
  margin-bottom: 20px;
}

.last_grid .lastest_box:nth-child(1) .lastest-title p {
  display: block;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  font-family: "Montserrat";
}

.newest_sec {
  padding: 70px 0px;
  background-color: #1d1d1d;
}

.newest_event,
.newest_event .tab-content {
  margin-top: 40px;
  text-align: center;
}

.newest_event ul {
  justify-content: center;
  border: none;
  gap: 16px;
}

.newest_event ul li a {
  padding: 14px 32px;
  color: #fff;
  background: #262626;
  border-radius: 52px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  font-family: "Montserrat";
}

.newest_event ul li a.active,
.newest_event ul li a:hover {
  background: #f9bf13;
  color: #1d1d1d;
  font-weight: 600;
}

.newest_event .lastest-img img {
  width: 100%;
  height: 290px;
  border-radius: 8px;
  object-fit: cover;
}

.newest_event .row {
  row-gap: 30px;
}

.newest_event .content_box {
  margin-top: 20px;
  text-align: left;
}

.newest_event .content_box p {
  display: block;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  font-family: "Montserrat";
}

.newest_event .content_box .lastest-title h2 {
  -webkit-line-clamp: 2;
  height: 60px;
  margin-bottom: 20px;
}

.hidden-post {
  display: none;
}

.newest_event .content_btn {
  text-align: center;
  margin-top: 50px;
}

.newest_event .tab-pane {
  text-align: center;
}

.g-recaptcha.wpcf7-not-valid iframe {
  border: 1px solid red;
}

span.wpcf7-form-control-wrap.recaptcha > span > div {
  margin: auto;
  margin-bottom: 10px;
}

.footer span.wpcf7-form-control-wrap.recaptcha > span > div {
  margin: unset;
  margin-top: 10px;
}

.buffet_sec {
  margin: 50px 0px;
  margin-bottom: 40px;
}

.buffet_sec > .elementor-container {
  max-width: 750px !important;
  background: url(/wp-content/uploads/2025/02/width_1200.webp);
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.buffet_sec > .elementor-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

.buffet_sec .inner {
  background: #f9bf13;
}

.buffet_sec .inner .content_head h2 {
  color: #000 !important;
  text-transform: uppercase;
}

.buffet_sec .inner {
  padding: 10px 50px;
}

.buffet_sec .inner .content_head h2,
.buffet_sec .inner_2 .content_head h2 {
  font-size: 40px;
  line-height: 50px;
}

.gift-sec-one.buffet_sec_n {
  padding: 0px 0px 50px;
}

.buf_inner .left,
.buf_inner .right {
  background: #1d1d1d;
  padding: 20px !important;
}

.buf_inner > div {
  gap: 50px;
}

/* Our blogs Start */

.f-b-sec .para_24 {
  padding-right: 136px;
}

/* Our blogs End */

/* Our blogs detail Start */

.single-blogs header#masthead {
  position: relative;
}

.single-blogs-page {
  padding-bottom: 100px;
}

.s-blog-sec1 {
  position: relative;
  padding: 50px 0;
}

.s-blog-sec1::before {
  content: "";
  position: absolute;
  top: -50px;
  width: 339px;
  height: 750px;
  z-index: -1;
  background: url(/wp-content/uploads/2025/07/blog-banner-line.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.c-breadcrumb {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.s-blog-sec1 h1 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

.s-blog-sec1 .tag {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #1d1d1d;
  background: #f9bf13;
  border-radius: 6px;
  width: fit-content;
  padding: 8px 20px;
  margin: auto;
}

.s-banner {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 50px 0 30px;
}

.s-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:is(.s-content) :is(h2, h3, h4) {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 32px;
  color: #f9bf13;
  margin-bottom: 30px;
}

:is(.s-content) :is(p, li) {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
}

.s-blog-sec2 {
  position: relative;
}

.menu-list {
  position: relative;
}

.menu-list .menu-row:nth-child(even) {
  flex-direction: row-reverse;
}

.menu-row {
  margin-bottom: 79px;
}

.menu-row:last-child {
  margin-bottom: 60px;
}

.menu-row .left-col {
  align-self: center;
}

.menu-name {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.menu-name > span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #1d1d1d;
  width: 65px;
  height: 65px;
  background: #f9bf13;
  border-radius: 200px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-name h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  color: #ffffff;
  margin: 0;
}

.menu-cont li {
  list-style: unset;
}

.menu-cont ol {
  padding-left: 25px;
}

.menu-cont :is(p, li) {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  /*padding-right: 195px;*/
}

.menu-img {
  background: #2d2d2d;
  height: 513px;
  width: 95%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0 auto auto;
}

.menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-list .menu-row:nth-child(even) .left-col {
  left: 60px;
}

.menu-list .menu-row:nth-child(even) .menu-img {
  margin: auto auto auto 0;
}

.s-blog-sec2 .row1 {
  margin-bottom: 90px;
}

.new_menu_heading h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 30px;
}

.new-menu-list {
  display: contents;
  align-items: center;
  gap: 12px;
}

.menu-name-list {
  display: inline-block;
  margin: 0 12px 12px 0;
}

.menu-name-list span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background: #313131;
  border-radius: 40px;
  padding: 8px 12px;
  display: block;
  width: fit-content;
}

/* Our blogs detail End */

/* Home New Modal Start */
/* 
div#popmake-2772 {
    background-image: url('/wp-content/uploads/2025/07/Popup-bg.png');
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    padding: 50px 20px;
    padding-bottom: 80px;
    position: relative;
    max-width: 850px !important;
    box-shadow: none !important;
} */

div#popmake-2772 button.pum-close.popmake-close,
div#popmake-2898 button.pum-close.popmake-close {
  right: 8px;
  width: 50px;
  height: 50px;
  background: #272727;
  top: 8px;
  color: #f9bf13;
  font-size: 30px;
  transition: 0.3s all ease;
  box-shadow: none !important;
}

div#popmake-2772 button.pum-close.popmake-close:hover,
div#popmake-2898 button.pum-close.popmake-close:hover {
  transform: rotate(360deg);
}

.sizzled_sec .row {
  align-items: center;
  margin-top: 40px;
  padding-bottom: 50px;
}

.sizzled_sec .content {
  position: relative;
  text-align: center;
}

.some-head {
  position: relative;
  width: 71%;
  margin: auto;
}

.sizzled_sec h2 {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 69px;
  text-align: left;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.sizzled-head {
  font-family: "Gilroy" !important;
  font-style: normal;
  font-weight: 900;
  font-size: 55px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #1d1d1d;
  padding: 10px;
  transform: rotate(-8.18deg);
  width: fit-content;
  background: #f9bf13;
  border-radius: 5px;
  margin: auto 0 auto auto;
  position: relative;
  top: -34px;
  right: 0px;
}

.sizzled_sec p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
}

.sizzled_sec h6 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}

.sizzled_sec .content_btn a {
  padding: 21px 32px !important;
  padding-left: 60px !important;
  background-position: top 50% left 35px;
}

/* Home New Modal End */

div#popmake-2898 {
  background-image: url("/wp-content/uploads/2025/07/AS_Popup.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 0px;
  position: relative;
  max-width: 850px !important;
  width: 850px !important;
  box-shadow: none !important;
  margin: 0 !important;
}
.concert_popup_sec {
  padding: 70px;
  position: relative;
}
.concert_popup_sec .left {
  text-align: center;
}
.concert_popup_sec h3 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 19.2661px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-shadow: 0px 3.80744px 3.80744px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.concert_popup_sec h4 {
  background: linear-gradient(
    0deg,
    #ffffff -202.86%,
    rgba(255, 255, 255, 0) 51.43%
  );
  border-radius: 8.56674px;
  display: inline-block;
  margin: auto;
  padding: 0px 15px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
.concert_popup_sec h4 span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24.9746px;
  line-height: 41px;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(0deg, #f9bf13, #f9bf13),
    linear-gradient(180deg, #f9bf13 18.18%, rgba(0, 0, 0, 0) 95.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  mix-blend-mode: normal;
  text-shadow: 0px 4.93557px 4.93557px rgba(0, 0, 0, 0.25);
}
.concert_popup_sec h1 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  font-size: 138.277px;
  line-height: 122px;
  text-transform: uppercase;
  color: #f9bf13;
  mix-blend-mode: normal;
  text-shadow: 0px 3.5193px 3.5193px rgba(0, 0, 0, 0.25);
  margin: 0;
}
.concert_popup_sec h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 34.6563px;
  line-height: 40px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  mix-blend-mode: normal;
  color: #fff;
  margin: 0;
}
.concert_popup_sec .content_btn a {
  padding: 19px 20px !important;
  padding-left: 42px !important;
  background-position: top 50% left 22px;
  background-size: 12px;
}
.popup_count_box h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 13.326px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
}
.popup_count_box .box span:nth-child(1) {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 9.99453px;
  text-align: center;
  text-transform: uppercase;
  color: #fefefe;
  text-shadow: 0px 3.80744px 3.80744px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
}
div#countdown .box span {
  display: block;
}
.popup_count_box .box span:nth-child(2) {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 42.3601px;
  line-height: 1;
  text-transform: uppercase;
  color: #f9bf13;
  text-shadow: 0px 3.80744px 3.80744px rgba(0, 0, 0, 0.25);
}

.popup_count_box {
  margin: 30px 0;
}
.popup_count_box .count {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
  justify-content: center;
}
.popup_count_box .count .box {
  position: relative;
  width: 75px;
}
.popup_count_box .count .box:not(:last-child):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 1px;
  height: 70%;
  background: #fff;
}
.concert_popup_sec .col-md-5 {
  position: static;
}
.concert_popup_sec .right .img {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 410px;
  height: 477px;
}
.concert_popup_sec .right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow: hidden !important;
}

/*Landing*/
.landing_hero_sec {
  padding-top: 70px;
  padding-bottom: 50px;
  overflow: hidden;
}
.landing_hero_sec .elementor-background-overlay {
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
  /* position: relative !important; */
  /* width: 100%; */
}
.landing_hero_sec:before,
.as_land_sec4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 250px;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 74.91%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 2;
  right: 0;
  margin: auto;
}
.landing_hero_sec:after {
  content: "";
  position: absolute;
  width: 550px;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0) 0%, #101010 70%);
}
.landing_hero_sec h1 {
  font-size: 120px;
  line-height: 120px;
  text-transform: uppercase;
  font-family: "Gilroy" !important;
  font-weight: bold !important;
  color: #f9bf13 !important;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.landing_hero_sec h1 span {
  color: #fff;
}
.landing_hero_sec h2 {
  font-family: "Montserrat" !important;
  font-weight: 600 !important;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff !important;
  text-shadow: 0px 4px 20px #e8b10d;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.landing_hero_sec h2 span {
  color: #f9bf13;
}

.landing_hero_sec .para_24 .elementor-widget-container,
.landing_hero_sec .para_24 p {
  line-height: 45px;
  letter-spacing: -0.02em;
}

.landing_hero_sec .para_24 .elementor-widget-container {
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
.landing_hero_sec .content_btn a {
  padding: 30px 73px !important;
  padding-left: 109px !important;
  font-size: 19px;
  background-position: top 50% left 70px;
  margin-top: 40px;
  z-index: 2;
  position: relative;
}
.landing_hero_sec .elementor-background-overlay:before {
  background: url(/wp-content/uploads/2025/07/landing_hero_banner2-min.png);
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 1110px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 1;
}
.landing_hero_sec .elementor-background-overlay:after {
  background: url(/wp-content/uploads/2025/07/landing_hero_banner1-min.png);
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  z-index: 0;
  mix-blend-mode: color-dodge;
}
.as_land_sec1 {
  padding: 100px 0px;
  padding-bottom: 80px;
}
.as_land_sec1 .heading h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff;
}
.as_land_sec1 .heading h2 {
  font-weight: bold;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Gilroy" !important;
}
.as_land_sec1 .heading h2 span,
.as_land_sec1 .heading h3 span {
  color: #f9bf13;
}
.as_land_sec1 .heading h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff;
}
.popup_count_box1 h2 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -0.05em;
  text-transform: capitalize;
  color: #ffffff;
}

.popup_count_box1 {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
  gap: 50px;
}

.popup_count_box1 .count {
  display: flex;
  align-items: center;
  gap: 50px;
}

.popup_count_box1 .count .box {
  text-align: center;
  background: #212121;
  border-radius: 10px;
  width: 135px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup_count_box1 .count .box span:nth-child(1) {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fefefe;
  text-shadow: 0px 4.99471px 4.99471px rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}

.popup_count_box1 .count .box span:nth-child(2) {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 55.5691px;
  line-height: 60px;
  text-transform: uppercase;
  color: #f9bf13;
  text-shadow: 0px 4.99471px 4.99471px rgba(0, 0, 0, 0.25);
}
.landing_hero_sec .para_24.inn {
  width: 90%;
}

.landing_hero_sec .para_24.inn strong {
  color: #f9bf13;
}
.as_land_sec1 .img_box {
  padding-bottom: 90px;
}
.as_land_sec1 .img_box .img1 {
  width: 930px;
  height: 550px;
}
.as_land_sec1 .img_box .img1 img,
.as_land_sec1 .img_box .img2 img {
  width: 100%;
  object-fit: cover;
}
.as_land_sec1 .img_box .img2 {
  position: absolute;
  right: 0;
  top: 120px;
  width: 929px;
  height: 550px;
  z-index: 1;
}
.as_land_sec1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 666px;
  height: 300px;
  background: url(/wp-content/uploads/2025/07/land_page_img_left.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 0px 20px 0px;
}
.as_land_sec1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 320px;
  width: 666px;
  height: 400px;
  background: url(/wp-content/uploads/2025/07/land_page_img_right.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 20px 0px 0px 0px;
}
.as_land_sec2 .head-60 h2 {
  font-weight: bold !important;
}
.as_land_sec2 .head-60 h2:before {
  width: 65%;
  right: 0;
  margin: auto;
}

.as_land_sec2 .inner {
  margin: 50px auto;
  width: 75% !important;
}
.as_land_sec2 .inner .box figure.elementor-image-box-img img {
  margin: auto;
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
}
.as_land_sec2 .inner .box h3 {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  color: #f9bf13;
  margin-bottom: 15px;
}

.as_land_sec2 .inner .box p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
}

.as_land_sec2 .inner .box p span {
  color: #f9bf13;
}
.as_land_sec2 .inner .box.img2:before,
.as_land_sec2 .inner .box.img2:after {
  content: "";
  position: absolute;
  width: 116px;
  height: 85px;
  background: url(/wp-content/uploads/2025/07/box_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 70px;
  left: -75px;
}

.as_land_sec2 .inner .box.img2:after {
  left: unset;
  right: -65px;
  background: url(/wp-content/uploads/2025/07/box_arrow1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  top: 80px;
}
.as_land_sec2 .para_24 .elementor-widget-container,
.as_land_sec2 .para_24 p {
  font-weight: 600;
}
.as_land_sec2 {
  padding-bottom: 100px;
}
.as_land_sec3 > div {
  border: 1px solid #cfcfcf;
  background: #000000;
  border-radius: 20px;
  gap: 10px;
  padding: 30px 20px;
}
.as_land_sec4 {
  padding: 100px 0;
}
.as_land_sec4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
  background: url(/wp-content/uploads/2025/07/stadium_img-min.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 100px;
}
.as_land_sec4:after {
  bottom: 100px;
}
.ar_faqs {
  padding-top: 0;
  background: #101010;
  padding-bottom: 100px;
}
.ar_faqs .accord_Sec .elementor-accordion-item {
  border: 1px solid #1d1d1d !important;
  background: #1d1d1d;
}

/*Media Queries*/
@media (max-width: 1800px) {
  .latest-eventtt ul li a {
    font-size: 24px;
    line-height: 64px;
  }

  .our_menu_box_data .box .content {
    height: 370px;
  }

  .our_menu_box_data .box .content h3 {
    font-size: 20px;
    line-height: 22px;
    min-height: 66px;
  }
  .landing_hero_sec h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .landing_hero_sec h2 {
    font-size: 22px;
  }
  .landing_hero_sec .para_24 .elementor-widget-container {
    padding-right: 20px;
  }
  .landing_hero_sec .para_24 .elementor-widget-container,
  .landing_hero_sec .para_24 p {
    line-height: 35px;
    font-size: 20px;
  }
  .landing_hero_sec .elementor-background-overlay:before {
    width: 900px;
    background-size: 100%;
  }
  .landing_hero_sec .content_btn a {
    padding: 28px 53px !important;
    padding-left: 89px !important;
    font-size: 16px;
    background-position: top 50% left 60px;
  }
  .landing_hero_sec:after {
    width: 750px;
  }
  .popup_count_box1 {
    width: 70%;
  }
  .popup_count_box1 h2 {
    font-size: 30px;
    line-height: 50px;
  }
  .popup_count_box1 .count .box span:nth-child(2) {
    font-size: 45.5691px;
    line-height: 50px;
  }
  .popup_count_box1 .count .box {
    width: 115px;
    height: 115px;
  }
  .as_land_sec1 .img_box .img2 {
    width: 740px;
    height: 440px;
  }

  .as_land_sec1 .img_box .img1 {
    width: 680px;
    height: 405px;
  }
  .as_land_sec1 {
    padding-bottom: 100px;
  }
  .as_land_sec1:after {
    bottom: 200px;
  }
  .as_land_sec2 .inner {
    width: 85% !important;
  }
  .as_land_sec2 .inner .box p {
    font-size: 16px;
  }
  .as_land_sec2 .inner .box h3 {
    font-size: 26px;
  }
  .as_land_sec2 .inner .box.img2:before,
  .as_land_sec2 .inner .box.img2:after {
    width: 96px;
    height: 65px;
    left: -60px;
  }

  .as_land_sec2 .inner .box.img2:after {
    left: unset;
    right: -60px;
  }
  .as_land_sec3 > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .as_land_sec3 .elementor-column.elementor-col-20 {
    width: 32.5% !important;
  }
}

@media (max-width: 1600px) {
  .locator_icon a img {
    max-width: 36px;
  }

  .nav_btn a {
    padding: 12px 14px;
    font-size: 10px;
  }

  .left_btn ul {
    gap: 10px;
    margin-left: 10px !important;
  }

  .right_btn ul {
    gap: 10px;
  }

  header#masthead {
    padding: 15px 30px;
  }

  .header-right-menu a svg,
  .menu-close-div a svg {
    width: 45px;
  }

  .row.menu-row-1 {
    margin-top: 20px;
  }

  .menu-right-info h2 {
    font-size: 90px;
    line-height: 90px;
  }

  .banner_head h1 {
    font-size: 90px;
    line-height: 100px;
  }

  .sec-one {
    margin-top: 130px;
  }

  .sec-one .inner-sec {
    margin-top: -57px;
  }

  .sec-one .text .elementor-widget-container,
  .sec-one .text p {
    font-size: 30px;
    line-height: 35px;
  }

  .sec-one .left-text .elementor-widget-container {
    position: absolute;
    bottom: 120px;
    left: 0px;
    right: 0;
    padding-left: 200px;
  }

  .sec-one .right-text .elementor-widget-container:after {
    width: 30px;
    height: 30px;
    background-size: cover;
    left: -40px;
    top: 0px;
  }

  .sec-one .left-text .elementor-widget-container:after {
    right: -20px;
    width: 200px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 100px;
  }

  video.elementor-video {
    height: 1030px !important;
  }

  .sec-two .head h2 {
    font-size: 50px;
    top: 55px;
  }

  .sec-two .head h2 span {
    font-size: 50px;
  }

  .content_btn a {
    padding: 25px 22px !important;
    padding-left: 50px !important;
  }

  .newest_event a.load-more {
    padding: 25px 30px !important;
    padding-right: 60px !important;
  }

  .rigester-foam-sec input.wpcf7-submit,
  .contact_form input.wpcf7-submit {
    padding: 17px 22px !important;
    padding-left: 50px !important;
  }

  .sec-one img {
    width: 85%;
  }

  .hm-right-col {
    padding-left: 10px;
  }

  .sec-two .text .elementor-widget-container,
  .sec-two .text p {
    font-size: 18px;
    width: 100%;
    line-height: 36px;
  }

  .sec-two::before {
    width: 350px;
    height: 690px;
  }

  .home-carousel img.swiper-slide-image {
    height: 500px;
  }

  .home-carousel-col:before {
    height: 620px;
  }

  .sec-two:after {
    height: 700px;
  }

  .head-80 h2 {
    font-size: 60px;
    line-height: 60px;
  }

  .sec-three h2 .dotdesign:before {
    width: 33px;
    height: 35px;
    background-size: cover;
  }

  .sec-three .text .elementor-widget-container,
  .sec-three .text p {
    font-size: 22px;
    line-height: 32px;
  }

  .sec-three .right-col-img img {
    height: 621px !important;
    width: 780px;
    object-fit: cover;
    object-position: left;
  }

  .sec-four .left-col-img img {
    height: 400px !important;
    width: 100%;
    object-fit: contain;
    object-position: left;
  }

  .sec-five .left-col-img img {
    object-position: right;
  }

  .head-55 h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .head-45 h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .sec-four h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .sec-four h3:before {
    width: 23px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-text {
    font-size: 20px;
    line-height: 36px;
  }

  .sec-four h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .sec-four .para .elementor-widget-container,
  .sec-four .para p {
    font-size: 20px;
    line-height: 30px;
  }

  .footer {
    padding: 70px 0px;
  }

  .footerImg img {
    height: 550px !important;
  }

  .men {
    width: 90%;
  }

  .site-branding img {
    width: 70%;
    height: auto;
  }

  .banner_head_one h1 {
    font-size: 90px;
    line-height: 100px;
  }

  .para_24 .elementor-widget-container,
  .para_24 p {
    font-size: 18px;
    line-height: 30px;
  }

  .cont_sec_one .head h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .inner_banner_sec:before {
    bottom: -50px;
    height: 50px;
  }

  .inner_banner_sec {
    margin-bottom: 50px;
  }

  .inner_banner_sec:after {
    width: 300px;
    height: 240px;
    bottom: -200px;
  }

  .cont_sec_one .head h4 {
    font-size: 18px;
    line-height: 30px;
  }

  .cont_sec_one .box p.elementor-image-box-description a {
    font-size: 22px;
    line-height: 30px;
  }

  .head_48 h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .contact_form input,
  .contact_form textarea,
  .contact_form select {
    font-size: 16px;
    line-height: 30px;
  }

  .content_head h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .content_head h2,
  .buffet_sec .inner .content_head h2,
  .buffet_sec .inner_2 .content_head h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .cont_sec_three .para_24 .elementor-widget-container,
  .cont_sec_three .para_24 p {
    width: 90%;
  }

  .cont_sec_three .para_16 .elementor-widget-container,
  .cont_sec_three .para_16 p {
    height: 225px;
  }

  .inn_box p.elementor-image-box-description a {
    font-size: 14px;
    line-height: 26px;
  }

  .home-carousel figcaption.elementor-image-carousel-caption {
    font-size: 26px;
    line-height: 60px;
  }

  .hm-left-col {
    top: -70px;
  }

  span.world:before {
    width: 36px;
    height: 36px;
    background-size: cover;
    bottom: 3px;
    right: -55px;
  }

  .men ul li a {
    font-size: 24px;
    line-height: 0px;
  }

  .men ul li:not(:last-child) {
    margin-bottom: 35px;
  }

  .subscriber_form {
    grid-template-columns: 24% 24% 24% 23.5%;
    gap: 1.5%;
  }

  .newletter {
    padding: 30px;
  }

  .about_sec_two .img img {
    height: 470px !important;
  }

  .about_sec_two .right-col {
    width: 700px !important;
    top: 150px;
  }

  .about_sec_two .right-col:before {
    right: -60px;
    top: -60px;
    width: 250px;
    height: 400px;
  }

  .about_sec_two {
    padding-bottom: 200px;
  }

  .about_sec_four .img img {
    height: 500px !important;
  }

  .head-60 h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .about_sec_four .img:before {
    height: 620px;
    width: 100%;
  }

  .food_sec_one .right-col img {
    width: 80%;
    height: 480px;
    object-fit: cover;
  }

  .food_sec_one .right-col:before {
    width: 90%;
    height: 450px;
  }

  .food_sec_one {
    padding-top: 20px;
  }

  .banner_head_one h1 {
    font-size: 80px;
    line-height: 90px;
  }

  .banner_head_one {
    margin-top: 150px;
  }

  .inner_banner_sec {
    height: 430px;
  }

  .banner_head_one .elementor-widget-heading {
    margin-bottom: 10px !important;
  }

  /* Our Shop Page Start */

  .shop-gift-sec {
    padding: 40px 0 70px;
  }

  .shop-gift-sec h2,
  .gift-box h2 {
    font-size: 28px;
    line-height: 34px;
    height: 54px;
  }

  .gift-box > div {
    height: 660px;
  }

  /* Our Shop Page End */

  /* Gift Card Page Start */

  .gift-sec-one {
    padding: 55px 0px 50px;
  }

  .gift-sec-one .left-col-img img {
    width: 100%;
    padding-top: 0px;
  }

  .head-36 h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: -10px;
  }

  .gift-box .gift-box-img,
  .gift-box .head-45,
  .gift-box .para_24 {
    padding: 0 50px;
  }

  .card-buy > div {
    height: 178px;
  }

  .card-recive {
    width: 28% !important;
    margin-left: 20%;
  }

  .card-buy:after {
    right: -113%;
    width: 135px;
    height: 50px;
  }

  .card-recive {
    width: 28% !important;
    margin-left: 25%;
  }

  .card-buy li > .elementor-icon-list-text {
    font-size: 16px !important;
    line-height: 27px !important;
  }

  .steps-gift-inner-sec {
    width: 70% !important;
  }

  .step-box {
    width: 84% !important;
  }

  .step-box:after {
    width: 61%;
    top: 70px;
    right: -102px;
  }

  .step-box .elementor-image-box-img img {
    width: 85%;
  }

  .step-box h3.elementor-image-box-title {
    font-size: 22px;
  }

  input[type="checkbox"]:checked::before {
    top: -3px;
  }

  /* Gift Card Page End */

  /* Flask Page Start */

  .flask-sec-one {
    padding: 38px 0px 70px;
  }

  .flask-sec-one .elementor-element-ac4397f.head-30 h2 {
    font-size: 22px;
    line-height: 30px;
    padding: 18px 25px;
  }

  /* Flask Page End */

  /* Become Franchise Page Start*/

  .steps-bf-sec .step-box {
    width: 85% !important;
  }

  .steps-bf-sec .step-box:after {
    width: 60%;
    right: -102px;
  }

  .b-f-sec-two .img img {
    height: 500px !important;
  }

  .b-f-sec-two .box p {
    font-size: 16px;
    line-height: 26px;
  }

  /* Become Franchise Page End*/

  /*Events Page Start*/

  .event-tab-sec {
    padding: 50px 0;
  }

  .event-tab-sec .eael-tabs-nav ul > li {
    padding: 20px 25px !important;
    width: 220px !important;
  }

  li span.eael-tab-title {
    font-size: 20px !important;
  }

  .event-box .elementor-image-box-title {
    font-size: 30px;
    line-height: 40px;
  }

  .event-box .elementor-image-box-description {
    font-size: 18px;
    line-height: 30px;
  }

  /*Events Page End*/

  .banner_head_one h1:before {
    width: 35px;
    height: 35px;
    background-size: cover;
  }

  /*Our Values Page Start*/

  .b-values-sec {
    padding: 50px 0;
  }

  .how-slider {
    width: 97%;
  }

  .how-wrapper {
    height: 550px;
  }

  .how-title h2 {
    font-size: 35px;
    line-height: 45px;
  }

  /*Our Values Page End*/
  .home-carousel.franch_carousel img.swiper-slide-image {
    height: 600px;
    object-position: center;
  }

  .allergen_post_slider ul.slice li {
    padding: 20px 18px;
  }

  .allergen_post_slider .title img {
    width: auto;
    height: 40px;
  }

  .allergen_post_slider ul.slice li p {
    font-size: 20px;
    line-height: 24px;
  }

  .para_30 .elementor-widget-container,
  .para_30 p {
    font-size: 22px;
    line-height: 34px;
  }

  div#popmake-1755 {
    padding: 50px 20px;
    padding-bottom: 20px;
    margin-top: 3em;
  }

  .sec-two .elementor-container.elementor-column-gap-default {
    align-items: self-start;
  }

  .event-order-sec.register-bf-sec video.elementor-video {
    height: 1180px !important;
  }

  .contact_form input.walcf7-timepicker,
  .contact_form input.walcf7-datepicker {
    background-position: 95% 15px;
  }

  .sec-two {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .hm-right-col {
    margin-top: -20px;
  }

  .Google_sec.iframe_Sec {
    margin: 100px 0;
    margin-top: 125px;
    margin-bottom: 0px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    top: 10px !important;
  }

  .sec-four.sec-five .head-36 h2 {
    margin: 0px;
  }

  .allergen_post_slider .card .card-header button.btn.btn-link {
    font-size: 30px;
    line-height: 38px;
  }

  .time_inn_box .box {
    padding: 20px;
  }

  .time_inn_box.two .box:nth-child(odd):before {
    top: -100px;
    height: 460px;
  }

  .time_inn_box.two .box:nth-child(even):before {
    height: 460px;
    bottom: 255px;
  }

  .about_new_three .box p {
    font-size: 16px;
    line-height: 28px;
  }

  .about_new_three .elementor-inner-section > div {
    gap: 25px;
  }

  .about_new_three .box .elementor-widget-image-box {
    margin-bottom: 25px;
  }

  .about_new_three .box {
    width: 41% !important;
  }

  .about_new_three .box figure.elementor-image-box-img img {
    height: 60px;
  }

  body .green_video,
  body .green_video video {
    height: 600px !important;
  }

  .p_timeline_sec .box .title,
  .p_timeline_sec .box .para_16 {
    height: 365px;
    padding: 30px;
  }

  .p_timeline_sec .box:nth-child(odd) .para_16:before,
  .p_timeline_sec .box:nth-child(even) .title:before {
    height: 430px;
  }

  span.tag {
    font-size: 14px;
  }

  .post-time {
    font-size: 12px;
  }

  /* Our blogs Start */

  .f-b-sec .para_24 {
    padding-right: 50px;
  }

  .home-carousel.franch_carousel.f_blog_carousel img.swiper-slide-image {
    height: 550px;
  }

  /* Our blogs End */

  /* Our blogs detail Start */

  .s-banner {
    height: 450px;
  }

  .s-blog-sec1::before {
    width: 280px;
    height: 600px;
  }

  :is(.s-content) :is(p, li) {
    font-size: 18px;
    line-height: 30px;
  }

  .menu-cont {
    font-size: 22px;
    line-height: 36px;
    padding-right: 100px;
  }

  .menu-img {
    height: 430px;
  }

  /* Our blogs detail End */
  .landing_hero_sec:before,
  .as_land_sec4:after {
    height: 220px;
  }
  .landing_hero_sec:after {
    width: 650px;
  }
  .landing_hero_sec:before,
  .as_land_sec4:after {
    height: 200px;
  }
  .as_land_sec1 .img_box .img2 {
    width: 710px;
    height: 425px;
    top: 100px;
  }
  .as_land_sec1:after {
    bottom: 300px;
    width: 500px;
    height: 300px;
  }
  .as_land_sec1:before {
    width: 545px;
    height: 250px;
    bottom: 150px;
  }
}

@media (max-width: 1500px) {
  .sec-two::before {
    width: 250px;
  }

  .sec-three .right-col-img img {
    height: 609px !important;
    width: 750px;
  }

  .footerImg img {
    height: 450px !important;
  }

  .footerImg {
    top: 130px;
  }

  .sec-three .text .elementor-widget-container,
  .sec-three .text p {
    font-size: 20px;
    line-height: 30px;
    width: 95%;
  }

  .sec-three h2 .dotdesign:before {
    width: 35px;
    height: 35px;
    bottom: 20px;
    background-size: cover;
  }

  .home-carousel.franch_carousel img.swiper-slide-image {
    height: 550px;
    object-position: center;
  }

  /* Our blogs Start */

  .f-b-sec .para_24 {
    padding-right: 100px;
  }

  /*.home-carousel.franch_carousel.f_blog_carousel img.swiper-slide-image {*/
  /*     height: 430px; */
  /*}*/

  /* Our blogs End */

  /* Our blogs detail Start */

  .s-blog-sec1::before {
    width: 260px;
    height: 550px;
  }

  :is(.s-content) :is(h2, h3, h4) {
    font-size: 28px;
    line-height: 30px;
  }

  :is(.s-content) :is(p, li) {
    font-size: 16px;
    line-height: 28px;
  }

  .menu-name > span {
    font-size: 20px;
    line-height: 30px;
    width: 55px;
    height: 55px;
  }

  .menu-name h4 {
    font-size: 18px;
    line-height: 32px;
  }

  .menu-cont {
    font-size: 20px;
  }

  .menu-img {
    height: 380px;
  }

  .new_menu_heading h2 {
    font-size: 32px;
  }

  .menu-name-list span {
    font-size: 14px;
  }

  /* Our blogs detail End */

  /* Home New Modal Start */

  .some-head {
    width: 68%;
  }

  .sizzled_sec h2 {
    font-size: 50px;
  }

  .sizzled-head {
    font-size: 50px;
  }

  /* Home New Modal End */
}

@media (max-width: 1399px) {
  video.elementor-video {
    height: 800px !important;
  }

  .banner_head_one.no_text {
    margin-top: 40px;
  }

  .sec-two .text .elementor-widget-container,
  .sec-two .text p {
    line-height: 32px;
  }

  .menu-right-info h2 {
    font-size: 70px;
    line-height: 70px;
  }

  .banner_head h1 {
    font-size: 80px;
    line-height: 90px;
  }

  .sec-one .right-text .elementor-widget-container {
    top: 130px;
    left: -50px;
  }

  .sec-one .left-text .elementor-widget-container {
    bottom: 80px;
    padding-left: 230px;
    right: -40px;
  }

  .sec-two .head h2 span {
    font-size: 55px;
  }

  .sec-two .head h2 {
    font-size: 45px;
    top: 36px;
  }

  /* .home-carousel img.swiper-slide-image {
                  height: 600px;
                  object-position: center;
              } */
  .home-carousel img.swiper-slide-image {
    height: 410px;
  }

  .hm-left-col {
    width: 35% !important;
    top: -50px;
  }

  .sec-two {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .hm-right-col {
    width: 65% !important;
    padding-left: 50px;
  }

  .sec-two::before {
    width: 280px;
    height: 665px;
  }

  .sec-two .left-col {
    width: 45% !important;
  }

  .home-carousel-col {
    width: 55% !important;
  }

  .home-carousel .elementor-swiper-button {
    width: 50px;
    height: 50px;
  }

  .home-carousel-col:before {
    top: 10px;
    height: 500px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-text {
    font-size: 18px;
    line-height: 30px;
  }

  .sec-four .para .elementor-widget-container,
  .sec-four .para p {
    font-size: 18px;
    line-height: 30px;
  }

  .about_sec_two .right-col:before {
    right: -30px;
    top: -40px;
    width: 180px;
    height: 350px;
  }

  .sec-three {
    padding: 50px 0px;
  }

  .sec-three .text .elementor-widget-container,
  .sec-three .text p {
    line-height: 28px;
  }

  .head-80 h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .sec-three .right-col-img img {
    height: 526px !important;
    width: 700px;
  }

  .small h3 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.15em;
  }

  .content_btn a {
    padding: 22px !important;
    font-size: 12px;
    padding-left: 50px !important;
    background-size: 12px;
  }

  .newest_event a.load-more {
    padding: 22px 28px !important;
    padding-right: 50px !important;
    font-size: 12px;
    background-size: 15px;
  }

  .rigester-foam-sec input.wpcf7-submit,
  .contact_form input.wpcf7-submit {
    padding: 14px 22px !important;
    padding-left: 50px !important;
  }

  p.copyright {
    font-size: 12px;
    margin-top: 15px;
  }

  .footer_social ul li a {
    width: 38px;
    height: 38px;
  }

  .footer_social ul li a img {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .copyrights {
    padding: 20px 0px;
  }

  .subscriber_form input.wpcf7-submit {
    height: 70px;
    padding: 22px 0px;
    padding-left: 20px;
    font-size: 12px;
    background-position: top 50% left 50px;
    width: 100%;
  }

  .newletter h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .subscriber_form input {
    height: 60px;
    font-size: 16px;
  }

  .footer {
    padding: 70px 0px;
    padding-bottom: 40px;
  }

  footer#colophon:before {
    width: 250px;
    height: 270px;
  }

  .newletter {
    padding: 20px;
  }

  .footer ul li a {
    line-height: 50px;
  }

  .contact_form input,
  .contact_form textarea,
  .contact_form select {
    font-size: 14px;
    line-height: 28px;
  }

  .contact_form textarea {
    height: 180px;
  }

  input.wpcf7-submit {
    padding: 18px 22px;
    padding-left: 50px;
    font-size: 12px;
    width: auto;
    background-position: top 50% left 25px;
    background-size: 12px;
  }

  .cont_sec_one .box figure.elementor-image-box-img {
    width: 60px !important;
  }

  .cont_sec_one .head h4 {
    font-size: 16px;
    line-height: 28px;
  }

  .accord_Sec .elementor-accordion-item .elementor-tab-title a {
    font-size: 20px;
    line-height: 32px;
  }

  .accord_Sec .elementor-accordion-item .elementor-tab-content,
  .accord_Sec .elementor-accordion-item .elementor-tab-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .cont_sec_three .para_16 .elementor-widget-container,
  .cont_sec_three .para_16 p {
    font-size: 14px;
    line-height: 24px;
    height: 195px;
  }

  .shop-gift-sec h2,
  .gift-box h2 {
    font-size: 26px;
    line-height: 30px;
    height: 50px;
  }

  .gift-box-img img {
    height: 200px !important;
    object-fit: contain;
  }

  .gift-box > div {
    height: 530px;
  }

  .steps-gift-inner-sec {
    padding-top: 10px;
  }

  .steps-gift-sec {
    padding: 70px 0px 210px;
  }

  .rigester-foam-sec {
    padding: 40px;
  }

  .head-60 h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .rigester-foam-sec input.wpcf7-submit {
    width: auto;
  }

  .steps-flask-sec {
    padding: 50px 0px;
  }

  .about_sec_two {
    padding-top: 20px;
  }

  .about_sec_two .img img {
    height: 430px !important;
  }

  .about_sec_two .right-col img {
    border: 10px solid #161616;
  }

  .about_sec_two .right-col {
    width: 650px !important;
  }

  .head-40 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about_sec_four .img img {
    height: 490px !important;
  }

  .event-order-sec.register-bf-sec video.elementor-video {
    height: 1143px !important;
  }

  .event-box .elementor-image-box-wrapper {
    height: 360px;
  }

  .Google_sec.iframe_Sec {
    margin-top: 110px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    top: 8px !important;
  }

  .time_inn_box .box .para_16 .elementor-widget-container,
  .time_inn_box .box .para_16 p {
    line-height: 26px;
  }

  .time_inn_box.two .box:nth-child(odd):before {
    height: 420px;
  }

  .time_inn_box.two .box:nth-child(even):before {
    height: 420px;
    bottom: 225px;
  }

  .p_timeline_sec {
    width: 1800px;
  }

  .p_timeline_sec .box .para_16 p {
    padding-right: 10px;
  }

  /* Our blogs Start */

  .home-carousel.franch_carousel.f_blog_carousel img.swiper-slide-image {
    height: 430px;
  }

  /* Our blogs End */

  .concert_popup_sec {
    padding: 50px 70px;
  }
  .men ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .landing_hero_sec:after {
    width: 300px;
  }
  .landing_hero_sec .content_btn a {
    padding: 23px 53px !important;
    padding-left: 69px !important;
    font-size: 14px;
    background-position: top 50% left 45px;
  }
  .landing_hero_sec .para_24 .elementor-widget-container,
  .landing_hero_sec .para_24 p {
    line-height: 34px;
    font-size: 18px;
  }
  .landing_hero_sec .para_24 .elementor-widget-container {
    padding-right: 40px;
  }
  .as_land_sec1:after {
    bottom: 300px;
    width: 450px;
    height: 300px;
  }
  .as_land_sec1:before {
    width: 470px;
    height: 250px;
    bottom: 150px;
  }
}

@media (max-width: 1301px) {
  .nav_btn a {
    padding: 15px 20px;
  }

  .sec-two::before {
    width: 200px;
  }

  .right-col-img img {
    height: 620px !important;
    width: 620px;
  }

  .sec-three .text .elementor-widget-container,
  .sec-three .text p {
    font-size: 20px;
    line-height: 30px;
  }

  .footerImg img {
    height: 400px !important;
  }

  .men ul li a {
    font-size: 26px;
    line-height: 40px;
  }

  .sec-three .right-col-img img {
    height: 540px !important;
    width: 680px;
  }

  .menu-right-info {
    width: auto;
  }

  /* Our blogs Start */

  .f-b-sec .para_24 {
    padding-right: 0px;
  }

  /* Our blogs Endt */
}

/*Min Max*/
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slough_sec .row {
    margin-top: 20px;
  }

  .slough_sec h3 {
    font-size: 26px;
  }

  .contact_form.new_check .GreenStreetcheck .wpcf7-list-item-label {
    font-size: 14px !important;
  }

  .contact_form.new_check label {
    margin: 0px;
    line-height: 20px;
  }

  .men ul li:not(:last-child) {
    margin-bottom: 25px;
  }

  .nav_btn a {
    padding: 8px 10px;
  }

  div#popmake-1755 {
    padding: 50px 15px;
    padding-bottom: 20px;
  }

  .slough_sec .content ul li a,
  .slough_sec .content ul li p {
    font-size: 12px;
    line-height: 20px;
  }

  .slough_sec h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner_head h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .sec-one .inner-sec {
    margin-top: -47px;
  }

  .sec-one .left-text .elementor-widget-container {
    bottom: 50px;
    padding-left: 160px;
    right: -40px;
  }

  .sec-one .left-text .elementor-widget-container:after {
    width: 150px;
    height: 38px;
    bottom: 80px;
  }

  .sec-one .text .elementor-widget-container,
  .sec-one .text p {
    font-size: 24px;
    line-height: 30px;
  }

  .sec-one .right-text .elementor-widget-container {
    left: -30px;
  }

  .video-bg video.elementor-video {
    height: 650px !important;
  }

  .locator_icon a img {
    max-width: 30px;
  }

  .site-branding img {
    width: 90%;
    height: auto;
  }

  .sec-two .head h2 {
    font-size: 35px;
  }

  .sec-two .head h2 span {
    font-size: 45px;
  }

  .hm-left-col {
    width: 30% !important;
  }

  .hm-right-col {
    width: 70% !important;
    padding-left: 10px;
  }

  .sec-two::before {
    width: 155px;
    height: 562px;
  }

  .content_btn a,
  .newest_event a.load-more {
    padding: 18px 22px !important;
    font-size: 12px;
    padding-left: 40px !important;
    background-position: top 50% left 20px;
  }

  .rigester-foam-sec input.wpcf7-submit,
  .contact_form input.wpcf7-submit {
    padding: 10px 22px !important;
    padding-left: 40px !important;
    background-position: top 50% left 20px;
  }

  .home-carousel img.swiper-slide-image {
    height: 360px;
  }

  .home-carousel-col:before {
    height: 460px;
  }

  .home-carousel figcaption.elementor-image-carousel-caption {
    font-size: 20px;
    line-height: 50px;
  }

  .sec-two .text .elementor-widget-container,
  .sec-two .text p {
    line-height: 28px;
    font-size: 16px;
  }

  .sec-three .text .elementor-widget-container,
  .sec-three .text p {
    font-size: 18px;
    line-height: 28px;
  }

  .head-80 h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .sec-three .right-col-img img {
    height: 444px !important;
    width: 520px;
  }

  .head-55 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .sec-four h3 {
    font-size: 22px;
    line-height: 26px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-text {
    font-size: 16px;
    line-height: 30px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    top: 7px !important;
  }

  .sec-four .para .elementor-widget-container,
  .sec-four .para p {
    font-size: 16px;
    line-height: 28px;
  }

  .head-36 h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .sec-four .left-col-img img {
    height: 300px !important;
  }

  .footerImg {
    /*         top: 50px; */
    right: -60px;
  }

  .footerImg img {
    height: 300px !important;
  }

  .footer ul li a {
    line-height: 45px;
  }

  .newletter {
    width: 100%;
  }

  .subscriber_form input.wpcf7-submit {
    height: 60px;
    padding: 18px 0px;
    background-position: top 50% left 40px;
  }

  .menu-div-wrapper .row.menu-row.align-items-center {
    height: 90vh;
  }

  .banner_head_one h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .para_24 .elementor-widget-container,
  .para_24 p {
    font-size: 16px;
    line-height: 28px;
  }

  .inner_banner_sec {
    height: 350px;
  }

  .privacy_sec {
    padding: 50px 0px;
  }

  .head-60 h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .head-40 h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .para_18 .elementor-widget-container,
  .para_18 p {
    font-size: 16px;
    line-height: 28px;
  }

  .about_sec_four .img img {
    height: 380px !important;
  }

  .about_sec_four .img:before {
    height: 480px;
  }

  .banner_head_one {
    margin-top: 100px;
  }

  .allergen_post_slider .card .card-header button.btn.btn-link {
    font-size: 26px;
    line-height: 32px;
  }

  .allergen_post_slider .title {
    padding: 10px 15px;
  }

  .allergen_post_slider .title .inn {
    gap: 10px;
  }

  .allergen_post_slider .title h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .allergen_post_slider ul.slice li img {
    width: 45px;
    height: 45px;
  }

  .allergen_post_slider ul.slice li p {
    font-size: 14px;
    line-height: 18px;
  }

  .para_30 .elementor-widget-container,
  .para_30 p {
    font-size: 18px;
    line-height: 32px;
  }

  .banner_head_one.no_text {
    margin-top: 100px;
  }

  .home-carousel.franch_carousel img.swiper-slide-image {
    height: 410px;
  }

  .home-carousel.franch_carousel.f_blog_carousel img.swiper-slide-image {
    height: 410px;
  }

  .home-carousel.franch_carousel.elementor-arrows-position-outside .swiper {
    width: calc(100% - 30px);
  }

  .step-box h3.elementor-image-box-title {
    font-size: 20px;
    line-height: 26px;
  }

  .rigester-foam-sec .para_24 {
    width: 90% !important;
  }

  .steps-bf-sec .step-box:after {
    width: 47%;
    right: -70px;
  }

  br {
    display: none;
  }

  .cont_sec_one .head h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .cont_sec_one .box p.elementor-image-box-description a {
    font-size: 18px;
    line-height: 26px;
  }

  .cont_sec_one {
    padding-bottom: 50px;
  }

  .cont_sec_three .para_16 .elementor-widget-container,
  .cont_sec_three .para_16 p {
    height: 230px;
  }

  .inn_box p.elementor-image-box-description a {
    font-size: 14px;
    line-height: 14px;
  }

  .cont_sec_three .para_24 .elementor-widget-container,
  .cont_sec_three .para_24 p {
    width: 100%;
  }

  li span.eael-tab-title {
    font-size: 16px !important;
  }

  .event-box .elementor-image-box-description {
    font-size: 16px;
    line-height: 26px;
  }

  .contact_form label {
    margin: 0px;
    margin-top: -20px;
  }

  .event-order-sec.register-bf-sec .rigester-foam-sec {
    padding: 15px;
  }

  .rigester-foam-sec .col-md-6,
  .rigester-foam-sec .col-md-12 {
    padding: 0px 10px;
  }

  .event-order-sec.register-bf-sec video.elementor-video {
    height: 950px !important;
  }

  .event-box .elementor-image-box-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .event-order-sec {
    padding: 0;
  }

  .community-get-sec {
    padding: 0px;
  }

  .event-box .elementor-image-box-wrapper {
    height: 340px;
  }

  .gift-box > div {
    height: 600px;
  }

  .gift-card-box div#left-col {
    width: 35%;
  }

  .gift-card-box div#right-col {
    width: 65%;
    justify-content: end;
  }

  .card-buy:after {
    right: -92px;
    width: 85px;
    height: 50px;
  }

  .gift-sec-one .para_24 p {
    margin-bottom: 0px !important;
    padding-right: 20px;
  }

  .gift-sec-one .para_24 p:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .step-box:after {
    width: 43%;
    top: 70px;
    right: -62px;
  }

  .steps-gift-sec .head-80 h2 {
    line-height: 40px;
  }

  .flask-sec-one .head-30 h2 {
    font-size: 22px;
    line-height: 29px;
  }

  .our_menu_box_data .col-md-4 {
    flex: 50%;
    max-width: 50%;
  }

  .latest-eventtt ul.nav.nav-tabs {
    width: 25%;
  }

  .latest-eventtt .tab-content {
    width: 70%;
  }

  .latest-eventtt ul li a {
    font-size: 22px;
    line-height: 54px;
  }

  .our_menu_box_data .box .content {
    height: 290px;
  }

  .food_sec_one .right-col:before {
    width: 90%;
    height: 400px;
  }

  .food_sec_one .right-col img {
    width: 90%;
    height: 400px;
  }

  .error-404.not-found {
    margin-top: 150px;
  }

  .how-wrapper {
    height: 450px;
    padding: 20px;
  }

  .how-wrapper .how-img img {
    width: 70px;
    height: 70px !important;
  }

  .how-title h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .how-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .event-order-sec.register-bf-sec .para_24 .elementor-widget-container br,
  .event-order-sec.register-bf-sec .para_24 p br {
    display: block;
  }

  .gift-box .para_24 .elementor-widget-container,
  .gift-box .para_24 .elementor-widget-container p {
    min-height: 128px;
  }

  .card-buy {
    width: 30% !important;
  }

  .card-recive {
    width: 35% !important;
    margin-left: 20%;
  }

  .b-f-sec-two .img img {
    height: 450px !important;
  }

  .b-f-sec-two .box h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .time_inn_box .box .head-30 h2 {
    letter-spacing: 0;
    font-size: 21px;
  }

  .time_inn_box .box {
    padding: 15px;
  }

  .time_inn_box .box .para_16 .elementor-widget-container,
  .time_inn_box .box .para_16 p {
    line-height: 26px;
    font-size: 14px;
  }

  .time_inn_box .box .head_48 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about_new_three .box {
    width: 48% !important;
  }

  .about_new_three .box .elementor-widget-image-box {
    margin-bottom: 15px;
  }

  .about_new_three .elementor-inner-section > div {
    gap: 15px;
  }

  .green_st_sec .head h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .green_st_sec .right .para_24 span {
    display: block;
  }

  .GreenStreetcheck .wpcf7-list-item-label {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .buffet_sec .inner .content_head h2,
  .buffet_sec .inner_2 .content_head h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .buf_inner > div {
    gap: 0px;
  }

  .buf_inner .right {
    margin-left: 20px;
  }

  .buf_inner .left {
    margin-left: -20px;
  }

  .reward_sec.error-404.not-found h1 {
    font-size: 100px;
  }

  /* Our blogs detail Start */

  .single-blogs-page {
    padding-bottom: 50px;
  }

  .s-banner {
    height: 400px;
  }

  .s-blog-sec1::before {
    top: -20px;
    width: 220px;
    height: 500px;
  }

  :is(.s-content) :is(h2, h3, h4) {
    font-size: 26px;
    line-height: 28px;
  }

  .menu-list .menu-row:nth-child(even) .left-col {
    left: 20px;
  }

  .menu-cont {
    font-size: 18px;
    padding-right: 0px;
  }

  .menu-img {
    height: 300px;
  }

  .s-blog-sec2 .row1 {
    margin-bottom: 50px;
  }

  .new_menu_heading h2 {
    font-size: 28px;
  }

  /* Our blogs detail End */

  /* Home New Modal Start */

  .sizzled_sec .row {
    padding-bottom: 30px;
  }

  .some-head {
    width: 91%;
  }

  /* Home New Modal End */
}

/*Min Max End*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slough_sec .row {
    margin-top: 0px;
  }

  .header_test_btn .modal-menu-item {
    display: block !important;
  }

  body .indulge_video,
  body .indulge_video video {
    height: 500px !important;
  }

  .mobile_header .header-right-menu {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile_header .header-right-menu .locator_icon a img {
    width: 30px;
    height: 30px;
  }

  .mobile_header .header-right-menu .locator_icon {
    margin: 0px;
  }

  .banner_head_one.no_text {
    margin-top: 50px;
  }

  header#masthead {
    display: none;
  }

  .mobile_header {
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    top: 0px;
    width: 100%;
    padding: 15px;
  }

  .mobile_header.active {
    background-color: #111111 !important;
  }

  .mobile_header .site-branding {
    width: 100%;
    position: absolute;
    left: 0;
  }

  .mobile_header .site-branding img {
    width: 115px;
    height: auto;
  }

  .mobile_header .header-right-menu {
    position: relative;
    z-index: 1;
  }

  .menu-div-inner {
    display: none;
  }

  .menu_div_mobile {
    display: block;
  }

  .menu-div-wrapper {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .menu_div_mobile .menu-close-div {
    margin-top: 25px;
    padding: 0px 15px;
    position: absolute;
    right: 0px;
  }

  .menu_div_mobile .menu-close-div svg,
  .mobile_header .header-right-menu a img {
    width: 50px;
    height: 50px;
  }

  .mob_inn_menu {
    width: 75%;
    padding: 25px 20px;
    background: #0a0a0a;
    height: 100vh;
    position: relative;
  }

  .mob_inn_menu .site-branding img {
    width: 115px;
  }

  .mob_inn_menu .site-branding {
    text-align: left;
  }

  .mob_hide {
    display: none;
  }

  .bottom_btn {
    padding: 20px;
    margin-top: 20px;
  }

  .bottom_btn li {
    text-align: center;
  }

  .bottom_btn a {
    width: 50%;
    padding: 14px 0px;
  }

  .bottom_btn li:not(:last-child) a {
    margin-bottom: 10px;
  }

  .mob_inn_menu .mens ul li {
    text-align: left;
    border-bottom: 1px solid #f9bf13;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .mob_inn_menu .mens {
    margin-top: 20px;
  }

  .mob_inn_menu .mens ul li a {
    font-family: "Gilroy" !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }

  .mob_inn_menu .mens ul li a:hover,
  .mob_inn_menu .mens ul li.current-menu-item a {
    color: #f9bf13;
  }

  .banner_head h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .sec-one .left-text .elementor-widget-container {
    bottom: 50px;
    padding-left: 100px;
    right: -20px;
  }

  .sec-one .text .elementor-widget-container,
  .sec-one .text p {
    font-size: 20px;
    line-height: 24px;
  }

  .sec-one .left-text .elementor-widget-container:after {
    width: 130px;
    height: 28px;
    bottom: 60px;
  }

  .sec-one .right-text .elementor-widget-container {
    left: -10px;
    top: 80px;
  }

  .sec-one .right-text .elementor-widget-container:after {
    width: 20px;
    height: 20px;
    left: -30px;
  }

  .sec-one img {
    width: 90%;
  }

  .sec-one {
    margin-top: 100px;
  }

  .video-bg video.elementor-video {
    height: 550px !important;
  }

  .hm-left-col {
    width: 100% !important;
    top: 0px;
  }

  .sec-two .head h2 {
    font-size: 24px;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: left;
    top: 0px;
  }

  .sec-two .head h2 span {
    font-size: 26px;
    margin-top: 5px;
  }

  .hm-right-col {
    width: 100% !important;
    padding-left: 0px;
    margin: 0px;
  }

  .sec-two::before {
    width: 100px;
    height: 550px;
  }

  .home-carousel img.swiper-slide-image {
    height: 250px;
  }

  .home-carousel figcaption.elementor-image-carousel-caption {
    font-size: 18px;
    line-height: 40px;
  }

  .home-carousel .elementor-swiper-button {
    width: 40px;
    height: 40px;
  }

  .home-carousel .elementor-swiper-button svg {
    font-size: 18px;
  }

  .home-carousel-col:before {
    height: 330px;
  }

  .sec-two .elementor-container.elementor-column-gap-default {
    align-items: center;
  }

  .sec-two {
    padding: 50px 0px;
  }

  .content_btn a span,
  .newest_event a.load-more span {
    gap: 10px !important;
  }

  .sec-three .text .elementor-widget-container,
  .sec-three .text p {
    font-size: 16px;
    line-height: 26px;
  }

  .head-80 h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .sec-three .right-col-img img {
    height: 444px !important;
    width: 50%;
  }

  .head-55 h2 {
    font-size: 26px;
    line-height: 40px;
  }

  .sec-four h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .sec-four h3:before {
    right: -30px;
    width: 20px;
    height: 38px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-text {
    font-size: 16px;
    line-height: 26px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    top: 5px !important;
  }

  .sec-four {
    padding: 50px 0px;
  }

  .sec-four h4 {
    font-size: 16px;
    line-height: 20px;
  }

  .footerImg {
    display: none;
  }

  .footer ul li a {
    line-height: 40px;
  }

  .footer ul {
    padding-left: 25px;
  }

  .footer1 {
    text-align: center;
  }

  .footer1 img {
    width: 175px;
  }

  .footer .col-lg-2:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer {
    padding: 50px 0px;
  }

  footer#colophon:before {
    right: -10px;
    left: unset;
    transform: rotateY(180deg);
    width: 240px;
    height: 240px;
    bottom: 15px;
    z-index: 0;
  }

  .footer_social ul {
    justify-content: left;
    gap: 3%;
  }

  p.copyright {
    text-align: left;
  }

  .contact_info a {
    font-size: 16px;
  }

  .subscriber_form input.wpcf7-submit {
    height: 50px;
    padding: 15px 20px !important;
    padding-left: 60px !important;
    font-size: 12px;
    background-position: top 50% left 30px;
    width: auto;
  }

  .copyrights {
    padding: 20px 0px;
  }

  p.copyright {
    font-size: 14px;
    margin-top: 15px;
  }

  .footer_social ul li a {
    width: 45px;
    height: 45px;
  }

  .footer_social ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .newletter {
    padding: 50px 20px 50px;
    width: 100%;
  }

  .newletter h3 {
    font-size: 22px;
  }

  .subscriber_form {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .subscriber_form input.wpcf7-submit {
    height: 50px;
    padding: 10px 20px !important;
    padding-left: 60px !important;
    background-position: top 50% left 35px;
  }

  .footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    width: 100%;
    height: 500px;
    z-index: 0;
    background: rgba(188, 188, 188, 0.25);
    mix-blend-mode: normal;
    opacity: 0.26;
    filter: blur(100px);
  }

  .Google_sec {
    margin: 50px 0;
    margin-top: 120px;
  }

  .about_sec_one {
    padding-top: 50px;
  }

  .about_sec_four {
    padding: 50px 0px;
  }

  .about_sec_four .img img {
    height: 280px !important;
  }

  .about_sec_four .img:before {
    height: 360px;
  }

  .about_sec_four .head-60 h2 {
    width: 90%;
  }

  .allergen_post_slider .data {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .allergen_post_slider .card .card-body {
    overflow-x: scroll;
  }

  .allergen_post_slider ul.slice li {
    padding: 20px 18px;
    flex: 0 0 150px;
    height: 150px;
  }

  .allergen_post_slider .title {
    width: 80%;
    height: 150px;
    background: transparent;
    border-bottom: 1px solid #818181;
  }

  .allergen_post_slider ul.slice {
    display: flex;
    gap: 15px;
    width: 20%;
  }

  .allergen_post_slider .title .svg {
    display: block;
    -webkit-animation: mover1 0.8s infinite alternate;
    animation: mover1 0.8s infinite alternate;
  }

  @-webkit-keyframes mover1 {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translatex(5px);
    }
  }

  @keyframes mover1 {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translatex(5px);
    }
  }

  .allergen_post_slider ul.slice li img {
    margin: auto;
    width: 65px;
    height: 65px;
  }

  .allergen_post_slider ul.slice li p {
    font-size: 18px;
    line-height: 20px;
  }

  .allergen_post_slider {
    /*     width: 70%;
      margin: auto; */
    margin-top: 20px;
  }

  .para_30 .elementor-widget-container,
  .para_30 p {
    font-size: 16px;
    line-height: 30px;
  }

  .allergen_post_slider button.slick-arrow {
    top: unset;
    bottom: -80px;
  }

  .allergen_post_slider button.slick-arrow.slick-prev {
    left: 38%;
  }

  .allergen_post_slider button.slick-arrow.slick-next {
    right: 38%;
  }

  .allergen_post_slider button.slick-arrow:before {
    content: "\f061";
    position: absolute;
    right: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 20px;
  }

  .allergen_post_slider button.slick-arrow.slick-prev:before {
    content: "\f060";
  }

  .allergen_post_slider button.slick-arrow:hover {
    background: #fed500;
  }

  .allergen_post_slider button.slick-arrow:hover:before {
    color: #000;
  }

  .allergen_post_slider button.slick-arrow {
    background: #37363e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .allergen_sec .para_30 {
    margin-top: 60px;
  }

  .allergen_sec {
    margin-bottom: 50px;
  }

  .banner_head_one.no_text {
    margin-top: 100px;
  }

  .allergen_post_slider .title h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .b-f-sec {
    padding: 50px 0;
  }

  .home-carousel.franch_carousel img.swiper-slide-image {
    height: 300px;
  }

  .home-carousel.franch_carousel.f_blog_carousel img.swiper-slide-image {
    height: 300px;
  }

  .steps-gift-sec .head-80 h2 {
    line-height: 30px;
  }

  .steps-bf-sec .step-box:after {
    width: 23%;
    right: -28px;
    top: 65px;
  }

  .step-box h3.elementor-image-box-title {
    font-size: 18px;
    line-height: 24px;
  }

  .steps-bf-sec .step-box {
    width: 100% !important;
  }

  .steps-gift-sec {
    padding: 50px 0px 200px;
  }

  .rigester-foam-sec .para_24 {
    width: 100% !important;
  }

  .rigester-foam-sec {
    padding: 20px;
  }

  div#exampleModalCenter .modal-dialog {
    max-width: 720px !important;
  }

  .cont_sec_one,
  .cont_sec_two {
    padding: 50px 0px;
  }

  .cont_sec_one .head h2 {
    font-size: 30px;
  }

  .cont_sec_one .left-col .elementor-widget-wrap.elementor-element-populated {
    width: 100%;
  }

  .cont_sec_one .box p.elementor-image-box-description a {
    font-size: 16px;
    line-height: 26px;
  }

  .cont_sec_one .box figure.elementor-image-box-img {
    width: 50px !important;
  }

  .content_head h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .head_48 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .inn_box
    .elementor-column.elementor-col-33
    .elementor-widget-wrap.elementor-element-populated {
    padding: 10px;
  }

  .inn_box .head h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .cont_sec_three .para_16 .elementor-widget-container,
  .cont_sec_three .para_16 p {
    height: 315px;
  }

  .inn_box p.elementor-image-box-description a {
    font-size: 13px;
    line-height: 18px;
    display: block;
  }

  .community-get-sec .rigester-foam-sec {
    margin-top: 0px;
  }

  .event-box .elementor-image-box-wrapper {
    padding: 15px;
    height: 310px;
  }

  .event-box .elementor-image-box-description {
    font-size: 14px;
    line-height: 24px;
  }

  .event-order-sec.register-bf-sec .elementor-column.elementor-col-50 {
    width: 100%;
  }

  .event-order-sec.register-bf-sec video.elementor-video {
    height: auto !important;
  }

  .event-box figure.elementor-image-box-img img {
    width: 100%;
    height: 50px;
    object-fit: contain;
  }

  .gift-box .gift-box-img,
  .gift-box .head-45,
  .gift-box .para_24 {
    padding: 0 15px;
  }

  .head-45 h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .gift-box .para_24 .elementor-widget-container,
  .gift-box .para_24 p {
    line-height: 26px;
  }

  .shop-gift-sec {
    padding: 0px 0 50px;
  }

  .gift-box > div {
    height: 550px;
  }

  .gift-box .para_24 .elementor-widget-container,
  .gift-box .para_24 .elementor-widget-container p {
    min-height: 104px;
  }

  .gift-sec-one {
    padding: 50px 0px 50px;
  }

  .gift-card-box div#right-col {
    width: 45%;
  }

  .gift-card-box div#left-col {
    width: 30%;
  }

  .gift-card-box .elementor-container.elementor-column-gap-default {
    justify-content: space-between;
  }

  .card-buy li > .elementor-icon-list-text {
    font-size: 14px !important;
    line-height: 27px !important;
  }

  .card-buy:after {
    right: -88px;
    width: 80px;
  }

  .steps-gift-inner-sec {
    width: 100% !important;
  }

  .step-box:after {
    width: 44%;
    top: 70px;
    right: -66px;
  }

  .terms-row span.wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 14px;
  }

  .flask-sec-one .head-30 h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .flask-sec-one .elementor-element-ac4397f.head-30 h2 {
    font-size: 18px;
    line-height: 28px;
    padding: 15px;
  }

  .flask-sec-one {
    padding: 40px 0px 50px;
  }

  .steps-flask-sec {
    padding: 50px 0px;
  }

  .Google_sec.iframe_Sec {
    margin-top: 90px;
  }

  .food_sec_one .right-col img,
  .food_sec_one .right-col:before {
    height: 300px;
  }

  .latest-eventtt ul li a {
    font-size: 16px;
    line-height: 45px;
  }

  .latest-eventtt ul li a.active,
  .latest-eventtt ul li a:hover {
    padding-left: 15px;
  }

  .our_menu_box_data .box .content {
    padding: 15px;
    padding-top: 20px;
  }

  .our_menu_box_data .box .content h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .our_menu_box_data .box .content p,
  .our_menu_box_data .box .content li {
    font-size: 13px;
    line-height: 22px;
  }

  .our_menu_box_data .box .img img {
    width: 150px;
    height: 150px;
  }

  .float_btn_order {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 2;
  }

  .float_btn_order .nav_btn.mob_hide {
    display: block !important;
  }

  .event-order-sec.register-bf-sec .para_24 .elementor-widget-container br,
  .event-order-sec.register-bf-sec .para_24 p br {
    display: block;
  }

  .card-recive {
    width: 45% !important;
    margin-left: 20%;
  }

  .b-f-sec-two .box figure.elementor-image-box-img img {
    width: 55px;
  }

  .b-f-sec-two .box p {
    font-size: 14px;
    line-height: 24px;
  }

  .green_st_sec .right {
    padding-left: 0px;
  }

  .green_st_sec .right .para_24 {
    padding-right: 0px;
  }

  .GreenStreetcheck .wpcf7-list-item-label {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .green_st_sec .right .row.terms-row {
    margin: 20px -15px !important;
    margin-bottom: 0px !important;
  }

  .buffet_sec > .elementor-container {
    max-width: 70% !important;
  }

  .buffet_sec .inner .content_head h2,
  .buffet_sec .inner_2 .content_head h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .about_new_three
    .box
    .elementor-widget-container
    .elementor-image-box-wrapper {
    bottom: -71px;
  }

  .reward_sec.error-404.not-found h1 {
    font-size: 80px;
  }

  /* Our blogs Start */

  .newest_event .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* Our blogs End */

  /* Our blogs detail Start */

  .single-blogs-page {
    padding-bottom: 30px;
  }

  .s-blog-sec1 {
    padding: 120px 0 50px;
  }

  .s-banner {
    height: 300px;
  }

  .s-blog-sec1::before {
    top: 70px;
    width: 180px;
    height: 400px;
  }

  :is(.s-content) :is(h2, h3, h4) {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .menu-row {
    margin-bottom: 50px;
    /* flex-direction: column-reverse; */
  }

  .menu-row:last-child {
    margin-bottom: 50px;
  }

  .menu-row .left-col,
  .menu-row .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-list .menu-row:nth-child(even) {
    /* flex-direction: column-reverse; */
  }

  .menu-list .menu-row:nth-child(even) .left-col {
    left: 0px;
  }

  .menu-incl {
    margin-bottom: 30px;
  }

  .menu-cont {
    font-size: 18px;
    padding-right: 0px;
  }

  .menu-img {
    width: 100%;
    height: 450px;
    /* margin-bottom: 30px; */
  }

  .menu-list .menu-row:nth-child(even) .menu-img {
    margin-bottom: 30px;
  }

  .s-blog-sec2 .row1 {
    margin-bottom: 50px;
  }

  .new_menu_heading h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* Our blogs detail End */

  /* Home New Modal Start */

  .some-head {
    width: 76%;
  }

  /* Home New Modal End */
}

/*Landscape*/

@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .scroll_f {
    height: 300px;
    overflow-x: scroll;
  }

  div#exampleModalCenter {
    overflow-y: scroll;
  }
}

@media only screen and (min-width: 200px) and (max-width: 767px) and (orientation: landscape) {
  .scroll_f {
    height: 240px;
    overflow-x: scroll;
  }

  .bottom_btn li {
    text-align: center;
  }

  .bottom_btn a {
    width: 60% !important;
  }

  div#exampleModalCenter {
    overflow-y: scroll;
  }
}

/*Landscape End*/
@media (max-width: 1199px) {
  .concert_popup_sec h1 {
    font-size: 108.277px;
    line-height: 112px;
  }
  .concert_popup_sec h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .concert_popup_sec h4 span {
    font-size: 22px;
  }
  .concert_popup_sec h3 {
    font-size: 18px;
  }
  .concert_popup_sec {
    padding: 40px 50px;
  }
  .landing_hero_sec h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .landing_hero_sec h2 {
    font-size: 18px;
  }
  .landing_hero_sec .para_24 .elementor-widget-container {
    padding-right: 0px;
  }
  .landing_hero_sec .para_24 .elementor-widget-container,
  .landing_hero_sec .para_24 p {
    line-height: 30px;
    font-size: 16px;
  }
  .landing_hero_sec h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .landing_hero_sec .content_btn a {
    padding: 20px 50px !important;
    padding-left: 65px !important;
    font-size: 14px;
    background-position: top 50% left 40px;
    margin-top: 10px;
  }
  .landing_hero_sec:after {
    width: 200px;
  }
  .landing_hero_sec .elementor-background-overlay:before {
    width: 650px;
    background-size: 100%;
  }
  .as_land_sec1 {
    padding: 50px 0px;
  }
  .as_land_sec1 .heading h2 {
    font-size: 45px;
    width: 80%;
    margin: auto;
    line-height: 50px;
  }
  .as_land_sec1 .heading h3 {
    font-size: 34px;
    line-height: 45px;
  }
  .popup_count_box1 .count .box span:nth-child(2) {
    font-size: 35.5691px;
    line-height: 40px;
  }
  .popup_count_box1 .count .box span:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
  }
  .popup_count_box1 .count .box {
    width: 100px;
    height: 100px;
  }
  .popup_count_box1,
  .popup_count_box1 .count {
    gap: 30px;
  }
  .popup_count_box1 {
    width: 75%;
  }
  .as_land_sec1 .img_box .img2 {
    width: 550px;
    height: 330px;
    top: 100px;
  }
  .as_land_sec1 .img_box .img1 {
    width: 540px;
    height: 321px;
  }
  .as_land_sec1:after {
    bottom: 250px;
    width: 290px;
    height: 200px;
  }
  .as_land_sec1:before {
    width: 340px;
    height: 200px;
    bottom: 110px;
  }
  .as_land_sec2 .inner {
    width: 100% !important;
    margin: 30px auto;
  }
  .as_land_sec2 {
    padding-bottom: 50px;
  }
  .as_land_sec2 .inner .box.img2:before,
  .as_land_sec2 .inner .box.img2:after {
    width: 66px;
    height: 35px;
    left: -40px;
    top: 85px;
  }
  .as_land_sec2 .inner .box.img2:after {
    left: unset;
    right: -41px;
  }
  .as_land_sec4:before {
    height: 80%;
    bottom: 70px;
  }
  .as_land_sec4:after {
    bottom: 40px;
    height: 120px;
  }
  .as_land_sec4 .elementor-widget-image img {
    width: 90%;
  }
  .as_land_sec4 {
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
  .header_test_btn {
    width: 20%;
    text-align: right;
    position: relative;
    margin-left: auto;
  }
  .about_timeline_sec {
    padding: 50px 0px;
    margin-top: 50px;
  }

  .about_new_three {
    padding: 50px 0px;
  }

  .time_inn_box.one .box:nth-child(odd) .para_16 {
    display: block;
  }

  .time_inn_box.one .box:nth-child(even) .elementor-widget-heading {
    display: block;
  }

  .time_inn_box.one .box:nth-child(odd) .head-30 {
    margin-bottom: 20px !important;
  }

  .time_inn_box .box {
    padding: 15px;
    width: 47% !important;
    border: 1px solid #f9bf13;
    margin: 10px;
  }

  .time_inn_box.two {
    display: none;
  }

  .time_inn_box.one .box:nth-child(odd) > div {
    align-content: start !important;
  }

  .about_new_three .box {
    width: 100% !important;
  }
  div#popmake-2898 {
    max-width: 750px !important;
    width: 750px !important;
  }
  .concert_popup_sec {
    padding: 40px 0px;
  }
  .concert_popup_sec .right .img {
    width: 360px;
    height: 427px;
  }
  .landing_hero_sec h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .landing_hero_sec h2 {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .landing_hero_sec .para_24 .elementor-widget-container,
  .landing_hero_sec .para_24 p {
    line-height: 28px;
    font-size: 14px;
  }
  .landing_hero_sec .content_btn a {
    padding: 16px 30px !important;
    padding-left: 45px !important;
    font-size: 12px;
    background-position: top 50% left 20px;
    margin-top: 0px;
  }
  .landing_hero_sec .elementor-background-overlay:before {
    width: 450px;
    background-size: cover;
  }
  .landing_hero_sec:before,
  .as_land_sec4:after {
    height: 100px;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, #101010 45%);
  }
  .as_land_sec1 .heading h4 {
    font-size: 20px;
  }
  .as_land_sec1 .heading h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .as_land_sec1 .heading h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .popup_count_box1 {
    display: block;
    text-align: center;
  }

  .popup_count_box1 .count {
    justify-content: center;
  }
  .popup_count_box1 h2 {
    font-size: 26px;
    line-height: 45px;
  }
  .as_land_sec1 .img_box .img2 {
    width: 440px;
    height: 261px;
    top: 100px;
  }
  .as_land_sec1 .img_box .img1 {
    width: 440px;
    height: 261px;
  }
  .as_land_sec1 .img_box {
    padding-bottom: 60px;
  }
  .as_land_sec1:after {
    bottom: 200px;
    width: 230px;
    height: 150px;
  }
  .as_land_sec1:before {
    width: 230px;
    height: 150px;
    bottom: 100px;
  }
  .as_land_sec2 .inner .box figure.elementor-image-box-img img {
    width: 150px;
    height: 150px;
  }
  .as_land_sec2 .inner .box.img2:before,
  .as_land_sec2 .inner .box.img2:after {
    width: 48px;
    height: 25px;
    left: -34px;
    top: 65px;
  }
  .as_land_sec2 .inner .box.img2:after {
    left: unset;
    right: -32px;
  }
  .as_land_sec2 .inner .box p {
    font-size: 14px;
  }
  .as_land_sec2 .inner .box h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .as_land_sec3 .elementor-column.elementor-col-20 {
    width: 49% !important;
  }
  .as_land_sec4 {
    padding-bottom: 0;
  }
  .as_land_sec4:after {
    bottom: -30px;
    height: 120px;
  }
  .as_land_sec4:before {
    height: 80%;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .p_timeline_sec .box:nth-child(odd) .para_16:before,
  .p_timeline_sec .box:nth-child(even) .title:before {
    display: none;
  }

  .p_timeline_sec .box:nth-child(odd) .para_16,
  .p_timeline_sec .box:nth-child(even) .title {
    border: none;
  }

  .p_timeline_sec .box .title,
  .p_timeline_sec .box .para_16 {
    height: auto;
    padding: 0px;
  }

  .p_timeline_sec,
  .p_timeline_sec .box {
    width: 100%;
    display: block;
  }

  .p_timeline_sec .box {
    padding: 30px;
    border: 1px solid #f9bf13;
    margin-top: 20px;
  }

  .about_timeline_sec .elementor-shortcode {
    padding: 20px;
  }

  .p_timeline_sec .box .head_48 {
    margin-bottom: 10px !important;
  }

  /* 	.p_timeline_sec .box .head_48 h2 {
        font-size: 48px;
    } */
  .p_timeline_sec .box .head-30 {
    margin-bottom: 20px !important;
  }

  /* 	    .p_timeline_sec .box .head-30 h2 {
        font-size: 30px;
    } */
  .slough_sec .content {
    text-align: center;
  }

  .slough_sec .row {
    margin-top: 20px;
  }

  .contact_form.new_check label {
    margin: 0px;
    line-height: 20px;
  }

  .allergen_sec > div {
    padding: 10px;
  }

  .header_test_btn {
    width: 32%;
  }

  .header_test_btn .modal-menu-item {
    display: block !important;
  }

  .header_test_btn .modal-menu-item a {
    padding: 10px 12px;
    font-size: 9px;
  }

  body .indulge_video,
  body .indulge_video video {
    height: 400px !important;
    margin-bottom: 50px;
  }

  .slough_sec .content_btn {
    text-align: center;
  }

  .event-order-sec.register-bf-sec .para_24 .elementor-widget-container br,
  .event-order-sec.register-bf-sec .para_24 p br {
    display: block;
  }

  .footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    width: 100%;
    height: 500px;
    z-index: 0;
    background: rgba(188, 188, 188, 0.25);
    mix-blend-mode: normal;
    opacity: 0.26;
    filter: blur(100px);
  }

  .mobile_header .header-right-menu {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile_header .header-right-menu .locator_icon a img {
    width: 30px;
    height: 30px;
  }

  .mobile_header .header-right-menu .locator_icon {
    margin: 0px;
  }

  .banner_head_one.no_text {
    margin-top: 50px;
  }

  .banner_head_one .para_24 .elementor-widget-container,
  .banner_head_one .para_24 p {
    line-height: 28px;
  }

  header#masthead {
    display: none;
  }

  .mobile_header {
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    top: 0px;
    width: 100%;
    padding: 15px;
    padding-top: 25px;
  }

  .mobile_header.active {
    background-color: #111111 !important;
  }

  .mobile_header .site-branding {
    width: 100%;
    position: absolute;
    left: 0;
  }

  .mobile_header .site-branding img {
    width: 115px;
    height: auto;
  }

  .mobile_header .header-right-menu {
    position: relative;
    z-index: 1;
  }

  .menu-div-inner {
    display: none;
  }

  .menu_div_mobile {
    display: block;
  }

  .menu-div-wrapper {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .menu_div_mobile .menu-close-div {
    margin-top: 25px;
    padding: 0px 15px;
    position: absolute;
    right: 0px;
  }

  .menu_div_mobile .menu-close-div svg,
  .mobile_header .header-right-menu a img {
    width: 50px;
    height: 50px;
  }

  .mob_inn_menu {
    width: 75%;
    padding: 25px 20px;
    background: #0a0a0a;
    height: 100vh;
    position: relative;
  }

  .mob_inn_menu .site-branding img {
    width: 115px;
  }

  .mob_inn_menu .site-branding {
    text-align: left;
  }

  .mob_hide {
    display: none !important;
  }

  .bottom_btn {
    padding: 20px;
    margin-top: 20px;
  }

  .bottom_btn a {
    width: 100%;
    text-align: center;
    padding: 12px 0px;
  }

  .bottom_btn li:not(:last-child) a {
    margin-bottom: 10px;
  }

  .mob_inn_menu .mens ul li {
    text-align: left;
    border-bottom: 1px solid #f9bf13;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .mob_inn_menu .mens {
    margin-top: 20px;
  }

  .mob_inn_menu .mens ul li a {
    font-family: "Gilroy" !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.05em;
    color: #ffffff;
  }

  .mob_inn_menu .mens ul li a:hover,
  .mob_inn_menu .mens ul li.current-menu-item a {
    color: #f9bf13;
  }

  .sec-one {
    padding: 0px 15px;
    margin-top: 110px;
  }

  .banner_head h1 {
    font-size: 40px;
    line-height: 38px;
  }

  .sec-one .left-text .elementor-widget-container {
    bottom: -20px;
    padding-left: 50px;
    right: 0px;
  }

  .sec-one .text .elementor-widget-container,
  .sec-one .text p {
    font-size: 14px;
    line-height: 16px;
  }

  .sec-one .inner-sec {
    margin-top: -30px;
  }

  .sec-one img {
    width: 100%;
    object-fit: cover;
  }

  .sec-one .left-text .elementor-widget-container:after {
    width: 55%;
    right: 0px;
    bottom: 15px;
  }

  .sec-one .right-text .elementor-widget-container {
    top: 30px;
    left: -10px;
  }

  .sec-one .right-text .elementor-widget-container:after {
    width: 15px;
    height: 15px;
    background-size: cover;
    left: -20px;
    top: 0px;
  }

  video.elementor-video {
    height: 450px !important;
  }

  .hm-left-col,
  .hm-right-col,
  .sec-two .left-col,
  .home-carousel-col {
    width: 100% !important;
    top: 0px;
  }

  .sec-two {
    padding-bottom: 70px;
    padding-top: 10px;
  }

  .hm-right-col {
    margin: 0px;
    padding: 0px;
  }

  .sec-two .head h2 {
    font-size: 22px;
    writing-mode: unset;
    transform: unset;
    margin-bottom: 20px;
    top: 0px;
  }

  .sec-two .head h2 span {
    font-size: 43px;
    margin-top: 10px;
    position: relative;
  }

  .sec-two .head h2 span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    width: 60%;
    height: 5px;
    background-image: url(/wp-content/uploads/2024/06/line.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
  }

  .sec-two:after {
    display: none;
  }

  .hm-right-col {
    text-align: center;
  }

  .sec-two .text .elementor-widget-container,
  .sec-two .text p {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    width: 90%;
    margin: auto;
  }

  .sec-two::before {
    display: none;
  }

  .home-carousel figcaption.elementor-image-carousel-caption {
    font-size: 16px;
    line-height: 40px;
  }

  .home-carousel img.swiper-slide-image {
    height: 300px;
  }

  .home-carousel-col {
    margin-top: 30px;
  }

  .home-carousel-col:before {
    top: 0px;
    height: 340px;
  }

  .content_btn a,
  .newest_event a.load-more {
    padding: 18px 22px !important;
    font-size: 12px;
    padding-left: 40px !important;
    background-position: top 50% left 20px;
  }

  .rigester-foam-sec input.wpcf7-submit,
  .contact_form input.wpcf7-submit {
    padding: 17px 22px !important;
    font-size: 12px;
    padding-left: 40px !important;
    background-position: top 50% left 20px;
  }

  .sec-three {
    padding: 50px 0px;
    padding-bottom: 0px;
  }

  .sec-three .head-80 h2 br {
    display: none;
  }

  .sec-three .small,
  .sec-three .head-80 {
    margin-bottom: 10px !important;
  }

  .sec-three .right-col-img {
    position: relative !important;
    margin-top: 30px;
  }

  .sec-three .left-col {
    text-align: center;
  }

  .small h3 {
    font-size: 14px;
    line-height: 25px;
  }

  .sec-three .head-80 h2 {
    padding: 0px 20px;
  }

  .head-80 h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .sec-three h2 .dotdesign:before {
    width: 23px;
    height: 23px;
    background-size: cover;
    bottom: 10px;
    left: 5px;
  }

  .sec-three .text .elementor-widget-container,
  .sec-three .text p {
    font-size: 16px;
    line-height: 32px;
    padding: 0px 10px;
    width: 100%;
    font-weight: 400;
  }

  .sec-three .right-col .elementor-element-populated {
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }

  .sec-three .right-col-img img {
    height: 100% !important;
    width: 100%;
  }

  .sec-four {
    padding: 70px 0px;
    padding-bottom: 0px;
  }

  .sec-four .elementor-column-gap-default {
    flex-direction: column-reverse;
    padding: 0px 15px;
  }

  .head-55 h2 {
    font-size: 26px;
    line-height: 37px;
  }

  .sec-four h3 {
    font-size: 16px;
    line-height: 32px;
  }

  .sec-four h3:before {
    width: 15px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    right: -30px;
    bottom: 3px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-text {
    font-size: 16px;
    line-height: 32px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    top: 8px !important;
  }

  .sec-four .left-col-img img {
    height: auto !important;
    object-position: center;
  }

  .sec-four .left-col-img {
    margin-top: 20px;
  }

  .sec-five .elementor-column-gap-default {
    flex-direction: unset;
  }

  .sec-five {
    padding: 70px 0px;
    padding-top: 0px;
  }

  .sec-four.sec-five .content_btn {
    text-align: center;
  }

  .sec-four h4 {
    font-size: 16px;
    line-height: 32px;
  }

  .sec-four .para .elementor-widget-container,
  .sec-four .para p {
    font-size: 16px;
    line-height: 32px;
  }

  .sec-five .left-col-img {
    margin-top: 30px;
  }

  .footerImg {
    display: none;
  }

  .footer ul li a {
    line-height: 40px;
  }

  .footer ul {
    padding-left: 25px;
  }

  .footer1 {
    text-align: center;
  }

  .footer1 img {
    width: 175px;
  }

  .footer .col-lg-2:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer {
    padding: 50px 0px;
  }

  footer#colophon:before {
    right: -10px;
    left: unset;
    transform: rotateY(180deg);
    width: 240px;
    height: 240px;
    bottom: 15px;
    z-index: 0;
  }

  .footer_social ul {
    justify-content: center;
    gap: 3%;
  }

  p.copyright {
    text-align: center;
  }

  .contact_info a {
    font-size: 16px;
  }

  .subscriber_form input.wpcf7-submit {
    height: 50px;
    padding: 15px 20px !important;
    padding-left: 60px !important;
    font-size: 12px;
    background-position: top 50% left 30px;
    width: auto;
  }

  .copyrights {
    padding: 20px 0px;
  }

  p.copyright {
    font-size: 14px;
    margin-top: 15px;
  }

  .footer_social ul li a {
    width: 45px;
    height: 45px;
  }

  .footer_social ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .banner_head_one h1 {
    font-size: 36px;
    line-height: 50px;
    margin: 0px 10px;
    display: inline;
  }

  .banner_head_one {
    margin-top: 100px;
  }

  .banner_head_one h1:before {
    left: -30px;
    top: -20px;
    width: 30px;
    height: 30px;
    background-size: cover;
  }

  .para_24 .elementor-widget-container,
  .para_24 p {
    font-size: 16px;
    line-height: 32px;
  }

  .banner_head_one .para_24 {
    width: 98% !important;
    margin: auto;
  }

  .inner_banner_sec {
    height: 360px;
  }

  .inner_banner_sec:after {
    width: 170px;
    height: 120px;
    bottom: -110px;
    left: -30px;
  }

  .cont_sec_one .left-col .elementor-widget-wrap.elementor-element-populated {
    width: 100%;
    margin-bottom: 40px;
  }

  .cont_sec_one .head h2 {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    display: block;
  }

  .cont_sec_one {
    padding: 0px;
  }

  .cont_sec_one .head h2:before {
    right: 0;
    margin: auto;
  }

  .cont_sec_one .para_24 {
    text-align: center;
  }

  .cont_sec_one .head h4 {
    font-size: 22px;
    line-height: 40px;
    text-align: center;
  }

  .cont_sec_one .box p.elementor-image-box-description a {
    font-size: 18px;
    line-height: 40px;
    margin-top: 10px;
    display: block;
  }

  .head_48 h2 {
    font-size: 40px;
    line-height: 34px;
  }

  .contact_form textarea {
    height: 150px;
  }

  .content_head h3 {
    font-size: 14px;
    line-height: 19px;
  }

  .content_head h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .accord_Sec .elementor-accordion-item .elementor-tab-title a {
    font-size: 18px;
    line-height: 24px;
  }

  .accord_Sec .elementor-accordion-item .elementor-tab-content a {
    word-break: break-all;
  }

  .cont_sec_two {
    padding: 30px 0px;
  }

  .cont_sec_three .para_24 .elementor-widget-container,
  .cont_sec_three .para_24 p {
    width: 100%;
    font-size: 16px;
    margin: 0px !important;
    margin-top: 20px !important;
  }

  .inn_box .head h3 {
    font-size: 22px;
    line-height: 32px;
  }

  .inn_box .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    text-align: left !important;
  }

  .inn_box p.elementor-image-box-description a {
    font-size: 16px;
    line-height: 22px;
  }

  .inn_box .elementor-image-box-wrapper figure.elementor-image-box-img {
    margin-right: 10px !important;
    width: 35px !important;
  }

  .inn_box
    .elementor-column.elementor-col-33
    .elementor-widget-wrap.elementor-element-populated {
    padding: 10px;
  }

  .cont_sec_three .para_16 .elementor-widget-container,
  .cont_sec_three .para_16 p {
    height: auto;
    font-size: 16px;
    line-height: 32px;
  }

  .cont_sec_three {
    padding-bottom: 60px;
  }

  /* Our Shop Page Start */
  .gift-box .para_24 .elementor-widget-container,
  .gift-box .para_24 .elementor-widget-container p {
    min-height: auto;
  }

  .shop-gift-sec {
    padding: 70px 0 40px;
  }

  .gift-box > div {
    height: auto;
    padding: 50px 15px !important;
    margin: 0 0px 30px;
  }

  .gift-box-img img {
    height: 280px !important;
    object-fit: contain;
  }

  .gift-box .content_btn .elementor-widget-container {
    margin: 0px !important;
  }

  .gift-box .gift-box-img,
  .gift-box .head-45,
  .gift-box .para_24 {
    padding: 0 40px;
  }

  .gift-box#right-col .content_btn {
    margin-top: 50px;
  }

  /* Our Shop Page End */

  /* Footer Newsletter Start */

  .newletter {
    padding: 50px 20px 50px;
    width: 100%;
  }

  .newletter h3 {
    font-size: 22px;
  }

  .subscriber_form {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  /* Footer Newsletter End */

  /* Gift Card Start */

  .gift-sec-one .para_24 p {
    padding-right: 0;
  }

  .card-buy > div {
    width: 100%;
  }

  .card-buy#left-col > div {
    margin-bottom: 150px !important;
  }

  .card-buy {
    width: 100% !important;
  }

  .card-recive {
    width: 100% !important;
    margin-left: 0%;
  }

  .card-buy:after {
    right: 0;
    left: 0;
    top: 230px;
    bottom: 0;
    width: 136px;
    height: 42px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .steps-gift-sec {
    padding: 70px 0px 200px;
  }

  .step-box {
    width: 100% !important;
    margin: 0 auto 80px;
  }

  .step-box:after {
    width: 1px;
    height: 75px;
    top: unset;
    bottom: -85px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .step-box .elementor-image-box-img img {
    width: 100%;
  }

  .steps-gift-inner-sec .elementor-element-cbd6ea0 .step-box {
    margin: 0 auto;
  }

  .rigester-foam-sec {
    padding: 30px 10px;
    height: auto;
    margin-top: 50px;
  }

  .head-60 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .rigester-foam-sec .para_24 {
    width: 100% !important;
  }

  .terms-row span.wpcf7-list-item {
    margin-left: 0;
    display: block;
  }

  span.wpcf7-form-control.wpcf7-radio label {
    margin: 0px;
  }

  .terms-row span.wpcf7-list-item label span.wpcf7-list-item-label {
    font-size: 14px;
    margin-bottom: 20px;
  }

  /* Gift Card End */

  /* Flask Start */

  .flask-sec-one {
    padding: 70px 0px 50px;
  }

  .head-30 h2 {
    font-size: 20px;
  }

  .flask-sec-one .elementor-element-ac4397f.head-30 h2 {
    font-size: 20px;
    line-height: normal;
    padding: 15px;
  }

  .flask-inner-sec-one {
    padding: 30px 10px;
  }

  .head-36 h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .steps-flask-sec {
    padding: 50px 0px 50px;
  }

  /* Flask End */

  /* Become Franchise Page Start*/

  .b-f-sec {
    padding: 30px 0;
  }

  .b-f-sec .left-col {
    margin-top: 25px;
  }

  .steps-bf-sec {
    padding: 30px 0px 100px;
  }

  .steps-bf-sec .head-80 h2 {
    line-height: 40px;
  }

  .steps-bf-sec .steps-gift-inner-sec {
    padding-top: 0px;
  }

  .steps-bf-sec .step-box {
    width: 100% !important;
  }

  .steps-bf-sec .step-box:after {
    width: 1px;
    right: 0;
  }

  /* Become Franchise Page End*/

  .food_sec_one .right-col img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
  }

  .food_sec_one .right-col:before {
    width: 97%;
    height: 350px;
    left: 0px;
  }

  .food_sec_one .right-col {
    margin-bottom: 50px;
  }

  .explore_par_sec {
    text-align: center;
  }

  .explore_par_sec .right-col .content_btn {
    text-align: center;
    margin-top: 20px;
  }

  .latest-eventtt ul.nav.nav-tabs,
  .latest-eventtt .tab-content {
    float: unset;
    width: 90%;
    margin: 0px auto !important;
  }

  .our_menu_box_data {
    margin-top: 0px;
  }

  .our_menu_box_data .box .content {
    height: 100%;
  }

  .head-40 h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .para_18 .elementor-widget-container,
  .para_18 p {
    font-size: 16px;
    line-height: 26px;
  }

  .para_24 .elementor-widget-container br,
  .para_24 p br {
    display: none;
  }

  input.wpcf7-submit {
    line-height: 14px;
  }

  .cont_sec_two {
    padding: 60px 0px;
  }

  .accord_Sec {
    margin-top: 30px;
  }

  .accord_Sec .elementor-accordion-item .elementor-tab-title {
    align-items: flex-start;
    padding: 15px !important;
  }

  .accord_Sec
    .elementor-accordion-item
    .elementor-tab-title
    span.elementor-accordion-icon {
    top: 7px;
    position: relative;
  }

  .shop-gift-sec h2,
  .gift-box h2 {
    font-size: 36px;
    line-height: 50px;
    height: 70px;
  }

  .head-45 h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .about_sec_one {
    padding-top: 0px;
  }

  .about_sec_two .left-col {
    width: 70%;
  }

  .about_sec_two .right-col {
    width: 55% !important;
    top: 110px;
    right: 20px;
  }

  .about_sec_two .img img {
    height: 230px !important;
  }

  .about_sec_two .right-col .img img {
    height: 200px !important;
  }

  .about_sec_two .right-col:before {
    width: 70px;
    height: 200px;
    right: -10px;
  }

  .about_sec_two {
    padding-bottom: 130px;
  }

  .about_sec_four {
    padding: 50px 0px;
    background-image: none !important;
  }

  .about_sec_four .elementor-container.elementor-column-gap-default {
    flex-direction: column-reverse;
  }

  .about_sec_four .img img {
    height: 300px !important;
  }

  .about_sec_four .img:before {
    height: 300px;
    width: 100%;
    top: -95px;
  }

  .about_sec_four .para_24 {
    width: 100% !important;
  }

  .about_sec_four .img {
    margin-bottom: 30px !important;
  }

  .event-tab-sec .eael-tabs-nav ul {
    width: 100%;
    margin: 0 auto !important;
    gap: 15px;
  }

  .event-tab-sec .eael-tabs-nav ul > li {
    padding: 13px 25px !important;
    width: 100% !important;
  }

  .eael-tabs-content > div {
    padding: 1em 0 !important;
    padding-bottom: 0px !important;
  }

  .event-box .elementor-image-box-title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .event-box .elementor-image-box-description {
    font-size: 20px;
    line-height: 30px;
  }

  .event-box .elementor-image-box-wrapper {
    padding: 30px 20px;
    height: auto;
  }

  .event-order-sec {
    padding: 40px 0 0;
    height: auto;
  }

  .rigester-foam-sec .para_24 p {
    font-weight: 300;
    font-size: 18px;
  }

  .contact_form input,
  .contact_form textarea,
  .contact_form select {
    font-size: 14px;
  }

  input[type="date"]::-webkit-calendar-picker-indicator,
  input[type="time"]::-webkit-calendar-picker-indicator {
    font-size: 20px;
  }

  .register-bf-sec .p-checkbox,
  .register-bf-sec .p-checkbox p {
    display: block;
  }

  .register-bf-sec span.wpcf7-list-item-label {
    font-size: 16px !important;
  }

  .community-get-sec {
    padding: 50px 0 0;
    padding-top: 0px;
  }

  .community-get-sec .rigester-foam-sec {
    margin-top: 0px;
  }

  .event-order-sec {
    padding-top: 0px;
  }

  .how-slider .slick-slideshow__slide:not(:last-child) {
    margin-bottom: 20px;
  }

  .how-slider {
    width: 100%;
  }

  .b-values-col > div {
    padding-right: 10px !important;
  }

  .how-wrapper {
    height: 500px;
    padding: 30px;
  }

  .b-values-sec {
    padding-bottom: 0px;
  }

  span.world:before {
    width: 26px;
    height: 26px;
    background-size: cover;
    bottom: 3px;
    right: -35px;
  }

  .home-carousel.franch_carousel img.swiper-slide-image {
    height: 300px;
  }

  .home-carousel.franch_carousel.f_blog_carousel img.swiper-slide-image {
    height: 300px;
  }

  .Google_sec {
    margin: 50px 0;
    margin-top: 130px;
  }

  .Google_sec.iframe_Sec {
    margin-top: 100px;
  }

  .allergen_post_slider .card .card-header button.btn.btn-link {
    font-size: 24px;
    line-height: 34px;
  }

  .allergen_post_slider .title h2 {
    font-size: 22px;
  }

  .allergen_post_slider .card .card-body {
    overflow-x: scroll;
  }

  .allergen_post_slider .data {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .allergen_post_slider ul.slice {
    display: flex;
    gap: 15px;
    width: 0%;
  }

  .allergen_post_slider ul.slice li img {
    margin: auto;
  }

  .allergen_post_slider {
    margin-top: 20px;
  }

  .para_30 .elementor-widget-container,
  .para_30 p {
    font-size: 18px;
    line-height: 32px;
  }

  .allergen_post_slider button.slick-arrow {
    top: unset;
    bottom: -80px;
  }

  .allergen_post_slider button.slick-arrow.slick-prev {
    left: 36%;
  }

  .allergen_post_slider button.slick-arrow.slick-next {
    right: 36%;
  }

  .allergen_post_slider button.slick-arrow:before {
    content: "\f061";
    position: absolute;
    right: 0;
    left: 0;
    font-family: "FontAwesome";
    font-size: 20px;
  }

  .allergen_post_slider button.slick-arrow.slick-prev:before {
    content: "\f060";
  }

  .allergen_post_slider button.slick-arrow:hover {
    background: #fed500;
  }

  .allergen_post_slider button.slick-arrow:hover:before {
    color: #000;
  }

  .allergen_post_slider button.slick-arrow {
    background: #37363e;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .allergen_sec .para_30 {
    margin-top: 60px;
  }

  .allergen_sec {
    margin-bottom: 50px;
  }

  .allergen_post_slider .title {
    width: 100%;
    height: 150px;
    background: transparent;
    border-bottom: 1px solid #818181;
  }

  .allergen_post_slider .title .svg {
    display: block;
    -webkit-animation: mover1 0.8s infinite alternate;
    animation: mover1 0.8s infinite alternate;
  }

  @-webkit-keyframes mover1 {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translatex(5px);
    }
  }

  @keyframes mover1 {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translatex(5px);
    }
  }

  .allergen_post_slider .title .inn {
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 0px;
    padding-right: 10px;
  }

  .allergen_post_slider ul.slice li img {
    width: 55px;
    height: 55px;
    object-fit: scale-down;
  }

  .allergen_post_slider ul.slice li {
    padding: 20px 18px;
    flex: 0 0 140px;
    height: 140px;
  }

  .allergen_post_slider .title h2 {
    margin-bottom: 10px;
  }

  div#exampleModalCenter .modal-dialog {
    max-width: 380px !important;
  }

  div#exampleModalCenter .modal-content:before {
    width: 120px;
    background-position: right;
    height: 250px;
  }

  div#exampleModalCenter .modal-dialog {
    max-width: 380px !important;
    margin: 0px auto !important;
  }

  div#exampleModalCenter .modal-content:after {
    z-index: 0;
    width: 90px;
    height: 250px;
    background-size: 100%;
    background-position: center;
  }

  div#exampleModalCenter .text h2 {
    font-size: 30px;
  }

  div#exampleModalCenter .buttons.content_btn {
    display: block;
  }

  div#exampleModalCenter .buttons.content_btn a:nth-child(1) {
    margin-bottom: 20px;
  }

  .gift-box .para_24 {
    height: auto;
  }

  div#popmake-1755 {
    padding: 70px 20px;
    padding-bottom: 30px;
    margin-top: 3rem;
  }

  .slough_sec .img {
    text-align: center;
  }

  .slough_sec h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .slough_sec .content ul li {
    margin-bottom: 10px;
  }

  .event-order-sec.register-bf-sec video.elementor-video {
    height: auto !important;
  }

  .event-order-sec.register-bf-sec .rigester-foam-sec {
    padding: 30px 10px;
  }

  .allergen_post_slider .title img {
    width: 40px;
    height: 40px;
  }

  .contact_form select {
    background-position: center right 15px !important;
  }

  .our_menu_box_data .box .content h3 {
    min-height: auto;
  }

  .error-404.not-found h1 {
    font-size: 100px;
  }

  .page-header h3 {
    font-size: 30px;
  }

  .page-header p {
    font-size: 16px !important;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }

  .error-404.not-found {
    margin: 50px 0px;
    margin-top: 100px;
  }

  .float_btn_order {
    display: block;
    position: fixed;
    bottom: 110px;
    right: 10px;
    z-index: 2;
  }

  .float_btn_order .nav_btn.mob_hide {
    display: block !important;
  }

  .nav_btn a {
    padding: 10px 20px;
  }

  div#exampleModalCenter button.close svg {
    width: 40px;
  }

  .cont_sec_one .head_48 h2 {
    text-align: center;
  }

  .cont_sec_one input.wpcf7-form-control {
    margin: auto;
  }

  .b-f-sec-two .box h3 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 15px;
  }

  .b-f-sec-two .box p {
    font-size: 14px;
    line-height: 24px;
  }

  .b-f-sec-two {
    padding: 50px 0px;
  }

  .b-f-sec-two .inner {
    margin-top: 30px;
  }

  .b-f-sec-two .inner .elementor-container.elementor-column-gap-no {
    flex-direction: column-reverse;
  }

  .b-f-sec-two .img {
    width: 100% !important;
  }

  .b-f-sec-two .img img {
    height: 400px !important;
    width: 100%;
    object-fit: contain;
  }

  .b-f-sec-two .img.one {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .time_inn_box .box {
    padding: 20px;
    width: 100% !important;
    margin: 10px 15px;
  }

  .time_inn_box .box .head_48 {
    margin-bottom: 15px !important;
  }

  .time_inn_box .box .head_48 h2 {
    font-size: 48px;
  }

  .time_inn_box .box .head-30 h2 {
    font-size: 30px;
  }

  .time_inn_box .box .para_16 .elementor-widget-container,
  .time_inn_box .box .para_16 p {
    line-height: 28px;
  }

  .about_new_three > div {
    text-align: center;
  }

  .about_new_three .box.left {
    margin-top: 0px;
  }

  .about_new_three .box {
    width: 70% !important;
  }

  .about_sec_four ul.elementor-icon-list-items {
    width: 100% !important;
  }

  body .green_video,
  body .green_video video {
    height: 100% !important;
  }

  .green_st_sec .head h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .green_st_sec .right .para_24 span {
    display: block;
  }

  .GreenStreetcheck .wpcf7-list-item-label {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .green_st_sec .right {
    padding-left: 0px;
  }

  .green_st_sec .right .para_24 {
    padding-right: 0px;
  }

  .green_st_sec .right .row.terms-row {
    margin: 20px -15px !important;
    margin-bottom: 0px !important;
    display: inline-block;
  }

  .green_st_sec .inn_box {
    margin-top: 0px;
  }

  .GreenStreetcheck input[type="checkbox"] {
    padding: 0px;
  }

  .green_st_sec .head-80 h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .green_st_sec .head-80 h2 span {
    display: block;
  }

  /* Our blogs detail Start */

  .single-blogs-page {
    padding-bottom: 30px;
  }

  .s-blog-sec1 {
    padding: 120px 0 30px;
  }

  .s-blog-sec1::before {
    top: 70px;
    width: 180px;
    height: 400px;
  }

  .c-breadcrumb {
    margin-bottom: 20px;
  }

  .s-blog-sec1 h1 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .s-banner {
    height: 220px;
    margin: 40px 0 30px;
  }

  :is(.s-content) :is(h2, h3, h4) {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .menu-row {
    margin-bottom: 30px;
    /* flex-direction: column-reverse; */
  }

  .menu-row:last-child {
    margin-bottom: 30px;
  }

  .menu-row .left-col,
  .menu-row .right-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .menu-list .menu-row:nth-child(even) {
    /* flex-direction: column-reverse; */
  }

  .menu-list .menu-row:nth-child(even) .left-col {
    left: 0px;
  }

  .menu-incl {
    margin-bottom: 30px;
  }

  .menu-cont {
    font-size: 16px;
    line-height: 32px;
    padding-right: 0px;
  }

  .menu-img {
    width: 100%;
    height: 350px;
    /* margin-bottom: 30px; */
  }

  .menu-list .menu-row:nth-child(even) .menu-img {
    margin-bottom: 30px;
  }

  .s-blog-sec2 .row1 {
    margin-bottom: 30px;
  }

  .new_menu_heading h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* Our blogs detail End */

  /* Home New Modal Start */

  .sizzled_sec .row {
    padding-bottom: 30px;
  }

  .some-head {
    width: 75%;
  }

  .sizzled_sec h2 {
    font-size: 40px;
  }

  .sizzled-head {
    font-size: 40px;
    top: -30px;
  }
  html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll !important;
  }
  div#popmake-2898 {
    margin: 20px auto !important;
    max-width: 95% !important;
    width: 95% !important;
    background-position: top 0% right -100px;
    left: 0 !important;
    right: 0 !important;
  }
  .popup_count_box .box span:nth-child(2) {
    font-size: 32px;
  }
  .concert_popup_sec {
    padding: 40px 0px;
    padding-bottom: 240px;
  }
  .concert_popup_sec .right .img {
    width: 200px;
    height: 230px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .concert_popup_sec h3 {
    font-size: 16px;
  }
  .concert_popup_sec h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .concert_popup_sec h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .popup_count_box {
    margin: 20px 0;
  }
  div#popmake-2898 button.pum-close.popmake-close {
    width: 36px;
    height: 36px;
  }
  .landing_hero_sec {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .landing_hero_sec .left {
    text-align: center;
  }
  .landing_hero_sec h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .landing_hero_sec h2 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .landing_hero_sec .elementor-background-overlay:before {
    width: 100%;
    background-size: cover;
    bottom: 0;
    top: unset;
    height: 100%;
    z-index: 0;
  }
  .landing_hero_sec .content_btn a {
    margin-bottom: 20px;
  }
  .as_land_sec1 .heading h2 {
    width: 100%;
    font-size: 32px;
  }

  .as_land_sec1 .heading h2 br {
    display: none;
  }
  .as_land_sec1 .heading h3 {
    font-size: 24px;
    line-height: 30px;
  }
    .popup_count_box1 {
        width: 100%;
        margin-top: 0;
    }
  .popup_count_box1,
  .popup_count_box1 .count {
    gap: 15px;
  }
  .popup_count_box1 .count .box span:nth-child(1) {
    margin-bottom: 6px;
  }
  .as_land_sec1 .img_box .img1,
  .as_land_sec1 .img_box .img2 {
    width: 100%;
    height: 230px;
    position: relative;
    top: 0px;
    z-index: 1;
  }
  .as_land_sec1:after {
    bottom: 420px;
    z-index: 0;
  }
  .as_land_sec1:before {
    bottom: 50px;
  }
  .as_land_sec1 .img_box {
    padding-bottom: 0px;
  }
  .as_land_sec2 .inner .box figure.elementor-image-box-img img {
    width: 220px;
    height: 220px;
  }
  .as_land_sec2 .inner .box.img2:before {
    left: 0;
    top: -50px;
    right: 0;
    margin: auto;
    transform: rotate(100deg);
  }
  .as_land_sec2 .inner .box.img2:before,
  .as_land_sec2 .inner .box.img2:after {
    left: 0;
    top: -65px;
    right: 0;
    margin: auto;
    transform: rotate(100deg);
    width: 58px;
    height: 35px;
  }
  .as_land_sec2 .inner .box.img2:after {
    top: unset;
    bottom: -60px;
    transform: rotate(75deg);
    left: -10px;
  }
  .as_land_sec2 .inner .box p {
    font-size: 16px;
  }
  .as_land_sec2 .inner .box h3 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .as_land_sec1 {
    padding-top: 10px;
  }
  .as_land_sec2 .para_24 .elementor-widget-container {
    width: 75%;
    margin: auto !important;
  }
  .as_land_sec3 > div {
    width: 90%;
    padding:0;
  }
  .as_land_sec3 .elementor-column.elementor-col-20 {
    width: 100% !important;
  }
  .as_land_sec3 .elementor-column.elementor-col-20 .elementor-icon-box-wrapper {
    text-align: center !important;
  }
  .as_land_sec4 .elementor-widget-image img {
    width: 100%;
  }
  .as_land_sec4:after {
    bottom: -50px;
  }
  .as_land_sec4 {
    padding-top: 50px;
  }
  .accord_Sec .elementor-accordion-item .elementor-tab-content {
    padding: 15px !important;
  }
  .accord_Sec .elementor-accordion-item .elementor-tab-title a {
    padding-right: 10px;
  }
  .landing_hero_sec .para_24.inn {
    width: 100%;
  }
  .as_land_sec1 .img_box .img1 img,
  .as_land_sec1 .img_box .img2 img {
    height: 230px;
  }
  .as_land_sec2 .inner {
    margin: 20px auto;
  }
  .landing_hero_sec:after {
        width: 100px;
    }
    
  /* Home New Modal End */
}

@media (max-width: 500px) {
  /* Home New Modal Start */

  .some-head {
    width: 100%;
  }

  .sizzled-head {
    top: -20px;
  }

  /* Home New Modal End */
}
@media (max-width: 414px) {
  .as_land_sec1 .heading h2 {
    font-size: 28px;
  }
  .as_land_sec1 .heading h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .as_land_sec2 .head-60 h2 {
    font-weight: bold !important;
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 380px) {
  .about_new_three .box {
    width: 80% !important;
  }

  .header_test_btn .modal-menu-item a {
    padding: 10px;
  }

  video.elementor-video {
    height: 300px !important;
  }

  .head-60 h2 br {
    display: none;
  }

  .bottom_btn a {
    padding: 10px 0px;
  }

  .mob_inn_menu .mens ul li {
    padding: 7px;
  }

  .banner_head h1 {
    font-size: 30px;
    line-height: 28px;
  }

  .sec-one .left-text .elementor-widget-container {
    bottom: -20px;
    padding-left: 20px;
  }

  .sec-one .text .elementor-widget-container,
  .sec-one .text p {
    font-size: 12px;
    line-height: 14px;
  }

  .sec-one .left-text .elementor-widget-container:after {
    width: 75%;
    right: 0px;
    bottom: 0px;
  }

  .sec-one .right-text .elementor-widget-container:after {
    width: 10px;
    height: 10px;
    background-size: cover;
    left: -15px;
    top: 0px;
  }

  .sec-two .head h2 span {
    font-size: 32px;
    margin-top: 10px;
    position: relative;
  }

  .home-carousel img.swiper-slide-image {
    height: 230px;
  }

  .home-carousel-col:before {
    top: 10px;
    height: 250px;
  }

  .head-80 h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .head-55 h2 {
    font-size: 22px;
    line-height: 30px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-text {
    font-size: 14px;
    line-height: 26px;
  }

  .sec-four h4 {
    font-size: 14px;
    line-height: 26px;
  }

  /* Banner Start */
  .mobile_header .header-right-menu .locator_icon a img {
    width: 25px;
    height: 25px;
  }

  .mobile_header .header-right-menu {
    gap: 5px;
  }

  .bottom_btn {
    padding: 10px 0px;
  }

  /* 	.banner_head_one h1 {
                  font-size: 30px;
                  line-height: 40px;
              } */

  .para_24 .elementor-widget-container,
  .para_24 p {
    font-size: 14px;
    line-height: 25px;
  }

  /* Banner End */

  /* Our Shop Page Start */

  .shop-gift-sec {
    padding: 70px 0 40px;
  }

  .shop-gift-sec h2,
  .gift-box h2 {
    font-size: 26px;
    height: auto;
    line-height: 26px;
  }

  .gift-box > div {
    height: auto;
    padding: 20px 10px !important;
    margin: 0 0px 30px;
  }

  .gift-box-img img {
    height: 200px !important;
    object-fit: contain;
  }

  .gift-box .gift-box-img,
  .gift-box .head-45,
  .gift-box .para_24 {
    padding: 0 0px;
  }

  .gift-box#right-col .content_btn {
    margin-top: 50px;
  }

  ul.elementor-icon-list-items li span.elementor-icon-list-icon {
    top: 7px !important;
  }

  /* Our Shop Page End */

  /* Footer Newsletter Start */

  .newletter h3 {
    font-size: 18px;
  }

  /* Footer Newsletter End */

  /* Gift Card Start */

  .head-60 h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .content_head h2 {
    font-size: 24px;
    line-height: 35px;
  }

  /* Gift Card End */

  /* Flask Start */

  .head-45 h3 {
    font-size: 25px;
    line-height: normal;
  }

  .head-30 h2 {
    font-size: 20px;
  }

  .flask-sec-one .elementor-element-ac4397f.head-30 h2 {
    font-size: 20px;
    line-height: normal;
    padding: 15px 15px;
  }

  .head-36 h2 {
    font-size: 22px;
    line-height: 32px;
  }

  /* Flask End */

  .cont_sec_one .head h4 {
    font-size: 16px;
    line-height: 26px;
  }

  .cont_sec_one .box p.elementor-image-box-description a {
    font-size: 15px;
    line-height: 22px;
  }

  .head_48 h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .contact_form span input,
  .contact_form textarea {
    padding: 10px;
  }

  .accord_Sec .elementor-accordion-item .elementor-tab-title a {
    font-size: 16px;
    line-height: 28px;
  }

  .inn_box
    .elementor-column.elementor-col-33
    .elementor-widget-wrap.elementor-element-populated {
    margin: 10px 0px;
  }

  .inn_box p.elementor-image-box-description a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer_social ul li a {
    width: 40px;
    height: 40px;
  }

  .footer_social ul li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }

  .about_sec_two .right-col .img img {
    height: 150px !important;
  }

  .about_sec_two .img img {
    height: 180px !important;
  }

  .about_sec_two .right-col:before {
    width: 60px;
    height: 150px;
  }

  .about_sec_two {
    padding-bottom: 100px;
  }

  .about_sec_three .box .elementor-widget-wrap.elementor-element-populated {
    padding: 20px;
  }

  li span.eael-tab-title {
    font-size: 16px !important;
  }

  .event-box .elementor-image-box-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .event-box .elementor-image-box-wrapper {
    padding: 15px;
    height: auto;
  }

  .event-box .elementor-image-box-description {
    font-size: 16px;
    line-height: 30px;
  }

  .rigester-foam-sec .para_24 p {
    font-weight: 300;
    font-size: 16px;
  }

  .rigester-foam-sec .contact_form input[type="checkbox"] {
    margin: 0px;
    padding: 0px;
  }

  .rigester-foam-sec .contact_form select {
    padding: 10px;
  }

  .how-wrapper {
    padding: 20px;
  }

  .how-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .how-title h2 {
    font-size: 30px;
    line-height: 45px;
  }

  .sec-four .right-col .elementor-element-populated {
    padding: 10px !important;
  }

  .sec-four h3 {
    font-size: 15px;
    line-height: 30px;
  }

  .sec-four h3:before {
    right: -20px;
  }

  .home-carousel.franch_carousel img.swiper-slide-image {
    height: 230px;
  }

  .home-carousel.franch_carousel.f_blog_carousel img.swiper-slide-image {
    height: 230px;
  }

  .allergen_post_slider .title h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .allergen_post_slider .title {
    padding: 10px;
  }

  .allergen_post_slider ul.slice li p {
    font-size: 18px;
    line-height: 20px;
  }

  .allergen_post_slider ul.slice li {
    padding: 15px 18px;
  }

  .allergen_post_slider button.slick-arrow.slick-next {
    right: 30%;
  }

  .allergen_post_slider button.slick-arrow.slick-prev {
    left: 30%;
  }

  .para_30 .elementor-widget-container,
  .para_30 p {
    font-size: 16px;
    line-height: 28px;
  }

  div#exampleModalCenter .modal-dialog {
    max-width: 300px !important;
  }

  div#exampleModalCenter
    .buttons.content_btn
    span.elementor-button-content-wrapper {
    gap: 5px;
  }

  div#exampleModalCenter .modal-content:before {
    width: 80px;
    height: 180px;
  }

  div#exampleModalCenter .modal-content:after {
    width: 80px;
    height: 200px;
  }

  div#popmake-1755 {
    padding: 50px 10px;
    padding-bottom: 30px;
  }

  div#popmake-1755 button.pum-close.popmake-close {
    width: 40px;
    height: 40px;
    font-size: 26px;
  }

  .slough_sec .content ul li a,
  .slough_sec .content ul li p {
    font-size: 13px;
  }

  .slough_sec .img img {
    width: 100%;
    height: 200px !important;
    object-fit: contain;
  }

  .rigester-foam-sec .contact_form input[type="radio"] {
    padding: 0px;
  }

  .banner_head_one h1 {
    font-size: 27px;
    line-height: 40px;
  }

  .Google_sec .content_btn a {
    font-size: 10px;
  }

  .food_sec_one .right-col:before {
    width: 95%;
    height: 250px;
    left: 0px;
  }

  .page-header p {
    font-size: 14px !important;
    width: 100%;
  }

  .gift-sec-one.buffet_sec_n .para_24 p {
    margin-bottom: 0px !important;
  }

  .buffet_sec > .elementor-container {
    max-width: 90% !important;
  }

  .buffet_sec .para_16 p br {
    display: none;
  }

  .buffet_sec > .elementor-container {
    max-width: 90% !important;
    padding: 50px 0px;
  }

  .buffet_sec .para_16 br {
    display: none !important;
  }

  .buffet_sec .para_16 {
    padding: 0px 15px;
  }

  .content_head h2,
  .buffet_sec .inner .content_head h2,
  .buffet_sec .inner_2 .content_head h2 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .buffet_sec .inner {
    padding: 10px 10px;
  }

  .buffet_sec_n .card-buy > div {
    height: auto;
    text-align: center;
  }

  .buffet_sec_n .card-buy > div ul li {
    justify-content: center;
  }

  .buffet_sec_n .card-buy:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .buf_inner > div {
    gap: 0px;
  }

  .buf_inner .left {
    margin-bottom: 20px !important;
  }

  .reward_sec.error-404.not-found h1 {
    font-size: 40px;
  }

  /* Our blogs detail Start */

  .s-blog-sec1 h1 {
    font-size: 26px;
  }

  .s-banner {
    height: auto;
  }

  :is(.s-content) :is(h2, h3, h4) {
    font-size: 22px;
  }

  .menu-img {
    height: auto;
  }

  .new_menu_heading h2 {
    font-size: 22px;
  }

  /* Our blogs detail End */
      .concert_popup_sec h1 {
        font-size: 60px;
        line-height: 60px;
    }
        .concert_popup_sec h2 {
        font-size: 16px;
        line-height: 26px;
    }
        .concert_popup_sec h4 span {
        font-size: 18px;
        line-height: 30px;
    }
    .popup_count_box {
        margin: 0;
        margin-bottom: 15px;
    }
        .concert_popup_sec .right .img {
        width: 200px;
        height: 230px;
        }
            .concert_popup_sec {
        padding: 40px 0px;
        padding-bottom: 220px;
    }
    .as_land_sec1 .heading h2 {
        font-size: 26px;
    }
        .as_land_sec1 .heading h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 350px) {
  .header_test_btn .modal-menu-item a {
    padding: 9px;
    font-size: 7px;
  }
}
