:root {
  --main-color: #F14913;
  --body-color: #FDECA6;
  --dark-color: #1e1c1d;
  --white-color: #fff;
  --gray-light: #f5f5f5;
  --light-main: #fcecc8;
  --text-Recoleta: "Recoleta";
}

html {
  overflow-x: hidden;
}

body {
  background-color: var(--body-color);
  font-family: 'Bodoni' !important;
  line-height: 1.5;
  font-size: 1rem;
  color: var(--dark-color);
  min-height: 100vh;
}

.bg-sec {
  background-color: var(--body-color)
}

.monument-mono.nav-link.btn.changeMenu {
  background-color: #f9f9f9;
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}


/* Start common css =============================================================================================================================*/
svg {
  width: 18px;
  height: 18px;
}

.form-control {
  padding: 10px;
}

.form-select {
  padding: 10px 30px 10px 10px;
}

.form-group {
  margin-bottom: 20px;
}

.bg-light-main {
  background-color: var(--light-main) !important;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Recoleta";
}

.tx-sec {
  font-family: var(--text-Recoleta);
}

.text-main {
  color: var(--main-color);
}


.text-white {
  color: var(--white-color);
}

.tx-dark {
  color: var(--dark-color);
}

.text-light {
  color: var(--light-main);
}


span.small {
  font-size: 11px;
}

.error {
  color: red !important;
}

.remove-link {
  color: #ff4f4f;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}

.tx-12 {
  font-size: 12px;
}

.a-link-thm {
  color: var(--main-color) !important;
  transition: all 0.3s ease-in-out;
}

.a-link-thm:hover {
  opacity: 0.8;
}

.a-link {
  color: #000;
}

.a-link:hover {
  color: var(--main-color);
}


.remove-link:hover {
  color: #fda3a3;
}

select.error {
  color: #000 !important;
}

.form-control:focus {
  border-color: var(--main-color);
}

.bd-b-last:not(.bd-b-last:last-child) {
  border-bottom: 1px solid #dee2e6;
}

::-moz-selection {
  background: var(--main-color) !important;
}

::selection {
  background: var(--main-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}

.bg-light-main {
  background-color: var(--light-main);
}

.bg-main {
  background-color: var(--main-color);
}

.bg-transparent {
  background: transparent;
}

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


.w-fit {
  width: fit-content;
}

.section {
  padding-right: 30px;
  padding-left: 30px;
}

.common-btn {
  padding-top: 15px;
}

.border-dashed-t {
  border: none !important;
  border-top: 1px dashed var(--body-color) !important;
}

.bd-r {
  border-right: 1px solid #000;
}

.banner-title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 3px;
  font-family: "Recoleta";
  text-transform: uppercase !important;
}

.title {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Recoleta";
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase !important;
}

.banner-subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
}

.subtitle {
  font-size: 1.2rem;
  line-height: 1.5;
}

.info-pages ol li {
  display: list-item !important;
}

.info-pages ul li {
  display: list-item !important;
  font-size: 16px !important;
}

.info-pages ul {
  padding-left: 35px !important;
}

.info-pages ol li ul {
  padding-left: 18px !important;
}

.info-pages ol li h5 {
  margin-top: 15px;
}

.title-dec {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.title-large {
  font-size: calc(24px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
  line-height: 30px;
}

.title-medium {
  font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));

  line-height: 27px;
}

.title-small {
  font-size: calc(18px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
  line-height: 25px;
}

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

.tx-12 {
  font-size: 12px;
}

.tx-10 {
  font-size: 10px;
}

p {
  line-height: 1.4;
  font-size: 16px;
}

.no-before {
  content: none;
}

option,
input,
textarea,
label,
th,
td,
.text-content,
.text-trunc1,
span {
  font-size: 16px;
}

.border-main {
  border: 1px solid var(--main-color);
}

a:hover {
  color: var(--dark-color);
}

.modal-title {
  font-size: 24px;
}



.shadow1 {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.shadow1:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25) !important;
  transition: all 0.2s linear;
}

.tx-trunc {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.tx-trunc2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.tx-trunc3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.tx-trunc4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.wd-16 {
  width: 16px;
}

.ht-16 {
  height: 16px;
}

.wd-40 {
  width: 40px;
}

.ht-40 {
  height: 40px;
}

.wd-50 {
  width: 50px;
}

.ht-50 {
  height: 50px;
}

.wd-90 {
  width: 90px;
}

.ht-90 {
  height: 90px;
}

.wd-100 {
  width: 100px;
}

.ht-100 {
  height: 100px;
}

.wd-75 {
  width: 75px;
}

.wd-30 {
  width: 30px;
}

.ht-30 {
  height: 30px;
}

.wd-24 {
  width: 24px;
}

.ht-24 {
  height: 24px;
}

.ht-fit {
  height: fit-content !important;
}


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

.tx-15 {
  font-size: 15px;
}

.cursor-point {
  cursor: pointer;
}

.view-guest-package {
  width: 50%;
}

.event-package-right svg {
  width: 60px;
  height: 60px;
}

.thm-btn-sty {
  display: block;
  text-align: center;
  font-family: var(--text-Recoleta);
}

.btn-solid-bg {
  background: var(--light-main);
  color: var(--dark-color);
}

.mg-l-10 {
  margin-left: 10px;
}

.rounded-10 {
  border-radius: 10px;
}

.bd {
  border: 1px solid rgba(72, 94, 144, 0.16);
}

.bd-t {
  border-top: 1px solid rgba(72, 94, 144, 0.16);
}

.w-100 {
  width: 100% !important;
}

.mg-15 {
  margin: 15px;
}

.bg-gray-100 {
  background-color: #f4f5f8;
}

.pd-15 {
  padding: 15px;
}

.pointer {
  cursor: pointer;
}

.pd-10 {
  padding: 10px;
}

.text-green {
  color: var(--dark-color);
}

.mg-b-5 {
  margin-bottom: 5px;
}

.tx-13 {
  font-size: 13px;
}

.wd-500 {
  width: 500px;
}

/* Header */
.my-account-wraper {
  position: fixed;
  right: 10px;
  top: 20px;
  z-index: 9;
  transition: all 0.3s ease;
}

.account-down {
  top: 60px;
}

.noti-header.active .account-down {
  top: 20px;
}

.my-account-wraper .right-side-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-account-wraper .right-side-menu .right-side {
  position: relative;
}

.my-account-wraper .onhover-dropdown .onhover-div {
  position: absolute;
  top: 60px;
  right: -10px;
  background-color: #fff;
  z-index: 1001;
  width: 320px;
  border-radius: 5px;
  padding: calc(10px + (20 - 11) * ((100vw - 320px) / (1920 - 320)));
  -webkit-box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}

.my-account-wraper .onhover-dropdown .onhover-div-login {
  right: 0;
  width: auto;
  /* min-width: 185px; */
}

.log-icon {
  vertical-align: text-bottom;
}

.my-account-wraper .onhover-dropdown:hover .onhover-div,
.my-account-wraper .onhover-dropdown .active.onhover-div {
  opacity: 1;
  top: calc(100% + 7px);
  visibility: visible;
}

.my-account-wraper .onhover-dropdown .onhover-div-login .user-box-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.my-account-wraper .onhover-dropdown .onhover-div-login .user-box-name li {
  display: block;
  width: 100%;
}

.my-account-wraper .onhover-dropdown .onhover-div-login .user-box-name li a {
  color: #222;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: initial;
  text-transform: uppercase;
  font-family: var(--text-Recoleta);
}

.my-account-wraper .onhover-dropdown .onhover-div-login .user-box-name li:hover a {
  color: var(--main-color);
}

.header-cart {
  position: relative;
  z-index: 5;
}

/* End Header */

/* End common css =============================================================================================================================*/
/* start btn-outline ============================================================*/
.btn-theme-outine {
  border-radius: 5px;
  color: var(--main-color);
  text-align: center;
  position: relative;
  border: 1px solid var(--main-color);
  z-index: 1;
  transition: all 0.3s linear;
}

.btn-theme-outine::after {
  background-color: var(--main-color);
  width: 0%;
  right: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.btn-theme-outine::before {
  background-color: var(--main-color);
  width: 0%;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.btn-theme-outine:hover {
  color: var(--white-color);
}

.btn-theme-outine:hover::before {
  width: 50%;
  transition: all 0.3s linear;
}

.btn-theme-outine:hover::after {
  width: 50%;
  transition: all 0.3s linear;
}

/* new */
.btn-theme-outline {
  border-radius: 5px;
  color: var(--main-color);
  text-align: center;
  position: relative;
  border: 1px solid var(--main-color);
  z-index: 1;
  transition: all 0.3s linear;
}

.btn-theme-outline::after {
  background-color: var(--main-color);
  width: 0%;
  right: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.btn-theme-outline::before {
  background-color: var(--main-color);
  width: 0%;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.btn-theme-outline:hover {
  color: var(--white-color);
}

.btn-theme-outline:hover::before {
  width: 50%;
  transition: all 0.3s linear;
}

.btn-theme-outline:hover::after {
  width: 50%;
  transition: all 0.3s linear;
}

.timer-notification a {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

/* .get-noti{
  top: 50px !important;

} */

/* end btn-outline ============================================================*/
/* start btn solid =======================================================================================*/
.btn-theme {
  border-radius: 5px;
  color: var(--white-color);
  text-align: center;
  position: relative;
  border: 1px solid var(--main-color);
  z-index: 1;
  transition: all 0.3s linear;
}

.btn-theme:hover {
  color: var(--main-color);
}

.btn-theme:hover::before {
  width: 0;
  transition: all 0.3s linear;
}

.btn-theme:hover::after {
  width: 0;
  transition: all 0.3s linear;
}

.btn-theme::after {
  background-color: var(--main-color);
  width: 51%;
  right: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.btn-theme::before {
  background-color: var(--main-color);
  width: 51%;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

/* end btn solid =======================================================================================*/
/* start btn solid dark ================================================================================*/
.btn-theme-dark {
  border-radius: 5px;
  color: var(--white-color);
  text-align: center;
  position: relative;
  border: 1px solid var(--dark-color);
  z-index: 1;
  transition: all 0.3s linear;
}

.btn-theme-dark:hover {
  color: var(--dark-color);
}

.btn-theme-dark:hover::before {
  width: 0;
  transition: all 0.3s linear;
}

.btn-theme-dark:hover::after {
  width: 0;
  transition: all 0.3s linear;
}

.btn-theme-dark::after {
  background-color: var(--dark-color);
  width: 51%;
  right: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.btn-theme-dark::before {
  background-color: var(--dark-color);
  width: 51%;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

/* end btn solid dark ================================================================================*/
/* start btn solid dark outline =======================================================================================*/
.btn-outline-dark {
  border-radius: 5px;
  color: var(--dark-color);
  text-align: center;
  position: relative;
  border: 1px solid var(--dark-color);
  z-index: 1;
  transition: all 0.3s linear;
}

.btn-outline-dark::after {
  background-color: var(--dark-color);
  width: 0%;
  right: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.btn-outline-dark::before {
  background-color: var(--dark-color);
  width: 0%;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}

.btn-outline-dark:hover {
  color: var(--white-color);
}

.btn-outline-dark:hover::before {
  width: 50%;
  transition: all 0.3s linear;
}

.btn-outline-dark:hover::after {
  width: 50%;
  transition: all 0.3s linear;
}

/* end btn solid dark outline =======================================================================================*/

/* Start Btn-danger Outline  */
.btn-outline-danger {
  border-radius: 5px;
  color: #842029;
  text-align: center;
  position: relative;
  border: 1px solid #842029;
  z-index: 1;
  transition: all 0.3s linear;
}

.btn-outline-danger::after {
  background-color: #f8d7da;
  width: 0%;
  right: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
  border-radius: 0px 3px 3px 0px;
}

.btn-outline-danger::before {
  background-color: #f8d7da;
  width: 0%;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
  border-radius: 3px 0px 0px 3px;
}

.btn-outline-danger:hover {
  color: #842029;
  border: 1px solid #842029;
}

.btn-outline-danger:hover::before {
  width: 50%;
  transition: all 0.3s linear;
}

.btn-outline-danger:hover::after {
  width: 50%;
  transition: all 0.3s linear;
}

/* End Btn-danger Outline  */

.left-col {
  padding-right: 30px;
}

.border-b-dahsed {
  border-bottom: 1px dashed var(--main-color);
}

.section-title {
  padding-bottom: 30px;
}

.bg-before {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-before::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Start Sidebar =========================================*/
header .top-nav .navbar-top .web-logo img {
  width: 150px;
}

.mobile-menu {
  z-index: 10;
}

.custom-row .sidebar-col .category-menu .web-logo {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid var(--main-color);
  padding: 20px;
  margin-bottom: 0;
}

.custom-row .sidebar-col {
  background-color: var(--body-color);
  box-shadow: 1px 1px 15px #c1c1c1;
  border-right: 1px solid var(--light-gray);
  z-index: 100;
  transition: all 0.5s ease;
}

.custom-row .sidebar-col .category-menu .web-logo img {
  width: auto;
}

.custom-row .sidebar-col .category-menu {
  padding: 0;
}

.custom-row .sidebar-col .category-menu ul {
  padding: 30px;
}

.navbar-top .middle-box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.log-div {
  padding: 30px;
  border-top: 1px solid var(--main-color);
}

.log-div {
  display: block !important;
}

.log-div .log-menu {
  display: flex !important;
  justify-content: space-between;
}

.log-div .log-menu svg {
  width: 24px;
  height: 24px;
}

.log-menu li a {
  display: flex;
  gap: 5px;
  align-items: center;
  color: var(--dark-color);
  font-size: 22px;
  font-family: "Recoleta";
}

.log-menu li>a {
  font-size: 22px;
  font-weight: 600;
  position: relative;
  bottom: 5px;
  font-family: "Recoleta";
}

.log-menu li>a:hover {
  color: var(--main-color);
  transition: all 0.2s linear;
}

.log-menu li>a:hover svg {
  color: var(--main-color);
  transition: all 0.2s linear;
}

.log-menu li>a i {
  font-size: 14px;
}

.log-div span.log-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.log-div span.log-icon svg {
  width: 22px;
  height: 22px;
  color: var(--dark-color);
}

.badge-cart {
  background-color: var(--main-color);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reser-btn {
  display: block;
  text-align: center;
  font-family: "Recoleta";
}

.reser-div {
  padding: 0px 30px 30px 30px;
}

.booking-info h5,
.booking-info p {
  text-align: center;
  width: 100%;
}

.booking-info h5 {
  font-weight: bold;
  font-size: 20px;
}

.booking-info p {
  font-size: 16px;
}

.booking-info {
  padding: 30px;
  border-top: 1px solid var(--main-color);
}

.social-list>ul {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.social-list>ul li a {
  color: var(--dark-color);
  font-size: 20px;
}

.social-list>ul li a:hover {
  color: var(--main-color);
}

.category-menu ul li .category-list h5 a::before {
  background-color: var(--main-color);
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side:first-child {
  display: initial;
}

header .top-nav .navbar-top .middle-box {
  display: flex !important;
}

.custom-row .sidebar-col {
  width: 280px;
}

.custom-row .content-col {
  margin-left: 280px;
  margin-bottom: 30px;
}

.main-page-section {
  padding-bottom: calc(30px + (50 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.new-footer {
  overflow-x: hidden;
  text-align: center;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0px;
  padding: 50px 0 30px;
  width: 100vw;
  padding-left: 280px;
}

.new-footer::after,
.new-footer::before {
  content: none;
}

.nosidebar-footer {
  padding-left: 0;
}

.new-footer .sub-footer ul {
  justify-content: center;
}

.new-footer .sub-footer {
  border-top: none;
  justify-content: center;
}

.footer-links {
  padding: 0;
  list-style: none;
  gap: 20px !important;
}

.footer-links li {
  position: relative;
  font-size: calc(16px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

.footer-links li:not(:last-of-type)::before {
  content: "";
  width: 2px;
  height: 10px;
  background: var(--dark-color);
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-links li a {
  color: var(--dark-color);
  transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: var(--main-color);
}

.category-menu ul li .category-list h5 a.active {
  font-weight: 600;
  color: var(--main-color);
}

.mobile-menu {
  background-color: var(--main-color);
}

.theme-option .back-to-top {
  background-color: var(--dark-color);
}

.web-logo-text {
  font-size: 16px;
  color: black;
  font-weight: 600;
}

.fullpage-loader span {
  background-color: var(--main-color);
}

.custom-row .sidebar-col .category-menu ul li .category-list h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Recoleta";
}

.header-wishlist:hover svg {
  color: var(--main-color);
  transition: all 0.2s linear;
}

.booking-info p:hover {
  color: var(--main-color);
  transition: all 0.2s linear;
}

.category-menu ul li .category-list h5 a::before {
  display: none;
}

.category-menu ul li .category-list h5 a {
  overflow: initial;
  text-transform: uppercase;
}

.category-menu ul li .category-list h5 a::after {
  content: "";
  background-color: var(--main-color);
  height: 2px;
  width: 0px;
  position: absolute;
  left: -30px;
  top: 50%;
  opacity: 0;
  visibility: hidden;
}

.category-menu ul li .category-list h5 a.active::after {
  opacity: 1;
  visibility: visible;
  width: 25px;
}

.category-menu ul li .category-list h5 a.active {
  margin-left: 25px;
}

.category-menu ul li:hover .category-list h5 a::after,
.category-menu ul li:active .category-list h5 a::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
  width: 25px;
}

.category-menu ul li:hover .category-list h5 a,
.category-menu ul li:active .category-list h5 a {
  margin-left: 25px;
}

.mobile-menu ul li a {
  color: var(--dark-color);
  /* opacity: 0.8; */
}

.mobile-menu ul li a span {
  color: var(--dark-color);
  font-weight: 600;
}

.mobile-menu ul li.active a {
  opacity: 1;
}

.mobile-menu ul li.active::before {
  background-color: var(--dark-color);
}

.mobile-menu ul li {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.mobile-menu .badge-cart {
  background-color: var(--dark-color);
}

.mobile-menu .header-wishlist:hover svg {
  color: var(--dark-color);
}

.bottom-cart span {
  font-weight: 600;
}

.mobile-menu {
  padding-top: 22px;
  z-index: 11;
}

/* End Sidebar */
/* Start Content bar */
.new-header {
  /* position: fixed; */
  top: 0;
  width: calc(100% - 280px);
  right: 0;
  height: auto;
  /* width: 100%; */
  margin-left: 280px;
  overflow: hidden;
  transition: all 0.5s ease;
  padding: 0.75rem;
}

.header-notification.hidden {
  height: 0;
  padding: 0;
}

.content-col {
  padding: 0 !important;
}

/* Start Home Section */
.home-section {
  background-image: url("../images/banner/banner-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-section::before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-box {
  position: relative;
  z-index: 2;
  color: var(--white-color);
  text-align: center;
  padding: 15px;
}

.book-btn {
  display: flex;
  justify-content: center;
}

/* End Home Section */
/* Start About Section */
.about-box {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--main-color);
}

.about-box .box {
  flex-basis: 50%;
  width: 50%;
  padding: 20px;
  text-align: center;
  border: 1px solid var(--main-color);
  border-top: transparent !important;
}

.about-box .box h5 {
  font-size: 20px;
  color: var(--main-color);
  font-weight: 600;
  margin-bottom: 5px;
}

.about-box .box p {
  margin-bottom: 0;
  color: var(--dark-color);
  font-weight: 500;
  font-size: 16px;
}

.about-box .box:nth-child(odd) {
  border-right: transparent;
}

.about-box .box:last-child {
  border-right: 1px solid var(--main-color);
}

/* End About Section */
/* Start Reser Section */
.reservation-section {
  background-image: url("../images/banner/banner-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}

.reservation-section::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.reser-row,
.reser-form {
  z-index: 1;
  position: relative;
}

.reser-form label {
  color: var(--white-color);
}

.reser-form-white label {
  color: var(--dark-color);
}

.ranges li.active,
.ranges li:hover {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff;
}

.ranges li {
  width: 100%;
  color: #000;
}

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

/* 
.find-tabel-col {
    display: flex;
    align-items: center;
} */
.reservation-form {
  background-color: var(--dark-color);
  border-radius: 10px;
  padding: 30px 30px 30px 30px;
  position: relative;
  z-index: 7;
}

.reser-form {
  margin-top: -90px;
}

/* End Reser Section */
/* Start Order Section */
.order-img-box figure {
  margin: 0;
}

.product-box-3 .product-footer .price span {
  font-size: 18px;
}

/* .order-img-box{
    height: 100%;
} */
/* 
.order-img-box figure{
    height: 300px;
} */
.order-img-box img {
  height: 100%;
  display: block;
  width: 100%;
}

.order-boxes {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 10px;
}

.order-type {
  background-color: var(--dark-color);
  border-radius: 5px;
  padding: 10px;
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  cursor: pointer;
}

.order-type:hover,
.order-type:active {
  background-color: var(--main-color);
  transition: all 0.2s linear;
}

.order-type img {
  width: 30px;
}

.order-type p {
  color: var(--white-color);
  text-align: center;
  margin-top: 5px;
}

/* End Order Section */
/* End Book event Section */
.book-event {
  height: 100%;
}

.book-event img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.book-evnt-details {
  background-color: var(--dark-color);
  color: var(--white-color);
  padding: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-box {
  position: relative;
  padding: 30px;
  z-index: 7;
}

.event-box::after {
  position: absolute;
  content: "";
  border: 1px solid var(--main-color);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: -1;
}

.event-box::before {
  position: absolute;
  content: "";
  border: 1px solid var(--main-color);
  left: 10px;
  top: -10px;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: -1;
}

.book-evnt-details .event-box h3 {
  color: var(--white-color);
}

.book-evnt-details .event-box .event-group h5 {
  width: 100%;
  text-align: center;
  color: var(--white-color);
  font-size: 22px;
  margin-bottom: 5px;
}

.book-evnt-details .event-box .event-group p {
  color: var(--white-color);
  text-align: center;
  /* font-size: 18px; */
  margin-bottom: 0;
}

.event-group {
  margin-bottom: 20px;
}

.event-order .event-group:last-child {
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--main-color);
}

/* End Book event Section */
/* Start  Best Specialist */
.best-specialist ul.order-menu {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

ul.order-menu li.order-item {
  padding: 0 30px;
}

.best-specialist ul.order-menu .order-item a {
  font-size: 24px;
  color: var(--dark-color);
  position: relative;
}

.best-specialist ul.order-menu .order-item a.active {
  color: var(--main-color);
}

.best-specialist ul.order-menu .order-item a:hover,
.best-specialist ul.order-menu .order-item a:active {
  color: var(--main-color);
  transition: all 0.2s linear;
}

.best-specialist ul.order-menu .order-item a::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 8px;
  height: 8px;
  background-color: var(--main-color);
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.order-list-ul .offer-image {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
}

.order-list-ul .offer-image img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
}

.product-list li .offer-product {
  align-items: flex-start;
  justify-content: space-between;
}

.product-list li .offer-product .offer-detail {
  align-items: flex-start;
  padding-left: 0;
  gap: 15px;
}

.product-list li .offer-product .offer-detail {
  width: 100%;
}

.product-list li .offer-product .offer-detail p,
.product-list .offer-product .offer-detail p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-list .offer-product .offer-detail a .name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-weight: 600;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: var(--main-color);
  text-transform: uppercase;
}

.menu-area .product-list {
  padding: 0;
  border: 0;
  border-radius: 0;
}

.product-list li .offer-product .offer-detail a .name,
.product-list .offer-product .offer-detail a .name {
  font-size: 18px;
  position: relative;
}

.product-price {
  color: var(--main-color);
  font-weight: 600;
  font-size: 18px;
}

.menu-area .order-list-col.left {
  border-right: 0;
}

.product-list li .offer-product:hover .offer-detail a .name,
.product-list .offer-product:hover .offer-detail a .name {
  color: var(--main-color) !important;
}

.menu-items {
  margin-top: 40px;
}

.items {
  position: relative;
  padding-top: 40px;
}

.items::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 4px);
}

.menu-items:nth-of-type(1) .items::before,
.menu-items:nth-of-type(2) .items::before {
  content: none;
}

.menu-items:nth-of-type(1) .items,
.menu-items:nth-of-type(2) .items {
  padding-top: 0;
}

.menu-items:nth-of-type(even) .order-list-col.left {
  padding-right: 0px;
}

/* 
.order-list-col.right {
    padding-left: 30px;
} */
.order-list-col.left {
  padding-right: 30px;
}

.order-list-col.left {
  border-right: 1px solid var(--main-color);
}

.order-list-row {
  margin-bottom: 30px;
}

.common-row {
  margin-top: 40px;
}

.all-menu-item-section .product-list li {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

/* End Best Specialist */
/* Start Instagram */
.instagram-slider .category-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.instagram-slider .category-box {
  padding: 0;
  width: 100%;
  border-radius: 0;
}

.instagram-slider .category-box img {
  transition: all 0.2s linear;
}

.instagram-slider .category-box:hover img {
  filter: initial;
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.ui-timepicker-standard a {
  text-align: left;
}

.ui-timepicker-standard .ui-menu-item {
  width: 100% !important;
}

/* End Instagram */
/* Outdoor Page Start ==================================================================== */
.outdoor-section {

  height: 300px;
}

.outdoor-item-slide.slick-slide {
  margin: 10px;
}

.outdoor-item-slide a div img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.bookevent-form {
  padding: 0 30px 30px 30px;
  z-index: 10;
  position: relative;
}

/* Outdoor Page End =========================================================================*/
/* Contact Page Start =========================================================================*/
.contact-section {
  background-image: url("../images/banner/banner-4.png");
  height: 300px;
}

.contact-detail h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.contact-detail {
  margin-bottom: 20px;
}



.contact-detail svg {
  width: 20px !important;
  height: 20px !important;
}

.contact-info-main {
  padding: 30px;
  border-radius: 10px;
}

.contact-form-main {
  background-color: var(--white-color);
  padding: 30px;
  border-radius: 10px;
}

iframe.wafare-map {
  width: 100%;
  height: 350px;
  display: block;
}

.dark-section a:hover {
  color: var(--light-main);
}

/* Contact Page End =========================================================================*/
/* Menu Page Start =========================================================================*/
.custom-dropdown .dropdown-toggle {
  background-color: var(--white-color);
  padding: 10px 15px;
  border-radius: 5px;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
}

.custom-dropdown .dropdown-toggle.show {
  border-radius: 5px 5px 0px 0px;
}

.custom-dropdown .dropdown-toggle.show span i {
  transform: rotate(180deg);
}

.custom-dropdown .dropdown-toggle::after {
  display: none;
}

/* Custome Dropdown */
.custom-dropdown .dropdown-menu li {
  display: block;
}

.custom-dropdown .custom-menu-link {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.custom-dropdown .custom-menu-link p {
  margin-bottom: 0;
  color: var(--dark-color);
}

.custom-dropdown .custom-menu-link span i {
  color: var(--dark-color);
}

.custom-dropdown .round-div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.round-icon {
  background-color: var(--dark-color) !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--gray-light);
}

.round-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-dropdown .dropdown-menu {
  top: -2px !important;
  border-radius: 0 0 5px 5px;
  border: none;
  border-top: 1px solid var(--light-gray);
  width: 100%;
}

.custom-dropdown .dropdown-item {
  font-size: 16px;
}

.round-icon img {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}

.custom-dropdown .dropdown-item:active {
  background-color: var(--gray-light);
  color: var(--dark-color);
}

.custom-dropdown .dropdown-toggle.show .fa-chevron-down {
  transform: rotate(180deg);
}

.custom-dropdown .round-div p {
  margin-bottom: 0;
  font-size: 16px;
}

/* Address dropdown */
.address-dropdown-link {
  background-color: var(--white-color);
  padding: 20px 15px !important;
  border-radius: 5px;
  display: block;
  width: 100%;
}

.custom-dropdown .address-dropdown-menu {
  top: -2px !important;
  border-radius: 0 0 5px 5px;
  border: none;
  border-top: 1px solid var(--light-gray);
  max-width: 100%;
  min-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.address-dropdown-section .dropdown-toggle {
  padding: 20px 10px;
}

.custom-dropdown .address-icon svg {
  width: 20px;
  height: 20px;
  color: var(--dark-color);
}

.address-dropdown-menu .dropdown-item .media {
  display: flex;
  gap: 10px;
  white-space: normal;
}

.address-dropdown-menu .dropdown-item .media img {
  width: 100%;
  border-radius: 5px;
}

.address-dropdown-menu .dropdown-item .media .media-body h6 {
  font-weight: 600;
}

.address-dropdown-menu .dropdown-item .media .media-body a svg {
  color: var(--dark-color);
}

.address-dropdown-menu li:not(:last-child) .dropdown-item {
  border-bottom: 1px solid var(--gray-light);
}

.address-dropdown-menu .dropdown-item .media-body {
  width: 100%;
}

/* Menu list section */
.menu-list-section .menu-list-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.menu-list-section .menu-list {
  padding: 8px 22px;
  background-color: var(--dark-color);
  font-size: 16px;
  text-align: center;
  color: var(--white-color);
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-list-section .menu-list.active {
  background-color: var(--main-color);
}

.menu-list-section .menu-list:hover,
.menu-list-section .menu-list:active {
  background-color: var(--main-color);
  color: var(--white-color);
}

/* All Item section */
.all-menu-item-section {
  border: 1px solid var(--main-color);
  position: relative;
  padding: 30px 15px;
}

.all-menu-item-section-main {
  outline: 1px solid var(--main-color);
  padding: 10px;
}

.all-menu-item-section .menu-sub-list {
  margin-top: 30px;
}

.all-menu-item-section .menu-sub-list h5 {
  font-size: 28px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.menu-sub-list h5 .line1::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  background-color: var(--main-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.menu-sub-list h5 .line2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: var(--main-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.all-menu-item-section .menu-sub-list h5 .line1 {
  content: "";
  position: absolute;
  left: 0;
  background-color: var(--main-color);
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

/* .menu-item-title{  
  white-space: nowrap;
} */

.all-menu-item-section .menu-sub-list h5 .line2 {
  position: absolute;
  right: 0;
  background-color: var(--main-color);
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.all-menu-item-section .product-list li {
  background-color: var(--white-color);
  padding: 15px;
  border-radius: 5px;
  height: initial;
}

.all-menu-item-section .product-list li .offer-product .offer-detail {
  height: initial;
}

.all-menu-item-section .product-list li .offer-product .offer-detail a .name {
  color: var(--dark-color);
  font-size: 18px;
  margin-bottom: 5px;
}

.product-box-3 .product-footer .price del {
  font-size: 15px;
}

.all-menu-item-section .product-list li h6 {
  font-weight: 600;
  font-size: 20px;
}

.product-rating span {
  font-size: 16px;
}

.product-box-3 .product-footer .product-detail .name {
  font-size: 18px;
  font-weight: 600;
}

.all-menu-item-section .product-list li+li:after {
  border-bottom: initial;
}

.all-menu-item-section .product-list li+li {
  margin-top: 20px;
}

/* Menu type */
.heading-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content !important;
  text-align: center;
  margin: 0 auto;
}

.head-bg-1 {
  position: absolute;
  left: -80px;
  top: 0;
  z-index: 5;
  top: 38%;
}

.head-bg-2 {
  position: absolute;
  right: -80px;
  top: 0;
  z-index: 5;
  top: 38%;
}

.menu-sub-list-type {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
  display: none;
}

.menu-sub-list-type a {
  margin-right: 15px;
  color: var(--dark-color);
}

.menu-sub-list-type a p {
  font-size: 18px;
}

.menu-sub-list-type a.active {
  color: var(--main-color);
}

.menu-sub-list-type a:hover,
.menu-sub-list-type a:active {
  color: var(--main-color);
  transition: all 0.2s linear;
}

.menu-sub-list-row .product-list li {
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.2s linear;
}

.menu-sub-list-row .product-list li:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.2s linear;
}

.menu-sub-list-row .offer-detail p {
  margin-bottom: 10px;
  font-size: 16px;
}

.menu-order-section ul.order-menu {
  margin-bottom: 40px;
  margin-top: 10px;
}

.input-search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.custom-search-box {
  position: relative;
}

.custom-search-box input {
  padding: 10px 10px 10px 45px;
}

/* Menu Page End =========================================================================*/
/* Start Gift card section */
.gift-card-home-section {
  background-image: url("../images/banner/banner-4.png");
  height: 300px;
}

/* End Gift card section */
/* Accordion custom */
.accordion-custom {
  outline: 0;
  border: 0;
  border-radius: 5px;
}

.accordion-custom .accordion-item {
  background-color: var(--dark-color);
  outline: 0;
  border: 1px solid var(--white-color);
}

.accordion-custom .accordion-button {
  box-shadow: none;
  border: 0;
  outline: 0;
  background-color: var(--dark-color);
  color: var(--white-color);
}

.accordion-custom .accordion-button::after {
  background-image: none;
  content: initial;
}

.accordion-custom .accordion-button .acordion-btn-div span {
  width: 20px;
  height: 20px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--main-color);
}

/* Event form */
.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  margin-bottom: 25px;
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: var(--white);
  text-indent: 0px;
  border: none;
  background: transparent;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s,
    transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid rgb(89, 86, 83);
  border-radius: 50%;
  background: rgb(89, 86, 83);
  box-sizing: border-box;
  z-index: 0;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 15px;
  left: calc(-50% - 30px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: white;
  z-index: -1;
}
/* Raise z-index of flatpickr or similar datepickers */
/* Let datepicker popup overflow */
.multisteps-form__panel,
.multisteps-form__form,
.card,
.section-lg-space {
  overflow: visible !important;
  position: relative !important;
}

/* Ensure the calendar has high z-index */
.flatpickr-calendar,
.datepicker-dropdown,
.ui-datepicker {
  z-index: 9999 !important;
}


.multisteps-form__progress-btn.js-active:after {
  background: var(--main-color);
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn span {
  position: absolute;
  z-index: 0;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.multisteps-form__progress-btn {
  padding-top: 5px;
}

.multisteps-form__progress-btn.js-active {
  color: #000;
}

.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background: var(--main-color);
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.multisteps-form__panel[data-animation="scaleOut"] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation="scaleOut"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}

.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation="slideVert"] {
  top: 30px;
}

.multisteps-form__panel[data-animation="slideVert"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation="fadeIn"].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation="scaleIn"] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

/* progress bar */
.multisteps-form__progress-btn {
  color: #000;
}

.multisteps-form__progress-btn span {
  color: white;
  font-weight: bold;
}

.multisteps-form__progress-btn.js-active:before {
  background: var(--main-color);
}

.multisteps-form__progress-btn.js-active:after {
  background: var(--main-color);
}

.multisteps-form__progress-btn:before {
  border: none;
  background: #000;
}

.multisteps-form__progress-btn.js-active p {
  color: var(--main-color);
}

.multisteps-form__progress-btn p {
  font-size: 18px !important;
  margin-top: 35px !important;
}

.input-group-append {
  cursor: pointer;
  position: relative;
}

.calender-position {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.datetime-check .datepicker {
  padding: 10px;
}

.category-dropdown .dropdown-menu li {
  width: 100%;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--main-color);
}

/* js Custom dropdwon menu */
.js-custom-select-menu .select_wrap {
  position: relative;
  user-select: none;
}

.js-custom-select-menu .select_wrap .default_option {
  background: var(--white-color);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  padding: 5px 0;
}

.js-custom-select-menu .select_wrap .option p {
  margin-bottom: 0;
}

.js-custom-select-menu .select_wrap .default_option li {
  padding: 5px 20px;
}

.js-custom-select-menu .select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  display: none;
}

.js-custom-select-menu .select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
}

.js-custom-select-menu .select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.js-custom-select-menu .select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.js-custom-select-menu .select_wrap .select_ul li:hover {
  background: var(--gray-light);
}

.js-custom-select-menu .select_wrap .option {
  display: flex;
  align-items: center;
}

.js-custom-select-menu .select_wrap.active .select_ul {
  display: block;
}

.js-custom-select-menu .select_wrap.active .default_option::before {
  transform: rotate(-180deg);
  transform-origin: center;
}

.js-custom-select-menu .select_wrap .default_option::before {
  content: "\f078";
  font-family: "FontAwesome";
  position: absolute;
  top: 30%;
  right: 18px;
  color: var(--dark-color);
  transition: all 0.25s;
  width: 20px;
  height: 20x;
  display: flex;
  justify-content: center;
}

.custom-product-list.product-list-section.list-style>div {
  width: 50%;
}

.custom-product-list .product-box-3 {
  background-color: var(--white-color);
}

.custom-product-list .product-footer {
  padding-left: 0 !important;
}

.custom-product-list .add-to-cart-box .btn-add-cart {
  margin-top: 0;
  padding-right: 10px;
  background-color: var(--gray-light);
}

.custom-product-list .add-to-cart-box {
  background-color: #f8f8f8;
  border-radius: 50px;
  position: relative;
  max-width: 120px;
  margin: 0px auto;
  /* position: absolute; */
  width: 100%;
  bottom: -5%;
  left: 50%;
  transform: translateX(-50%);
}

.add-to-cart-box .qty-box .input-group button i {
  color: var(--dark-color);
}

.add-to-cart-box .btn-add-cart .add-icon i {
  color: var(--dark-color);
}

.custom-product-list .product-header {
  width: initial !important;
  position: relative;
}

.custom-product-list .product-box-3 .product-footer {
  width: 100% !important;
}

.custom-product-list .product-box-3 .product-header .product-image {
  padding: 0 20px !important;
}

/* Reservation */
.modal-reser-tab a {
  font-size: 20px;
  font-weight: bold;
  color: var(--dark-color);
  padding: 15px 0;
}

.modal-reser-tab a.active {
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color);
}

.modal-reser-tab {
  gap: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}

.ui-datepicker {
  z-index: 1200 !important;
}

.ui-timepicker-container {
  z-index: 1200 !important;
}

.ui-timepicker {
  z-index: 1200 !important;
}

#ui-datepicker-div {
  position: absolute !important;
}

.reser-time-periods {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-evenly;
}

.reser-time-periods.slot-time {
  justify-content: center;
}

.reser-time-periods p {
  margin-bottom: 0;
}

.reser-time-periods-main {
  border-top: 1px solid #d2d1c6;
  padding: 20px 0;
}

.reser-time-periods .time-perids-div {
  display: flex;
  gap: 10px;
  border-radius: 5px;
  flex-wrap: wrap;
  padding: 8px 14px;
  border: 1px solid var(--dark-color);
  align-items: center;
  cursor: pointer;
}

.reser-time-periods .reser-time-periods-radio {
  position: relative;
}

.reser-time-periods .reser-time-periods-radio input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.reser-time-periods .reser-time-periods-radio input:checked+label {
  background-color: var(--dark-color);
  transition: all 0.2s linear;
}

.reser-time-periods .reser-time-periods-radio input:checked+label img {
  filter: invert();
}

.reser-time-periods .reser-time-periods-radio input:checked+label p {
  color: var(--white-color);
}

.reser-time-periods .time-perids-div p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: var(--dark-color);
}

.reser-timeup {
  padding: 20px;
  background: #d9edf1;
  border-radius: 5px;
  margin-bottom: 20px;
}

.reser-timeup p {
  font-size: 18px;
}

.checkbox_animated:after {
  border: 2px solid var(--dark-color);
}

.checkbox_animated:before {
  border-color: var(--dark-color);
}

.details-card-box h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.details-card-box .card-box .box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.seat-radio input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.seat-radio input:checked+label {
  background-color: var(--dark-color);
  color: var(--white-color);
  border: 1px solid var(--dark-color);
}

.seat-radio label {
  border-radius: 5px;
  padding: 10px 18px;
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
  cursor: pointer;
}

.seat-radio-div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.reser-seat-type-main {
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}

.reser-time-periods-success svg {
  width: 20px;
  height: 20px;
}

.reser-time-periods-success {
  gap: 10px;
}

.avatar-md {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.custom-tab-pill .nav-link {
  color: #c1c1c1;
  border-radius: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom-tab-pill .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid var(--dark-color);
  border-radius: 0;
  color: var(--dark-color);
  font-weight: bold;
}

.no-slot-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 10px;
  opacity: 0.6;
}

.no-slot-img i {
  font-size: 25px;
  margin-bottom: 5px;
}

.no-slot-img p {
  font-size: 18px;
}

.home-popup-img img {
  height: 100%;
  object-fit: cover;
}

.sidebar-col::-webkit-scrollbar-track,
.cart-canvas .right-side-contents .card-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f5f5f5;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.sidebar-col::-webkit-scrollbar,
.cart-canvas .right-side-contents .card-body::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.sidebar-col::-webkit-scrollbar-thumb,
.cart-canvas .right-side-contents .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #f5f5f5;
  background-color: #555;
}

.btn-add-cart {
  margin-top: 0;
  padding-right: 10px;
  background-color: var(--gray-light);
}

.add-to-cart-box-modal {
  max-width: 130px;
  width: 100%;
}

.product-section .right-box-contain .product-packege .select-packege li a.active {
  background: var(--dark-color);
  border: 1px solid var(--dark-color);
}

.product-section-box .custom-tab-2 .nav-link {
  background-color: var(--white-color) !important;
  margin-bottom: 5px;
  font-weight: normal !important;
  font-size: 16px !important;
}

.product-section-box .custom-tab-2 .nav-link.active {
  border-bottom: 1px solid var(--dark-color) !important;
  font-weight: bold !important;
}

.custom-tab-2 {
  border-bottom: 0 !important;
}

.s-custom-ckbox input[type="checkbox"]:checked+label {
  background: var(--dark-color);
  color: var(--white-color);
  transition: 0.3s;
}

.s-custom-ckbox {
  position: relative;
}

.s-custom-ckbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.s-custom-ckbox label {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  padding: 5px 10px;
  text-align: center;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: linear 0.3s;
  color: var(--dark-color);
  cursor: pointer;
  border: 1px solid var(--dark-color);
  width: fit-content;
}

#product-modal del {
  color: #777 !important;
  font-size: 20px;
}

.nowrap {
  flex-wrap: nowrap !important;
}

.header-wishlist svg {
  width: 24px;
  height: 24px;
}

.overflow-wrap {
  overflow-wrap: anywhere;
}

.modal-header {
  position: relative;
}

/* End Content bar */

/* Notificaion */
.notification-card {
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 20px;
}

/* event invoice */

table.event-invoice-table th,
table.event-invoice-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px 0;
}

table.event-invoice-table tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.event-invoice-table .address-link {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.event-invoice-table .address-link:hover {
  color: var(--main-color);
}

@media (max-width: 767px) {
  .multisteps-form__progress-btn p {
    font-size: 17px !important;
    margin-top: 30px !important;
  }

  .menu-items:nth-of-type(2) .items::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px dashed rgba(74, 85, 104, 0.3);
    width: calc(100% - 4px);
  }

  .menu-items:nth-of-type(2) .items {
    padding-top: 40px;
  }

  .custom-product-list .add-to-cart-box {
    position: static;
    max-width: 250px;
    margin: 0;
    width: 100%;
    transform: translateX(0);
  }

  header .top-nav .navbar-top .web-logo img {
    width: 120px;
  }
}

.exe-lists:not(:last-child) {
  margin-bottom: 20px;
}

.simple-spinner {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.simple-spinner span {
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-right-color: var(--main-color);
  border-top-color: var(--main-color);
  border-bottom-color: var(--main-color);
  animation: spinner-anim 0.8s linear infinite;
}

@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  font-size: 17px;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 14px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  font-size: 12px;
  width: auto !important;
  white-space: nowrap;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;

}

.aval-area .custom-nav .nav-item .nav-link {
  background-color: transparent !important;
  color: white;
  font-weight: normal !important;
  padding: 10px 0 5px;

  position: relative;
}

.aval-area .custom-nav .nav-item {
  position: relative;
  margin-left: 40px;
}

.aval-area .custom-nav .nav-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  background: white;
  top: 50%;
  transform: translateY(-50%);
  left: -12%;

}

.aval-area .custom-nav .nav-item:first-of-type {
  margin-left: 0;
}

.aval-area .custom-nav .nav-item:first-of-type::before {
  content: none;
}

.aval-area .custom-tab-2 .nav-link.active {
  border-bottom: 1px solid var(--main-color) !important;
  color: var(--theme-color) !important;
}

.aval-item {
  background: var(--body-color);
  padding: 30px;
}

.aval-item:nth-of-type(even) {
  background: #fff;
}

ul.aval-ul li {
  margin-bottom: 20px;
  margin-left: 30px;
  position: relative;
}

ul.aval-ul li:last-of-type {
  margin-bottom: 0;
}

ul.aval-ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  background: var(--main-color);
  top: 8px;
  left: -20px;

}

.with-sub-ul ul li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.with-sub-ul ul li::before {
  content: none !important;
}

.aval-table {
  width: 100%;
}

.aval-table thead tr th,
.aval-table tbody tr td {
  text-align: center;
  background: var(--body-color);
  width: 33.33%;
}

.aval-table thead tr th:nth-of-type(odd) {
  background: #fff;
}

.aval-table tbody tr td:nth-of-type(even) {
  background: #fff;
}

.aval-table thead tr th,
.aval-table tbody tr td {
  border-bottom: 1px solid #ADADAD;
}

.cust-arrow .slick-prev::before,
.cust-arrow .slick-next::before {
  content: none;
}

.cust-arrow .slick-prev,
.cust-arrow .slick-next {
  background: #fff;
  border-radius: 2px;
  width: 35px;
  height: 35px;
  z-index: 1;
}

.cust-arrow .slick-prev:hover,
.cust-arrow .slick-prev:active,
.cust-arrow .slick-next:hover,
.cust-arrow .slick-next:active {
  background: var(--main-color);
  transition: all 0.2s linear;
}

.cust-arrow .slick-prev:hover i,
.cust-arrow .slick-prev:active i,
.cust-arrow .slick-next:hover i,
.cust-arrow .slick-next:active i {
  color: var(--white-color);
  transition: all 0.2s linear;
}

.cust-arrow .slick-prev {
  left: 0;
}

.cust-arrow .slick-next {
  right: 0;
}

.cust-arrow .prev-arrow,
.cust-arrow .next-arrow {
  font-size: 14px;
  color: #000;
}

.dark-faq-area .accordion-item,
.dark-faq-area .accordion-header,
.dark-faq-area .accordion-button {
  background: transparent;
}

.dark-faq-area .accordion-button {
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
}

.dark-faq-area .accordion-button:focus {
  z-index: 0;
  border-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dark-faq-area .accordion-header {
  border-bottom: 1px solid #fff;
}

.dark-faq-area .accordion-item {
  border: none;
}


.dark-faq-area .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.dark-faq-area .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

/* Not found */
.not-found-area {
  height: calc(100vh - 385px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.not-found-area .btn {
  width: fit-content;
}

.dashboard-right-sidebar .image-404 img {
  width: 180px;
  height: 180px;
}

/* Otp */
.resend-a {
  color: #959595 !important;
  margin-top: 15px;
}

.span-resend-otp {
  margin-top: 15px;
}

.resend-a:hover {
  color: #000 !important;
}

.otp-timer {
  margin-left: 6px;
  color: #F14913;
}

.inputFieldBox {
  position: relative;
}

.countryCodes {
  width: 60px;
}

.countryCodes:focus {
  box-shadow: none;
  border-color: #F14913;
}


.all-menu-item-section .menu-sub-list h5 .line2 {
  position: initial;
}

.all-menu-item-section .menu-sub-list h5 .line1 {
  position: initial;
}

.menu-item-title {
  font-size: 34px;
}

.daterangepicker .drp-buttons {
  display: flex !important;
  align-items: center;
}

.drp-buttons .cancelBtn {
  border: 1px solid #b7b7b7;
  margin-left: auto !important;
}

.drp-buttons .applyBtn {
  background-color: #F14913;
  color: #fff;
}

.drp-buttons .applyBtn:focus {
  box-shadow: none;
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
  background-color: #FDECA6 !important;
  color: #fff !important;
  border: none !important;
  color: #000 !important;
}


/* single image slider */

.single-img-slider .category-box img {
  transition: all 0.2s linear;
}

.single-img-slider .category-box img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.single-img-slider .category-box {
  padding: 0;
  width: 100%;
  border-radius: 0;
}

.single-img-slider .category-box:hover img {
  filter: initial;
}

.private-event-iframe {
  height: 450px;
}

.img-h-fix {
  height: 450px;
  object-fit: cover;
}

.tx-danger {
  color: red;
}

/* slick lightbox arrow */

.slick-prev:before,
.slick-next:before {
  font-size: 30px;
  z-index: 1;
}

.slick-lightbox .slick-next {
  right: 20px;
  z-index: 1;
}

.slick-lightbox .slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-lightbox-close:before {
  font-size: 30px;
}

/* create event otp  */

input.event-otp-input {
  width: 50px;
  text-align: center;
  height: 50px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  /* display: flex; */
  margin-right: 15px;
}

.event-resend-otp {
  color: #F14913 !important;
}

.event-resend-otp:hover,
.event-resend-otp:active {
  color: #000 !important;
}

header .top-nav .navbar-top .rightside-box .right-side-menu .right-side .header-wishlist span {
  background-color: var(--main-color);
}


.chaatdog-header .log-icon svg {
  width: 22px;
  height: 22px;
  margin-left: 10px;
}

.header-wishlist:hover svg {
  color: var(--main-color);
}

.log-menu li>a i.dashboard-account-arrow {
  margin-top: 7px;
  margin-left: 2px;
  font-size: 16px;
}


/* about slider */

.about-slider-arrow .slick-prev {
  left: -15px;
}

.about-slider-arrow .slick-next {
  right: -15px;
}

.trending-item a img {
  width: 100%;
}

/* about event */

.book-events .book-event-img img {
  width: 80%;
}


/* no date serch */

.No-data {
  text-align: revert;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.No-data .no-data-icon {
  margin-bottom: 10px;
}

.No-data .no-data-icon i {
  font-size: 35px;
}

.No-data .no-task-title {
  margin-bottom: 10px;
}

.No-data .no-task-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


/* Package */


.object-cover {
  object-fit: cover;
}

.priceoffer {
  background-color: var(--light-main);
  padding-top: 10px;
}

.package-card-main {
  height: 100%;
}

/* .package-card-main-right{

} */

.object-cover {
  object-fit: cover;
}

.add-link-text a {
  color: #000;
}


ul.pac-ul-div {
  max-height: 75px;
  min-height: 75px;
  overflow-y: auto;
  padding-bottom: 5px;
}

ul.pac-ul-div::-webkit-scrollbar {
  width: 4px;
}

ul.pac-ul-div::-webkit-scrollbar-track {
  background: rgb(231, 231, 231);
}

ul.pac-ul-div::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
}

.enquiry-boxes-packages .col {
  width: 25%;
}

.package-main-icon img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.table-common-div th,
.table-common-div td {
  white-space: nowrap;
}

.selected_item_div .selected_item h3 {
  font-size: 18px !important;
}

.selected_item_div .price {
  font-size: 15px !important;
}

.enquiry-boxes-packages {
  display: flex;
  gap: 15px;
  align-items: start;
}


/* timepicker */

.timepicker_wrap {
  top: 66px !important;
  left: 10px !important;
}

/*New css */

.profile-pic {
  color: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  transition: all 0.3s ease;
  height: calc(99px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
  width: calc(99px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
}

.profile-pic img {
  width: calc(99px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
  height: calc(99px + (108 - 93) * ((100vw - 320px) / (1920 - 320)));
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f8f8f8;
  border-radius: 0;
  padding: 5px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
  position: absolute;
  z-index: 0;
}

.cover-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -10px;
  right: -5%;
  background-color: #fff;
  border-radius: 100%;
  color: #4a5568;
  cursor: pointer;
}

.cover-icon i {
  position: relative;
}

.profile-url {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 106%;
  height: 108%;
  cursor: pointer;
  z-index: 1;
}

.new-area h3 {
  font-size: calc(20px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  margin: 1rem 0;
}

.new-area p {
  font-size: calc(15px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
  margin: 1rem 0;

}



.pad-wrapper {
  position: relative;
  width: 400px;
  height: 150px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #c9c9c9;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
  width: 100%;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  height: 100%;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}

.creditcard .sec-thm {
  fill: var(--body-color);
}

.creditcard .thm-color {
  fill: var(--main-color);
}

/* FRONT OF CARD */
#svgname {
  text-transform: uppercase;
}

#cardfront .st2 {
  fill: #f7d464;
}

#cardback .arr {
  fill: #000;

}

#cardfront .field-card {
  font-family: 'Bodoni';
  font-weight: 600;
  fill: #000;
}

#cardfront .field-card-num {
  font-size: 54.7817px;
}

#cardfront .field-label {
  font-family: var(--text-Recoleta);
  font-weight: 500;
  fill: #000;
  font-size: 26px;
}

#cardfront .field-card-name {
  font-size: 33.1112px;
}

#cardfront .filed-exp {
  font-size: 36.5498px;
}

#cardfront .field-rest {
  font-size: 16.1716px;
  font-weight: 300;
}

#cardfront .st12 {
  fill: #000;
}

/* BACK OF CARD */
#cardback .st2 {
  fill: #000;
}

#cardback .st3 {
  fill: #fff;
}

#cardback .st4 {
  fill: #f1f1f1;
}

#cardback .st5 {
  fill: #c4c4c4;
}

#cardback .st6 {
  font-family: var(--text-Recoleta);
  font-weight: 500;
}

#cardback .st7 {
  font-size: 27px;
}

#cardback .st9 {
  fill: #000;
}

#cardback .st10 {

  font-size: 26px;
}

#cardback .st11 {
  fill: #eaeaea;
}

#cardback .st12 {
  font-family: 'Bodoni'
}

#cardback .st13 {
  font-size: 37.769px;
}

.modal-cls1 {
  position: absolute;
  top: -10px;
  right: -10px;
}

/* FLIP ANIMATION */

.creditcard {
  width: 100%;
  max-width: 400px;
  height: 255px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}

.creditcard .front,
.creditcard .back {
  position: absolute;
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.creditcard .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.list-unstyled li {
  width: 100%;
}

.add-modal-img-link {
  display: inline-block;
  height: fit-content;
}

.new-pill {
  color: #fff;
}

.alert-contracted {
  background-color: #66b5ba;
}

.alert-pending {
  background-color: #d9534f;
}

.alert-closed {
  background-color: #e2cd69;
}

.alert-finalized {
  background-color: #85d28c;
}

.alert-lost {
  background-color: #746e64;
}

.alert-lead {
  background-color: #60989c;
}
.alert-booked {
  background-color: #f8a36a;
}
.new-table-cust ol {
  padding-left: 10px;
}

.payment-area {
  position: relative;

}


.section-isLoading {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d4d4d480;
  z-index: 11;
  top: 0;
}

.section-isLoading .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-isLoading .spinner-border {
  width: 4rem;
  height: 4rem;

  border: 0.3rem solid var(--main-color);
  border-right-color: transparent;
}



@media (max-width:767px) {
  .my-account-wraper {
    right: 12px;
    top: 20px;
  }

  .header-cart {
    display: inline-block !important;
  }

  /* .my-account .btn-res-cart {
    padding: 5px 10px;

  } */

  .my-account .btn-res-cart1 {
    padding: 5px 10px !important;
  }

  header .top-nav .navbar-top .middle-box {
    justify-content: flex-start;
    width: calc(100vw - 60px);
  }

  .my-account-wraper .onhover-dropdown .onhover-div-login {
    width: 150px
  }


  header.fixed-header {
    transition: all 0.3s ease;
  }

  header.fixed-header.active,
  header.fixed-header.active.account-down {
    top: 0 !important;
  }

  .new-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    width: 100%;
    margin-left: 0;
  }

  .account-down {
    top: 50px !important;
  }

  .my-account-wraper.account-down {
    top: 70px !important;
  }

  .noti-header.active .account-down {
    top: 20px !important;
  }


  .gift-card-box .bd-r {
    border-right: none;
  }

  .tooltip .tooltiptext {
    width: 220px !important;
    white-space: normal;
    z-index: 5;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {

  header.fixed-header {
    transition: all 0.3s ease;
  }

  .new-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    width: 100%;
    margin-left: 0;
  }

  header.fixed-header.active,
  header.fixed-header.active.account-down {
    top: 0 !important;
  }

  .account-down {
    top: 50px !important;
  }

  .my-account-wraper.account-down {
    top: 70px !important;
  }

  .noti-header.active .account-down {
    top: 20px !important;
  }


  .header-cart {
    display: inline-block !important;
  }
}


.cust-mobile .mobile_input {
  width: 100%;
  display: block;
  font-size: 14px;
  font-family: "Recoleta";

}


.cust-mobile .iti__search-input,
.cust-mobile-2 .iti__search-input {
  width: 100%;
  font-size: 14px;
  font-family: "Recoleta";
}

.cust-mobile .iti--separate-dial-code .iti__selected-flag,
.cust-mobile .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: transparent;
}

.cust-mobile .iti__country-container,
.cust-mobile-2 .iti__country-container {
  font-size: 14px;
  font-family: "Recoleta";
}

.cust-mobile .iti,
.cust-mobile-2 .iti {
  width: 100%;
}

.cust-mobile .iti__selected-country,
.cust-mobile-2 .iti__selected-country {
  padding-bottom: 2px;
}

.pd-x-cust {
  padding-left: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
  padding-right: calc(12px + (20 - 12) * ((100vw - 320px) / (1920 - 320)));
}




/* Cart Page Start  */


.btnclose.btnclosecart {
  margin-left: auto;
}

.itemDelete {
  margin-top: 5px;
  margin-left: 15px;
}

.card-header .itemDelete:hover,
.card-header .itemDelete:active {
  color: var(--main-text) !important;
}

.cart-canvas {
  background-color: var(--white-color);
}

.cart-canvas .left-btn-position {
  display: block;
}

.right-side-contents {
  height: 100vh;
  position: relative;
}

.cart-canvas .btn-sty-circle {
  position: absolute;
  top: 15px;
  left: -60px;
  /* padding: 10px; */
  box-shadow: 0 4px 8px 0 #dee2e405, 0 12px 20px 0 #e6e9e929;
  width: 42px;
  height: 42px;
  text-align: center;
  color: black;
  line-height: 35px;
  background: var(--white-color);
  border-radius: 50%;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.cart-canvas .left-side {
  max-width: 130px;
}

.cart-canvas .left-tab-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  border-bottom: none;
}

.cart-canvas .left-tab-li {
  padding: 13px 24px !important;
  width: 100%;
  text-align: center;
}


.cart-canvas .left-tab-li.active .left-tab-icon img {
  filter: brightness(0.5);
}

.cart-canvas .left-tab-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: -13px;
}

.cart-canvas .left-tab-li.active {
  background-color: var(--light-main);
}

.cart-canvas .left-tab-li:hover {
  cursor: pointer;
}

/* .cart-canvas .left-tab-icon {
  padding: 1px;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  margin-bottom: 8px;
  border: 1px solid transparent;
  margin-top: 20px;
} */

.cart-canvas .left-tab-info p {
  margin-bottom: 5px;
}

.cart-canvas .left-tab-info span {
  color: var(--main-color);
  font-size: 18px;
}

.left-tab-link:hover p {
  color: var(--main-color);
}

.cart-canvas a {
  color: #000;
}

.cart-canvas .cart-items ul li img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.cart-canvas .cart-items ul li img:hover {
  transform: scale(1.1);
}

.cart-canvas .cart-items ul li h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.cart-canvas .cart-items ul li h5 a:hover {
  color: var(--main-color);
}

.cart-canvas .cart-items ul li {
  border-top: 1px solid var(--light-gray);
  width: 100%;
  padding: 15px 0px;
}

.cart-canvas .cart-items ul li:first-child {
  border-top: none;
  padding-top: 0px;
}

.cart-canvas .cart-items ul li:last-child {
  padding-bottom: 0 !important;
}

.cart-canvas .check-out-bottom .pos-badge {
  position: absolute;
  left: 40%;
  margin-top: -20px;
  background-color: var(--white-color);
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  padding: 9px 13px;
}

.cart-canvas .check-out-bottom .pos-badge p {
  margin-bottom: 0px;
  font-weight: 600;
}

.cart-canvas .card-header a:hover {
  color: var(--main-color);
}

/* .cart-canvas .quantity-price .cart_qty button {
  width: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  height: calc(29px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background-color: var(--light-gray-2);
  border-radius: 100% !important;
  padding: 0;
} */

.cart-canvas .quantity .quantity-price .input-group .btn {
  z-index: 1;
}



.cart-canvas .quantity .quantity-price {
  max-width: 40%;
  margin-bottom: 3px;
}

.cart-canvas .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
  max-width: 55%;
  font-size: 22px;
}

.cart-canvas .quantity .customized-text a {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
  text-decoration: underline;
}

.cart-canvas .cart-varient h3 {
  font-size: 18px;
  font-weight: 600;
}

.cart-canvas .cart-varient h3:last-child {
  border-left: 1px solid var(--dark-color);
  padding-left: 6px;
}

.cart-canvas .variations {
  width: 80%;
}

.cart-canvas .quantity {
  margin-top: 5px;
}

.variations span {
  background-color: var(--light-gray-2);
  padding: 3px 3px;
  border: 1px solid var(--light-gray-2);
  margin: 0px;
  margin-bottom: 3px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 3px;
}

.check-out-bottom p {
  margin-bottom: 5px;
}

/* .cart-canvas .right-side-contents .card-body {
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
} */

.cart-order-items {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
}

.main-body-contents {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 20px;
}

.check-out-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
  /* box-shadow: rgba(90, 93, 95, 0.4) 0px 8px 24px; */
}

.cart-btn a {
  color: var(--dark-color);
}

.add-to-cart-box .qty-box.open {
  display: block;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.offcanvas.show .cbtn {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.offcanvas.show .cbtn {
  z-index: 9;
}



.cbtn {
  position: absolute;
  top: 12px !important;
  right: 10px !important;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}



/* .offcanvas-body{
  position: relative;
} */
.btnclose {
  font-size: 16px;
  display: flex;
  align-items: center;
}

/* .btnclose .btn-close {
  margin-top: 8px;
} */

.cart-order-items .accordion-button:not(.collapsed) {
  color: inherit;
}

.quantity {
  margin-top: 15px;
}

.quantity .quantity-price {
  max-width: 35%;
  margin-bottom: 3px;
}

.cart-order {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.logo-md img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
}

.logo-md img:hover {
  transform: scale(1.1);
}

.cart-canvas .check-out-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-shadow: rgba(90, 93, 95, 0.4) 0px 8px 24px;
}


.btnclosecart .btn-close {
  margin-top: 5px !important;
  font-size: 12px;
  margin-left: 5px;
}

.card.cart-order-items.mx-3 {
  margin-top: 20px;
}


.cart-order-items {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
}

.main-body-contents {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 20px;
}

.check-out-bottom {
  position: absolute;
  bottom: 10px;
  width: 100%;
  /* box-shadow: rgba(90, 93, 95, 0.4) 0px 8px 24px; */
}

.cart-btn a {
  color: var(--dark-color);
}

.add-to-cart-box .qty-box.open {
  display: block;
  border-radius: 50px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-box::before {
  top: 30px;
  border-left: 2px dashed rgba(0, 0, 0, 0.4);
}

.coupon-box {
  border: 2px dashed #c7e2d6;
  color: #0f5132;
  padding: 8px 10px;
  background-color: #e8fcf3;
  display: flex;
  align-items: center;
  width: fit-content;
}

.new-select .bootstrap-select.form-select {
  width: 100% !important;
  padding: 0;
}

.new-select .bootstrap-select .dropdown-menu li {
  display: block;
  font-size: 16px;
}

.slot-select-block .new-select .btn.dropdown-toggle {
  padding: 5px 10px;
}

.slot-select-block .new-select .btn.dropdown-toggle::after {
  content: none;
}

.slot-select-block .new-select .btn.dropdown-toggle:focus {
  outline: thin solid var(--light-main) !important;
}

/* Only Progressbar Start*/
.only-progress .multisteps-form__progress-btn {
  padding: 0;
  border: none;
  border-top: 4px solid #DCDCDC;
}

.multisteps-form__progress-btn.js-active {
  border-color: var(--main-color);
}

.only-progress .multisteps-form__progress-btn:before,
.only-progress .multisteps-form__progress-btn:after {
  content: none;
}

/* .feedback-section .seat-radio{
  width: 60px;
  height: 60px;
} */
.feedback-section .seat-radio label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* Only Progressbar End*/

.success-icon-md {
  width: 130px;
}


.review-marquee {
  display: none;
}

.review-marquee .js-marquee-wrapper,
.common-marquee .js-marquee-wrapper {
  display: flex;
}

.maquee-items {
  margin-right: 50px;
}



.cust-radio-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.box-check input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.box-check label {
  padding: 5px 10px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  cursor: pointer;
  border-radius: 0;
  transition: all 0.3s linear;
  background-color: transparent;
}

.box-check input:checked+label,
.box-check input+label:hover {
  background-color: var(--main-color);
  color: #fff;
}

.gift-faq .accordion-button {
  font-weight: 500;
  font-size: calc(22px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
  line-height: 1.2;

}

.gift-faq .accordion-body {
  font-size: calc(16px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
  line-height: 1.4;
}

.gift-faq .accordion-button:focus {
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* checkbox */

input[type='checkbox'].switch-control {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

input[type='checkbox'].switch-control+label {
  display: flex;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}

input[type='checkbox'].switch-control+label .switch-label {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  padding: 5px 15px;

}

input[type='checkbox'].switch-control+label .switch-label-left {
  background: var(--main-color);
  color: #fff;
}

input[type='checkbox'].switch-control:checked+label .switch-label-left {
  background: transparent;
  color: var(--main-color);
}

input[type='checkbox'].switch-control+label .switch-label-right {
  background: transparent;
  color: var(--main-color);
}

input[type='checkbox'].switch-control:checked+label .switch-label-right {
  background: var(--main-color);
  color: #fff;
}

.recipient-row:not(:last-child) {
  border-bottom: 1px dashed var(--gray-color);
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.tab-sty1 .nav-item:has(.nav-link.active) {
  border-bottom: 1px solid var(--red-color);
}

.tab-sty1 .nav-link.active {
  color: var(--red-color) !important;
  border-color: var(--red-color);
}

.gift-card-canvas {
  max-height: calc(100vh - 50px);
  overflow-x: hidden;
  overflow-y: auto;
}

.left-box {
  position: sticky;
  top: 120px;
}


.clipboard-wrapper {
  position: relative;
}

.copy-text {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.copy-text::-moz-selection {
  color: #fff;
  background: var(--dark-color);
}

.copy-text::selection {
  color: #fff;
  background: var(--dark-color);
}

.copyTo {
  position: absolute;
  top: 50%;
  right: 25px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}

.copyTo:hover:after {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
}

.copyTo:after {
  content: attr(tooltip);
  width: 140px;
  bottom: 30px;
  left: 50%;
  padding: 5px;
  z-index: 3;
  border-radius: 4px;
  font-size: 0.8rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  transform: translateY(-10px) translateX(-50%);
  transition: all 300ms ease;
  text-align: center;
}

.multisteps-form__content .dropzone {
  background: #f7f7f7;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  min-height: auto;
}

.multisteps-form__content .dropzone:hover {
  background: #e1e1e1;
}

.new-slide-arrow.arrow-slider .slick-prev,
.new-slide-arrow.arrow-slider .slick-next {
  top: 50%;
  z-index: 1;
}

.new-slide-arrow.arrow-slider .slick-next {
  right: -20px;
}

.new-slide-arrow.arrow-slider .slick-prev {
  left: -20px;
  right: unset;
}

.new-slide-arrow.arrow-slider span {
  font-size: unset;
}

.items-details:not(:first-of-type) {
  margin-top: 10px;
}


@media only screen and (min-width: 360px) and (max-width: 768px) {
  .cart-order-items {
    height: calc(100vh - 360px) !important;
    max-height: -webkit-fill-available;
    max-height: -moz-fill-available;
    overflow-x: hidden;
  }
}

.sticky-button {
  background: var(--light-main);
  padding: calc(8px + (160 - 12) * ((100vw - 367px) / (1920 - 320))) calc(6px + (160 - 12) * ((100vw - 321px) / (1920 - 320)));
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  left: 0;
}

.button-filter {
  background: transparent;
  display: flex;
  justify-content: center;
  /* height: 70px; */
}

.button-filter .badge {
  left: 110%;
  background: var(--main-color);
  color: #000;

}

.product-box-3 .product-header .product-image {
  height: calc(220px + (140 - 100) * ((100vw - 320px) / (1920 - 320)));
}

@media (max-width: 575px) {

  .com-arrow.arrow-slider .slick-prev,
  .com-arrow.arrow-slider .slick-next {
    top: 50%;
    z-index: 2;
  }

  .com-arrow.arrow-slider .slick-prev {
    right: unset;
    left: -20px;
  }

  .com-arrow.arrow-slider .slick-next {
    right: -20px;
  }
}

.check-pay .sq-card-wrapper .sq-card-message {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.check-pay .sq-card-wrapper .sq-card-message.sq-visible {
  height: auto;
  margin-top: 11px;
  margin-bottom: 11px;
}

.multisteps-form__content .btn-danger {
  color: #fff;
  background-color: #ff4026;
}

.multisteps-form__content .link-plus {
  color: #ffffff;
  background-color: var(--main-color);
  margin-left: 0px;
  width: 46px;
}

.tooltip-inner {

  font-size: 14px;

}

.product-section-box .custom-nav .nav-item .nav-link.active {
  opacity: 1;
  color: var(--main-color);
  font-weight: 500;
}

.product-section-box .custom-nav .nav-item .nav-link.active::after {
  width: 100% !important;
  background: var(--main-color) !important;
  top: auto;
  bottom: 0;
}

@media (max-width: 768px) {

  .conversation-list,
  .ctext-wrap-content.wd-500,
  .ctext-wrap {
    width: 100%;
  }

  .main-page-section {
    padding-bottom: 0;
  }

  .custom-row .content-col {
    margin-bottom: 0 !important;
  }

  .new-footer {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-left: 0;
    position: relative;
    padding-top: 0;
  }

  .footer-links li:not(:last-of-type)::before {
    content: none;
  }

  .new-footer .sub-footer {
    margin-bottom: 0;
  }

  .new-footer .sub-footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .cookie-bar-box {
    padding: 20px;
    left: 0;
    max-width: 100%;
  }
}

.main-title {
  font-weight: 500;
  font-size: 52px;
  line-height: 1.1;
}

.sub-title {
  font-size: calc(17px + (16 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
  line-height: 1.4;
  color: #000;
  margin: 1rem 0;
}

.card-index-indi {
  width: 30px;
  height: 30px;
  font-size: calc(16px +(15 - 14)*((100vw - 320px) /(1920 - 320)));
  color: #000000;
  font-weight: 500;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #212529;
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 15px);
  left: -16px;
}

.bg-shadow {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.option-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.option-tag .btn-check:checked+.btn-outline-primary,
.option-tag .btn-outline-primary:hover,
.option-tag .btn-outline-primary:focus {
  background: var(--main-color) !important;
  color: var(--dark-color) !important;
}

.no-last-bb {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.menu-list-main {
  display: flex;
  gap: 15px;
  overflow-x: auto;
}

.order-deal .category-list .nav-link.active,
.order-deal .category-list .nav-link:hover {
  border-color: var(--main-color);
  /* color: var(--red-color); */
}

.order-deal .category-list .nav-link {
  color: #222;
  font-weight: 500;
  -webkit-transition: all 0.3sease-in-out;
  transition: all 0.3sease-in-out;
  font-size: calc(14px +(16 - 14)*((100vw - 320px) /(1920 - 320)));
  white-space: nowrap;
  line-height: 1;
  border: 1px solid #ffffff;
  padding: calc(14px +(14 - 9)*((100vw - 320px) /(1920 - 320)));
  margin: 0;
}

.custom-product-list .product-box-3 {
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  .element {
    padding: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320))) !important;
  }
}

.product-box-3 {
  padding: calc(7px +(14 - 7)*((100vw - 320px) /(1920 - 320)));
  position: relative;
  background-color: #ffffff !important;
  border-radius: 5px;
  -webkit-transition: all 0.4sease-in-out;
  transition: all 0.4sease-in-out;
}

.bg-thm {

  background: var(--main-color) !important;
}

.product-header .cart_qty {
  background: white !important;
}

.btn-theme-info {
  background: var(--main-color) !important;
  color: white;
}

.new-tab-nav .nav-link.active {
  background-color: var(--main-color) !important;
  /* border: 1px solid #212529; */
  color: #ffffff !important;
}

.new-banner-section {
  background-image: url(../images/banner/banner-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.countdown-timer {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}

.lining {
  border-top: 1px dashed #F14913;
  padding: 10px 0;
}

.bg-img-text {
  position: absolute;
  bottom: 20px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.multisteps-form__content .description {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: visible;
  white-space: pre-line;
  font-size: .875em;
  padding: 10px 0 0 0;
}

.cart-canvas .left-tab-li.active .order-icon {
  background-color: transparent !important;
  border: 1px solid black;
  color: var(--white-color);
}


.checkout-section-2 .checkout-detail-box .inputFieldBox .iti {
  width: 100%;
}

.checkout-section-2 .checkout-detail-box .bootstrap-select .dropdown-toggle::after {
  display: none !important;
}

.checkout-section-2 .checkout-detail-box .bootstrap-select>.dropdown-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 2rem;
}

.vendor-img-modal img {
  height: 100%;
  max-width: 106px;
  object-fit: cover;
}

.iti__selected-dial-code {
  color: #000 !important;
}

.header-gradient {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 50%, transparent);
    transition: background-image 0.3s ease;
}

.two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  min-height: 3em;    
}

.home-main-1 .center-content {
  height: 50vh !important;
}
.menu-des {
  font-weight: bold;
  font-size: 18px !important;
}

.cookie-bar-box {
    max-width: 530px;
    max-height: calc(100vh - 5rem);
    border-radius: 0;
    padding: 40px;
    right: auto;
    left: 25px;
    z-index: 3;
    bottom: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}

.cookie-bar-box .cookie-box {
    text-align: left;
}


/* ------------------------------------- */
/* ----- START : CONTACT PAGE ONLY ----- */
/* ------------------------------------- */

/* START : SECTION : 2 */
.contact-second {
  background-color: #fff1b8;
  padding: 80px 0 60px;
}

.contact-second-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact-left h2 {
  color: #f24a1d;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-left p {
  font-size: 15px;
  margin-bottom: 25px;
  color: #333;
}

.contact-left img {
  width: 100%;
  max-width: 540px;
  border: 3px solid #fff;
}

.contact-box2 {
  border: 2px solid #f24a1d;
  padding: 40px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.contact-field {
  display: flex;
  flex-direction: column;
}

.contact-field.full {
  grid-column: span 2;
}

.contact-field label {
  font-size: 13px;
  margin-bottom: 6px;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  border: none;
  border-bottom: 2px solid #f24a1d;
  background: transparent;
  padding: 8px 4px;
  font-size: 14px;
  outline: none;
}

.contact-field textarea {
  resize: none;
  min-height: 90px;
}

.contact-info-row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 60px;
}

.contact-info-row h4 {
  color: #f24a1d;
  font-weight: 700;
  margin-bottom: 8px;
}

.contact-info-row p {
  font-size: 14px;
}

.contact-submit2 {
  margin-top: 25px;
  background-color: #f24a1d;
  color: #fff;
  border: none;
  padding: 12px 26px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 992px) {
  .contact-second-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-info-row {
    flex-direction: column;
    gap: 25px;
  }
}
/* END : SECTION : 2 */

/* START : SECTION 3 */
/* END : SECTION 3 */

/* ----------------------------------- */
/* ----- END : CONTACT PAGE ONLY ----- */
/* ----------------------------------- */