:root {
  --light-gray: #d2d1c6;
  --light-gray-2: #e3e0e0;
  --light-main: #fcecc8;
}

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

.theme-color {
  color: var(--main-color) !important;
}

.btn-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;
  background: #000 !important;
}

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

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

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

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

/* About Breadcrumb Start */
.about-breadcrumbs-section {
  background-image: url("../../uploads/breadcumb/about-us.jpg");
}

.cs-breadcrumbs-section {
  background-image: url("../images/cs-final/banner.png");
}

.breadcrumb-sec {
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
}

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

/* About Breadcrumb End */
/* About Us Img Section */
.about-us-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* About Us Img Section End*/
/* About Us Writup Start */
.writeup-section .line-before {
  position: relative;
  overflow: hidden;
  display: block;
}

.writeup-section .line-before h2:last-child {
  margin-left: 55px;
}

.writeup-section .line-before h2:last-child:before {
  content: "";
  position: absolute;
  width: 25%;
  top: 50%;
  left: -28%;
  margin-right: 10px;
  border-top: 4px solid var(--main-color);
}

/* About Us Writup End */
/* Order-trending Start */
.order-trending {
  background-color: var(--dark-color);
  color: var(--white-color);
  height: 100%;
}

.order-trending .trending-item {
  position: relative;
}

.order-trending .trending-content {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.order-trending .trending-content span {
  color: var(--main-color);
}

.order-trending .trending-content h4 {
  color: var(--white-color);
}

.order-trending .trending-content h4::before {
  position: absolute;
  left: 29%;
  content: "";
  height: 42px;
  height: 2px;
  background: var(--white-color);
  width: 80px;
  bottom: 42%;
  text-align: center;
  transition: all 0.5s linear;
}

.order-trending .trending-item:hover .trending-content h4::before {
  position: absolute;
  left: 2%;
  content: "";
  height: 40px;
  height: 2px;
  background: var(--white-color);
  transition: all 0.5s linear;
  width: 100%;
}

.order-trending .trending-item .trending-content p {
  color: var(--white-color);
  visibility: hidden;
  margin-top: 14px;
  width: 200px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.order-trending .trending-item:hover .trending-content p {
  visibility: visible;
  transition: all 0.2s linear;
}

.order-trending .arrow-slider .slick-prev {
  left: -50%;
  top: calc(289px + (-43 - -28) * ((100vw - 320px) / (1920 - 320)));
}

.order-trending .arrow-slider .slick-next {
  left: -45%;
  top: calc(289px + (-43 - -28) * ((100vw - 320px) / (1920 - 320)));
}

.arrow-slider .slick-prev::before,
.arrow-slider .slick-next::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #000 !important;
}
.order-trending .arrow-slider .slick-prev:hover,
.order-trending .arrow-slider .slick-next:hover {
  background-color: #000 ;
}

/* Order-trending End */
/* Booking Section Start */
.book-events {
  position: relative;
}

.book-events .booking-content {
  background-color: var(--dark-color);
  color: var(--white-color);
  padding: 40px;
  height: auto;
  width: 400px;
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

/* Booking Section End */
/* Instagram Section Start  */
.instagram-feed {
  background-color: var(--dark-color);
  color: var(--white-color);
}

/* Instagram Section End*/
/*----------- Private Event Page Css Start----------------- */
/*Private Breadcrumb Start */
.p-event-breadcrumbs-section {
  background-image: url("../../uploads/breadcumb/private-event.jpg");
}

/*Private Breadcrumb End */
/* Book Event Start */
.book-event-section {
  background-image: linear-gradient(to left,
      rgba(0, 0, 0, 0.9),
      transparent 80%,
      transparent),
    url("../images/private-event/book-event.jpg");
  height: 550px;
  background-size: cover;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  color: var(--white-color);
  padding: 160px 0 !important;
}

/* Book Event End */
/* Wedding Blogs Start */
.wedding-blog .wedding-box.event-box {
  padding: 84px;
}

/* Wedding Blogs End */
/* Event Spaces Start  */
.event-spaces .three-slider-eventspaces .spaces-card {
  position: relative;
  overflow: hidden;
}

.event-spaces .three-slider-eventspaces .spaces-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.event-spaces .three-slider-eventspaces .spaces-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 2px solid var(--white-color);
  transition: all 0.3s ease;
}

.event-spaces .three-slider-eventspaces .spaces-card:hover::after {
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border: 2px solid var(--main-color);
}

.event-spaces .three-slider-eventspaces .spaces-card .event-spacecontent {
  position: absolute;
  /* top: 10%; */
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  color: var(--white-color);
  z-index: 5;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.event-spaces .three-slider-eventspaces .spaces-card .event-spacecontent h4 {
  font-size: 28px;
}

.event-spaces .three-slider-eventspaces .spaces-card .new-event-card h4 {
  height: 80px;

}

.event-spaces .three-slider-eventspaces .spaces-card .event-spacecontent p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.event-spaces .three-slider-eventspaces .spaces-card .event-spacecontent a.event-link {
  text-decoration: underline;
  font-size: 15px;
}

.event-spaces .three-slider-eventspaces .spaces-card .event-spacecontent a:hover {
  cursor: pointer;
}

.event-spaces .arrow-slider .slick-prev:hover,
.event-spaces .arrow-slider .slick-next:hover {
  background-color: var(--main-color);
}

.three-slider-eventspaces .slick-slide img {
  height: 400px;
}

/* Event Spaces End  */
/*----------- Private Event Page Css End----------------- */
/*----------- Experiences Page Css Start----------------- */
.experience-breadcrumbs-section {
  background-image: url("../../uploads/breadcumb/experiences.jpg");
}

/* Product Section Start */
.custom-tab .product-box-3:hover .product-header .product-image img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.custom-tab .product-box-3 .product-header .product-image img {
  transition: all 0.3s ease-in-out;
  height: calc(220px + (140 - 100) * ((100vw - 320px) / (1920 - 320)));
  width: 100%;
  object-fit: cover;
}

.custom-tab .product-box-3 {
  min-height: 200px;
}

.custom-tab .product-box-3 .exe-mode p {
  margin-bottom: 0px;
}

.custom-tab .product-box-3 .exe-date p {
  margin-bottom: 6px;
}

.custom-tab .product-box-3 .product-footer h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 600;
}

.custom-tab .product-box-3 .product-footer h4:hover {
  color: var(--main-color);
}

.custom-tab .product-box-3 .product-footer .price-detail {
  background-color: var(--light-main);
  border: 1px solid var(--light-main);
  padding: 7px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.custom-tab .product-box-3 .product-footer .price-detail a {
  color: var(--dark-color);
}

.custom-tab .product-box-3 .product-footer .price-detail p {
  margin-bottom: 2px;
  font-weight: 500;
  font-size: 18px;
}

.custom-tab .product-box-3 .product-footer .buy-btn {
  border-left: 2px solid var(--main-color);
}

.custom-tab .product-box-3 .product-footer .buy-btn a {
  padding-left: 6px;
  font-weight: 500;
}

.custom-tab .product-box-3 .product-footer .buy-btn a:hover {
  color: var(--main-color);
}

.custom-nav.toogle-nav {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--light-gray);
  padding: 7px;
  margin-right: 7px;
}

.custom-nav.toogle-nav .nav-link {
  flex: 1;
  padding: 10px;
  text-align: center;
  border: 1px solid var(--light-gray);
  background-color: var(--light-gray) !important;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-nav.toogle-nav .nav-link.active {
  background-color: var(--light-main) !important;
  color: var(--dark-color);
  border-radius: 10px;
}

.custom-nav.toogle-nav .nav-link:hover {
  background-color: var(--white-color);
}

.product-section .product-section-box .custom-nav.toogle-nav .nav-item .nav-link:focus::after,
.product-section .product-section-box .custom-nav.toogle-nav .nav-item .nav-link:hover::after,
.product-section .product-section-box .custom-nav.toogle-nav .nav-item .nav-link.active::after {
  background: none !important;
}

.exe-search .search-input i {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  font-size: 17px;
  color: var(--dark-color);
}

.exe-search .search-input .form-control {
  padding-left: 45px;
}

.category-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-dropdown .dropdown .dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: var(--white-color);
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: 12px;
  border-radius: 5px;
  color: var(--dark-color);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 17px;
  margin-bottom: 20px;
}

.custom-tab .product-box-3 label {
  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;
  top: 10px;
  bottom: unset;
  left: 10px;
  border-radius: 5px;
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
}

/* Product Section Start */
/*----------- Experiences Page Css End----------------- */
/* Login Page Start */
/* .offcanvas .login-form a{
    color: var(--main-color) !important;
} */

.inputFieldBox {
  display: flex;
  gap: 5px;
}

.countryCodes {
  height: 44px;
  border: 1px solid #ced4da;
  padding: 0 0 0 6px;
  font-size: 16px;
  color: var(--dark-color);
  border-radius: 5px !important;
  -webkit-border-radius: 5px;
}

.otp-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.otp-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}

.otp-input:focus:focus {
  border-color: var(--green-color);
}

#verificationCode {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}

.login-form #otp-verify span {
  color: var(--dark-color);
  font-weight: 600;
  justify-content: end;
  text-align: end;
  margin-bottom: 5px;
  font-size: 17px;
}

.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;
  left: -60px;
  top: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

/* 
.btnclose {
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #e3e3e3;
  box-shadow: 0px 10px 10px #0000004a;
  text-align: center;
} */

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

/* Login Page End */

/* Cart Page Start  */
.cart-canvas {
  /* background-color: var(--body-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: center;
  border-bottom: none;
}

.cart-canvas .left-tab-li {
  padding: 5px 0px;
  width: 100%;
  text-align: center;
}

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

.cart-canvas .check-out-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

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

.wd-600 {
  width: 600px;
}

.cart-canvas .left-tab-li.active .left-tab-icon {
  background-color: var(--dark-color);
  color: var(--white-color);
}

.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 {
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--light-gray);
  background: var(--white-color);
  width: 50px;
  height: 50px;
  text-align: center;
  margin-bottom: 8px;
  border: 1px solid transparent;
  margin-top: 20px;
}

.cart-canvas .left-tab-icon:hover {
  background-color: var(--main-color);
  color: #000;
}

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

.cart-canvas .left-tab-info span {
  color: #000;
  font-size: 18px;
}

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

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

.cart-canvas .cart-items ul li img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 5px;
  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 .input-group .btn {
  position: relative;
  z-index: 2;
}

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

.cart-canvas .quantity-price .cart_qty input {
  padding: 0;
  border: none;
  text-align: center;
  background-color: transparent;
  max-width: 25%;
  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 span {
  background-color: var(--light-gray-2);
  padding: 5px 8px;
  border: 1px solid var(--light-gray-2);
  margin: 3px;
  border-radius: 5px;
}

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

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

.check-out-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.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;
}

/* Cart Page End  */

/* Image Gallery  */
@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

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

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
  border-radius: 5px;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: 0.6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

/* Image Gallery End  */
/* Experience Detail Page Start  */

.my-custom-nav {
  /* justify-content: center; */
  padding-bottom: 5px;
  gap: 20px;
}

.des-section .product-section-box .custom-nav .nav-item .nav-link.active {
  background-color: var(--main-color);
  font-weight: 500;
  border-radius: 5px;
  color: var(--white-color);
}

.des-section .product-section-box .custom-nav .nav-item .nav-link.active:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}

.des-section .product-section-box .custom-nav .nav-item .nav-link {
  border-radius: 5px;
}

.des-section .product-section-box .custom-nav .nav-item .nav-link:hover {
  background-color: var(--light-gray);
  color: var(--dark-color);
}

.des-section .product-section-box .custom-nav .nav-item .nav-link:focus::after,
.product-section-box .custom-nav .nav-item .nav-link:hover::after,
.product-section-box .custom-nav .nav-item .nav-link.active::after {
  width: 100%;
  background: none;
}

.title-medium {
  font-size: 20px;
  font-weight: bold;
  color: var(--dark-color);
}

.tags-info {
  display: flex;
  flex-wrap: wrap;
}

.tags-info span {
  background-color: var(--light-main);
  padding: 8px 10px;
  border-radius: 5px;
  font-weight: 600;
  margin: 6px;
}

.bottom-exe {
  background-color: var(--light-main);
  border: 1px solid var(--light-main);
  padding: 7px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 15px;
}

.bottom-exe p {
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 20px;
}

.des-section .summery-contains h4 span {
  font-size: 14px;
  text-transform: uppercase;
}

.login-form .cart-list img:hover {
  transform: scale(1.1);
}

.login-form .cart-list img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

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

.quantity .quantity-price .input-group .btn {
  position: relative;
  z-index: 2;
}

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

.quantity-price .cart_qty button {
  width: calc(26px + (35 - 29) * ((100vw - 320px) / (1920 - 320)));
  height: calc(26px + (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;
}

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

/* Exe Detail Page End  */

/* Checkout Page Css Start  */

.checkout-section-2 .left-sidebar-checkout .checkout-detail-box>ul>li .checkout-icon {
  line-height: 40px;
  text-align: center;
  font-size: 25px;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-none {
  background: none !important;
}

.checkout-selected:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  margin-left: -6px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  background: var(--main-color);
  display: inline-block;
  text-align: center;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  top: -15px;
  right: -5px;
}

.button-6 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.45s ease-Out;
  border: 1px solid var(--dark-color) !important;
  color: var(--dark-color) !important;
  border-radius: 5px;
  background-color: #e9ecef;
}

.z-index1 {
  z-index: 9;
}

.end-15 {
  right: 15px !important;
}

.top-15 {
  top: 15px !important;
}

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

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

.product-checkout.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) {
  padding-top: 0px !important;
  padding: 0px;
}

.product-checkout.checkout-section-2 .right-side-summery-box .summery-box-2 .summery-total li:nth-child(4) h4 {
  color: #222 !important;
  font-weight: 400;
}

.checkout-page-space .content-col {
  margin-left: 0px;
}

.product-wrapper .slick-dots li.slick-active button {
  background-color: var(--main-color) !important;
}

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

.custom-form-check .form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.contact-img img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

/* Date & Time Css Start  */

.bootstrap-datetimepicker-widget.dropdown-menu {
  border: 1px solid #34495e;
  border-radius: 0;
  box-shadow: none;
  margin: 10px 0 0 0;
  padding: 0;
  min-width: 300px;
  max-width: 100%;
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.old,
.bootstrap-datetimepicker-widget.dropdown-menu table td.new {
  color: #bbb;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
  border-bottom-color: var(--main-color) !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
  background-color: var(--main-color) !important;
  background-image: none !important;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {
  border-bottom-color: #fff;
  background-color: var(--dark-color) !important;
  background-image: none !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th {
  height: 40px;
  padding: 0;
  width: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
  border-bottom: 1px solid #34495e;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td span {
  border-radius: 0;
  height: 77px;
  line-height: 77px;
  margin: 0;
  width: 25%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
  display: block;
  float: left;
  width: 50%;
  height: 46px;
  line-height: 46px !important;
  padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {
  display: none;
}

/* Date & Time Css End  */

/* Exe Order Success Page Start  */

.exe-order-page {
  background-color: var(--dark-color);
}

.list-thumb img {
  border-radius: 12px;
  height: 100px;
  max-width: 100px;
  transition: all 0.3s ease-in-out;
  object-fit: cover;
}

.cart-section .cart-table {
  border-radius: 12px;
  box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  border: 0.3px solid #dddddd;
  background-color: var(--white-color);
}

.cart-section .ticket-detail .summery-box {
  background-color: var(--white-color);
  border-radius: 12px;
  box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
  border: 0.3px solid #dddddd;
}

.cart-section .summery-box .summery-total li h5.price {
  margin-left: auto;
}

.mt-40 {
  margin-top: -100px !important;
}

.product-success .cart-table table tbody tr td.product-detail .product .product-image img {
  border-radius: 12px;
}

.wallet-check input:checked~.c-bdr {
  border-color: var(--main-color) !important;
  color: var(--main-color) !important;
}

.c-bdr {
  border: 1.5px dashed #000;
  padding: 7px 14px;
}

.wallet-check .form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.coupen-box {
  margin-bottom: 10px;
}

.fs__13 {
  font-size: 13px;
}

/* Menu Page Start  */

.menu-card-main .custom-nav.toogle-nav .nav-link.active {
  background-color: var(--main-color) !important;
  color: var(--white-color);
  border-radius: 10px;
  padding: 12px 30px;
}

.menu-card-main .custom-nav.toogle-nav .nav-link {
  color: var(--dark-color);
  background: none !important;
  border: 0;
}

.menu-card-main .custom-nav.toogle-nav {
  justify-content: space-between;
  background-color: var(--white-color);
  border: 1px solid var(--light-gray-2);
  border-radius: 17px;
}

.menu-card-main .menu-txt p {
  line-height: 54px;
}

/* Delivery Popup Start  */

.delevery-list .delivery-nav.toogle-nav .nav-link.active {
  background-color: var(--main-color) !important;
  color: var(--white-color);
  border-radius: 10px;
  padding: 12px 25px;
}

.delevery-list .nav-tabs {
  border-bottom: 0;
}

.delevery-list .delivery-nav.toogle-nav .nav-link {
  border: 1px solid var(--light-gray);
  border-radius: 10px;
  padding: 12px 25px;
  color: var(--dark-color);
  margin: 10px;
}

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

.delivery-main .address-box {
  border-radius: 8px;
  padding: calc(12px + (24 - 12) * ((100vw - 320px) / (1920 - 320)));
  background-color: #fff;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  position: relative;
  height: 100%;
  overflow: hidden;
  /* border: 1px solid var(--light-gray-2); */
}

.delivery-main .address-box .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: -20px;
}

.delivery-main .address-box>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.delivery-main .address-box>div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--main-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.8px;
}

.delivery-main .address-box>div .address-table table tr td:first-child {
  min-width: 90px;
  padding-left: 8px;
}

.delivery-main .address-box>div .address-table table tr:first-child td {
  padding-top: 0;
  font-weight: 600;
  font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
  color: #222;
}

.delivery-main .address-box>div .address-table table tr td {
  border: none;
  font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
  padding: 4px 0;
  color: #4a5568;
}

.delivery-main .main-delivery-box {
  height: 800px;
  overflow-y: auto;
}

.delivery-main .delevery-list .custom-nav.toogle-nav .nav-link {
  padding: 12px 35px;
}

.delivery-main .delevery-list .custom-nav.toogle-nav .nav-link.active {
  padding: 12px 50px;
}

.delivery-main .address-box .label label {
  font-size: 10px;
}

/* Faq Section Start  */

.gift-faq .accordion-item {
  background-color: transparent;
  border: none;
}

.gift-faq .accordion-header button {
  background: transparent !important;
  color: var(--dark-color);
  font-size: 18px;
  padding: 15px 0;
}

.gift-faq .accordion-header {
  border-bottom: 1px solid var(--dark-color);
}

/* Faq Section End  */

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--dark-color) !important;
}

.applyBtn.btn-primary:disabled,
.applyBtn.btn-primary.disabled {
  color: #fff;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.applyBtn.btn-primary:hover {
  color: #fff;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.contact-detail p.text-hover a:hover,
p.text-hover span:hover {
  color: var(--main-color) !important;
}

.booking-info .text-content a:hover {
  color: var(--main-color) !important;
}

.coupen-btn {
  position: absolute;
  right: 2px;
  bottom: 2px;
}

.seat-radio-room img {
  height: 80px;
  width: 80px;
  object-fit: cover;
  border-radius: 10px;
}

.select-event-room input[type="radio"] {
  display: none;
}

/* .select-event-room .seat-radio-room {
    border: 1px solid var(--light-gray-2);
    padding: 10px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
} */
.select-event-room .seat-radio-room {
  position: relative;
  border: 1px solid var(--light-gray-2);
  padding: 10px;
  cursor: pointer;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  /* Ensure that opacity covers the entire element */
}

.select-event-room .seat-radio-room::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transition: background-color 0.3s ease;
}

.select-event-room input[type="radio"]:checked+.seat-radio-room::before {
  background-color: transparent;
}

.select-event-room input[type="radio"]:checked+.seat-radio-room {
  border-color: var(--main-color);
}

.delivery-min-box {
  max-height: 600px;
  overflow-y: auto;
}

.seat-radio-div {
  flex-wrap: wrap;
}

.menu-space .product-list li {
  height: 100%;
}

.menu-space .product-list li+li:after {
  top: 0 !important;
}

.menu-space .product-list li .offer-product .offer-detail {
  height: 60px;
}

.menu-space .product-list li+li:after {
  width: calc(100% - 4px);
}

.custom-product-list .product-header {
  width: 100% !important;
}

.custom-product-list .product-box-3 {
  background-color: transparent;
}

.custom-product-list .product-box-3:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-product-list .product-lists li {
  width: 100%;
  position: relative;
}

.product-list li+li {
  padding-top: 34px;
  margin-top: 20px;
}

.custom-product-list .product-lists li+li::after {
  content: "";
  position: absolute;
  bottom: 170px;
  /* top:-8px; */
  left: 25px;
  border-top: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 90px);
}

.all-menu-item-section .product-list li+li::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: -8px;
  border-top: 1px dashed rgba(74, 85, 104, 0.3);
  width: calc(100% - 20px);
}

.all-menu-item-section .product-list li {
  background-color: transparent;
  padding: 0;
  height: auto;
  margin-top: 0;
}

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

.menu-sub-list-row .product-list li:hover {
  box-shadow: none;
}

.rating li .feather {
  width: 16px;
}

.btn-text {
  color: var(--main-color);
  font-weight: 600;
}

.btn-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-bottom: 2px solid var(--main-color);
  width: 96px;
  transform: translateX(-50%);
}

.btn-text:hover::after {
  border-color: var(--dark-color);
}

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

.form-select option:checked {
  background-color: var(--light-main) !important;
}

.form-select option:hover {
  background-color: var(--light-main) !important;
}

/* .right-tab-pane-lg {
  position: relative;
} */

@media (max-width: 768px) {
  .right-tab-pane-lg {
    position: relative;
    height: calc(100vh - 100px);
  }

  .cart-order-items {
    height: calc(100vh - 280px);
    max-height: -webkit-fill-available;
    max-height: -moz-fill-available;
  }

  .cart-canvas .check-out-bottom {
    position: absolute !important;
  }

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

  .left-tab-li {
    width: 33.33% !important;
  }

  .wd-600 {
    width: 320px !important;
  }

  .right-side-menu.cart-canvas .cbtn {
    left: -45px !important;
    top: 12px;
  }
}

/* 404 Page Start  */

.error_page_content .erro_code {
  color: var(--dark-color);
  font-weight: 600;
  line-height: 189px;
  font-size: 100px;
  margin-top: -60px;
  margin-bottom: -20px;
}

.error_page_content .erro_code span {
  font-weight: 600;
  line-height: 189px;
  font-size: 100px !important;
  margin-top: -60px;
  margin-bottom: -20px;
}

/* Event Space Page Start  */
.event-space-menu ul li {
  border: 1px solid var(--dark-color);
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
  margin-right: 8px;
}

.event-space-menu ul li a {
  color: var(--dark-color);
}

.event-space-menu ul li:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--white-color);
}

.book-event-space-section {
  background-image: url("../images/event-spaces/event-spaces.jpg");
  height: 550px;
  background-size: cover;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  color: var(--white-color);
  padding: 160px 0 !important;
}


.best-specialist ul.order-menu li.order-item .nav-link {
  background: transparent;
  border: none;
}

.best-specialist ul.order-menu li.order-item .nav-link.active {
  background: transparent;
  border: none;
}


/* custom 4 css */

/* 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: #000;
}

.inputFieldBox {
  position: relative;
}

.countryCodes {
  width: 60px;
}

.countryCodes:focus {
  box-shadow: none;
  border-color: #000;
}
.select-size input[type="checkbox"] {
  appearance: none;
  display: none;
}

.modifiers-tabs .select-size label {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  padding: 8px 16px;
  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);
}

.modifiers-tabs .select-size input[type="checkbox"]:checked+label,
.modifiers-tabs .select-size input[type="checkbox"]:hover+label {
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
}


.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;
  text-transform: uppercase;
}
.right-side-summery-box .checkbox_animated{
  margin-top: 6px;
}
@media (max-width:768px) {
  .cart-canvas .quantity .quantity-price {
    max-width: 60%;
  }
}

