/*
@File: Feedo. Template Styles

This files table contents are outlined below

*********************************************
*********************************************

** - Default CSS
** - Section Title CSS
** - Go Top Button CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Responsive Navbar Area CSS
** - Popup Search CSS
** - Hero Area CSS
** - About Us Area CSS
** - Testimonials Area CSS
** - Choose Us Area CSS
** - Fun Fact Area CSS
** - Blog Area CSS
** - Footer Area CSS
** - Page Banner Area CSS
** - About Us Page
** - Testimonials Page
** - Faq Page
** - Blog Details Page
** - Contact Us Page
** - Products Page
** - Product Details Page
** - Cart Page
** - Checkout Page
** - Login Page
** - Terms & Condition Page
** - 404 Error Page CSS
** - Service Pagination CSS
** - Go Top Button CSS
** - keyframes CSS
*/
/*
Google Fonts
==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Lobster&family=Outfit:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Lobster&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Lobster&family=Outfit:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Yesteryear&display=swap");
:root {
  --headingFontFamily: "Raleway", sans-serif;
  --paragraphFontFamily: "Plus Jakarta Sans", sans-serif;
  --titleFontFamily: "Yesteryear", cursive;
  --dark: #000000;
  --white: #ffffff;
  --paragraph1: #666666;
  --paragraph: #cacaca;
  --info-color: #b3f04a;
  --green-color: #75C137;
  --gray-color: #dddddd;
  --primary: #fe4a55;
  --bgcolor: #37551d;
  --star-color: #ffb31c;
  --cardColor: #a0a0a0;
  --font-size: 16px;
  --transition: all 0.5s;
}

/* Default CSS */
body {
  font-size: var(--font-size);
  font-family: var(--paragraphFontFamily);
  color: var(--paragraph1);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

p {
  font-weight: 400;
  font-family: var(--paragraphFontFamily);
  margin-bottom: 15px;
  color: var(--paragraph1);
  line-height: 1.65;
  transition: var(--transition);
}
p:last-child {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: var(--headingFontFamily);
  line-height: 1.15;
  color: var(--dark);
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--dark);
}
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: var(--primary);
}

a {
  text-decoration: none;
  outline: 0 !important;
  transition: var(--transition);
  color: var(--paragraphFontFamily);
  text-decoration: none;
  transition: var(--transition);
}
a:hover {
  color: var(--primary);
}

:focus {
  outline: 0 !important;
  box-shadow: unset !important;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  height: 60px;
  padding: 20px;
  color: var(--info-color);
  border: 1px solid transparent;
  box-shadow: unset !important;
  transition: var(--transition);
  border-radius: 10px;
}
.form-control::-moz-placeholder {
  color: var(--paragraph);
  -moz-transition: var(--transition);
  transition: var(--transition);
}
.form-control::placeholder {
  color: var(--paragraph);
  transition: var(--transition);
}
.form-control:focus {
  border: 1px solid var(--primary);
}
.form-control:focus::-moz-placeholder {
  color: var(--primary);
}
.form-control:focus::placeholder {
  color: var(--primary);
}

/* Section Padding */
.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-80px {
  padding-top: 80px;
}

.pb-80px {
  padding-bottom: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

.bg-37551d {
  background-color: #37551d;
}

.bg-gradient {
  background: linear-gradient(255.24deg, rgba(255, 237, 237, 0.46) 19.45%, rgba(242, 199, 148, 0.14) 61.72%, rgba(215, 248, 255, 0.46) 101.54%);
}

.tc-color {
  color: #b3f04a;
}

.tc-pry {
  color: var(--primary);
}

.bg-e9ecef {
  background-color: #e9ecef;
}

.bg-footer {
  background-color: #f4f1ea;
}

.bg-fffaf2 {
  background-color: #fffaf2;
}

.section-heading {
  margin-bottom: 45px;
}
.section-heading .sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
  display: block;
  color: var(--green-color);
}
.section-heading h2 {
  font-size: 50px;
  margin-bottom: 0;
  color: var(--dark);
}

.section-title {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 45px;
}
.section-title .sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
  display: block;
  color: var(--green-color);
}
.section-title h2 {
  font-size: 50px;
  margin-bottom: 0;
  color: var(--dark);
}

/*
Popup Btn CSS
================================================================================*/
.popup-btn {
  transition: var(--transition);
}
.popup-btn i {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--white);
  width: 120px;
  height: 120px;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--primary);
  text-align: center;
  transition: var(--transition);
}
.popup-btn i::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  content: "";
  z-index: -1;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(254, 74, 85, 0.5);
  animation: ripple 2s infinite linear;
}
.popup-btn:hover i {
  color: var(--white);
  background-color: var(--primary);
}

/*
Default Btn CSS
================================================================================*/
.default-btn {
  border: none;
  box-shadow: none;
  padding: 14px 28px 15px 28px;
  border-radius: 100px;
  background-color: var(--primary);
  transition: var(--transition);
  font-weight: 600;
  position: relative;
  color: var(--white);
  font-size: 16px;
  display: inline-block;
  overflow: hidden;
  outline: none;
  z-index: 1;
  transition: var(--transition);
}
.default-btn::after {
  left: 5px;
  bottom: 0;
  height: 4px;
  width: 4px;
  z-index: -1;
  content: "";
  overflow: hidden;
  position: absolute;
  border-radius: 100px;
  transition: var(--transition);
  transform: translateY(100%);
  background-color: var(--info-color);
}
.default-btn:hover {
  color: var(--dark);
}
.default-btn:hover::after {
  width: 100%;
  height: 100%;
  transition: var(--transition);
  transform: scale(3);
}

/* read */
.read {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
}
.read i {
  font-size: 25px;
  font-weight: 600;
  transition: var(--transition);
}
.read:hover {
  color: var(--bgcolor);
}

/*
Default Container CSS
================================================================================*/
.container-fluid.side-padding {
  max-width: 1720px;
}
.container-fluid.wa-padding {
  max-width: 1470px;
}

/*
Navbar Area CSS
================================================================================*/
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 999;
}
.navbar .navbar-brand {
  margin-right: 10px;
}
.navbar .navbar-brand .main-logo {
  max-width: 120px;
}
.navbar .navbar-nav .nav-item {
  margin-left: 20px;
  margin-right: 20px;
}
.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.navbar .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: var(--white);
  transition: 0.6s;
  position: relative;
  padding: 20px 0;
  z-index: 1;
  transition: var(--transition);
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link::after {
  font-size: var(--font-size);
  color: var(--white);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
  padding-right: 20px;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\eb0b";
  margin-left: 0;
  border: 0;
  right: 0;
  top: 22px;
  color: var(--heading);
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  transition: var(--transition);
  font-family: tabler-icons !important;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--info-color);
}
.navbar .navbar-nav .nav-item .nav-link.active::after, .navbar .navbar-nav .nav-item .nav-link:hover::after {
  color: var(--info-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  left: 0;
  border: 0;
  top: 65px;
  opacity: 0;
  width: 200px;
  padding: 15px 0;
  border-radius: 0;
  visibility: hidden;
  display: block !important;
  background-color: var(--white);
  box-shadow: 0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03);
  border-bottom: 3px solid var(--primary);
  transition: var(--transition);
  transform: scaleY(0);
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  display: block;
  padding: 10px 25px;
  position: relative;
  color: var(--dark);
  background-color: transparent !important;
  font-size: 15px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle {
  padding-right: 18px;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.dropdown-toggle::after {
  position: absolute;
  vertical-align: 0;
  content: "\eb0b";
  margin-left: 0;
  right: 20px;
  border: 0;
  top: 12px;
  transition: 0.6s;
  font-size: 14px;
  font-weight: 500;
  font-family: tabler-icons !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item.active {
  color: var(--info-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-item:hover {
  color: var(--info-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  visibility: hidden;
  left: auto;
  right: -100%;
  opacity: 0;
  top: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown {
  color: var(--info-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .sub-dropdown.dropdown-toggle::after {
  color: var(--info-color);
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .nav-link {
  font-size: 16px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--info-color);
}
.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle::after {
  color: var(--info-color);
}
.navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.navbar.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-color: var(--bgcolor);
  background-image: none;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid rgba(133, 127, 127, 0.2);
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
}
.navbar .navbar-toggler {
  color: var(--dark);
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}
.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}
.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background-color: var(--white) !important;
}
.navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.navbar .others-options ul li .search-btn {
  border: none;
  box-shadow: none;
  font-size: 25px;
  background-color: transparent;
  color: var(--white);
}
.navbar .others-options ul li .search1 {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  transition: var(--transition);
  background-color: var(--green-color);
}
.navbar .others-options ul li .search1:hover {
  background-color: var(--primary);
}
.navbar .others-options ul li:last-child {
  margin-right: 0;
}

.navbar-area {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/*
Responsive Navbar Area CSS
================================================================================*/
.mobile-navbar .offcanvas-header {
  padding: 30px 30px 65px;
  background-color: transparent;
  border-bottom: 1px solid #e7e7e7;
}
.mobile-navbar .offcanvas-header .btn-close {
  transition: var(--transition);
  font-size: 15px;
  cursor: pointer;
  top: 30px;
  left: 30px;
  position: absolute !important;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background-color: #e7e7e7 !important;
  opacity: 1;
}
.mobile-navbar .offcanvas-header .btn-close:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body {
  padding: 30px 30px;
}
.mobile-navbar .offcanvas-body .mb-4 {
  margin-bottom: 35px !important;
}
.mobile-navbar .offcanvas-body ul {
  list-style-type: none;
  margin-bottom: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list {
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  line-height: 1;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  clear: both;
  width: 100%;
  color: var(--heading);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0;
  margin: 18px 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list:last-child {
  border-bottom: 1px solid #e7e7e7;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a {
  height: 100%;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  display: block;
  color: var(--heading);
  font-size: 16px;
  font-weight: 500;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:after {
  top: 15%;
  right: 0;
  content: "\eb0b";
  position: absolute;
  transform: translateY(-14%);
  transition: 0.6s;
  font-size: 16px;
  font-style: normal;
  font-family: tabler-icons !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a:hover::after, .mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list a.active::after {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .icon::after {
  display: none !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items {
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items li {
  padding: 0 0 20px 0 !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a {
  padding: 0 20px;
  font-size: 16px;
  font-size: 15px;
  font-weight: 500;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a.active {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a:hover {
  color: var(--primary);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list {
  padding: 0;
  margin: 0;
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .nav-link.active {
  color: var(--primary) !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list::after {
  right: 15px;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list .mobile-menu-items {
  padding: 0 !important;
  background-color: var(--bs-gray-100);
  margin: 0 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list .mobile-menu-items .mobile-menu-list.active .mobile-menu-items {
  padding: 18px 0 0 0 !important;
  margin: 18px 20px !important;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon:after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .mobile-menu-list.without-icon a::after {
  display: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active:after {
  transform: translateY(-50%) rotate(180deg);
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items {
  transition: all 300ms;
  display: block;
  height: auto;
  clear: both;
  float: left;
  width: 100%;
  background-color: #ededed;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > .mobile-menu-items li:last-child {
  border: none;
}
.mobile-navbar .offcanvas-body ul.mobile-menu .active > a {
  color: var(--primary);
}
.mobile-navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}
.mobile-navbar .others-options ul li {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.mobile-navbar .others-options ul li .search-btn {
  border: none;
  box-shadow: none;
  font-size: 25px;
  background-color: transparent;
  color: var(--white);
}
.mobile-navbar .others-options ul li .default-btn {
  font-size: 16px;
  padding: 12px 23px 11px 25px;
}
.mobile-navbar .others-options ul li .search1 {
  width: 35px;
  height: 35px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  transition: var(--transition);
  background-color: var(--bgcolor);
}
.mobile-navbar .others-options ul li .search1:hover {
  background-color: var(--primary);
}
.mobile-navbar .others-options ul li:last-child {
  margin-right: 0;
}

/*
Popup Search CSS
================================================================================*/
.offcanvas-backdrop.show {
  opacity: 0.8;
}

.offcanvas.offcanvas-top {
  height: 200px;
}
.offcanvas .offcanvas-header .btn-close {
  top: 45px;
  right: 5%;
  padding: 0;
  font-size: 25px;
  position: absolute;
  z-index: 2;
  opacity: 1;
}

.offcanvas-body {
  padding: 50px 200px;
}
.offcanvas-body .popup-form {
  position: relative;
}
.offcanvas-body .popup-form .form-control {
  border: none;
  color: var(--dark);
  height: 80px;
  padding: 12px 20px 12px;
  border-radius: 10px;
  border-bottom: 3px solid var(--primary);
  background-color: #ecf5fb;
}
.offcanvas-body .popup-form .form-control::-moz-placeholder {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
}
.offcanvas-body .popup-form .form-control::placeholder {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
}
.offcanvas-body .popup-form .form-control:focus {
  border-color: var(--dark);
}
.offcanvas-body .popup-form .form-control:focus::-moz-placeholder {
  color: transparent;
}
.offcanvas-body .popup-form .form-control:focus::placeholder {
  color: transparent;
}
.offcanvas-body .popup-form .p-btn {
  padding: 0;
  border: none;
  box-shadow: unset !important;
  color: var(--bgcolor);
  top: 18%;
  right: 20px;
  position: absolute;
  font-size: 40px;
  transition: var(--transition);
  text-align: center;
  background-color: transparent;
}
.offcanvas-body .popup-form .p-btn:hover {
  color: var(--info-color);
}

.modal-dialog {
  max-width: 950px;
  margin: 0 auto;
}
.modal-dialog .modal-content {
  border: none;
  padding: 40px 25px;
  border-radius: 0;
}
.modal-dialog .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  outline: 0;
  opacity: 1;
  color: #111111;
  transition: var(--transition);
  line-height: 35px;
  padding: 0;
  margin: 0;
  font-size: 25px;
  width: 35px;
  text-shadow: unset;
  height: 35px;
  border: none;
}
.modal-dialog .modal-content .close:hover {
  background-color: var(--primary);
  color: var(--white);
}
.modal-dialog .modal-content .menu-details {
  margin-bottom: 0;
}
.modal-dialog .modal-content .menu-details.shop-single-details p {
  margin-bottom: 15px !important;
}
.modal-dialog .modal-content .menu-details.shop-single-details .shop-single-list li {
  margin-bottom: 5px;
}

/*
 Hero Area CSS
================================================================================*/
.hero-area {
  padding-top: 230px;
  padding-bottom: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-area .chat-card {
  top: 140px;
  right: 0;
  padding: 28px 45px;
  width: 235px;
  height: 160px;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-area .chat-card1 {
  top: 25%;
  right: 30%;
  position: absolute;
  max-width: 200px;
  padding: 20px 40px;
  border-radius: 10px;
  border: 0.5px solid #DDEAD3;
  background: rgba(217, 217, 217, 0.16);
}
.hero-area .shape1 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.hero-area .shape2 {
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
.hero-area .shape3 {
  top: 180px;
  left: 35%;
  z-index: -1;
  position: absolute;
}
.hero-area .shape4 {
  bottom: 180px;
  left: 30%;
  z-index: -1;
  position: absolute;
}

.hero-content .sub-title {
  color: var(--info-color);
  font-family: var(--titleFontFamily);
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-content h1 {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 600;
}
.hero-content h1 span {
  font-weight: 300;
}
.hero-content p {
  color: var(--paragraph);
  font-size: 23px;
  margin-bottom: 35px;
}
.hero-content .list-card {
  margin-top: 45px;
  max-width: 330px;
  padding: 25px;
  border-radius: 10px;
  border: 0.5px solid #DDEAD3;
  background: rgba(217, 217, 217, 0.1);
}
.hero-content .list-card ul li {
  color: var(--info-color);
  margin-bottom: 10px;
}
.hero-content .list-card ul li:last-child {
  margin-bottom: 0;
}
.hero-content .list-card ul li i {
  font-size: 20px;
  color: var(--info-color);
}

/*
 Main Banner Area CSS
================================================================================*/
.main-banner-area {
  padding-top: 280px;
  padding-bottom: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner-area .main-image {
  right: 0;
  bottom: 0;
  max-width: 1000px;
  position: absolute;
}
.main-banner-area .swiper-wrapper {
  margin-bottom: 60px;
}
.main-banner-area .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--cardColor);
  transition: var(--transition);
}
.main-banner-area .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
  background-color: var(--info-color);
}
.main-banner-area .shape {
  top: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

.main-banner-content .sub-title {
  font-size: 35px;
  font-weight: 500;
  display: block;
  font-style: italic;
  margin-bottom: 20px;
  color: var(--info-color);
}
.main-banner-content .content {
  z-index: 2;
  margin-bottom: -165px;
  position: relative;
}
.main-banner-content .warps {
  margin-left: 50px;
}
.main-banner-content h1 {
  color: var(--white);
  font-size: 70px;
  margin-bottom: 20px;
}
.main-banner-content .b-image img {
  border-radius: 40px;
  border: 1px solid var(--info-color);
}
.main-banner-content .b-image .about-btn {
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  color: var(--info-color);
}
.main-banner-content ul li img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  padding: 10px;
  border: 1px solid var(--info-color);
}
.main-banner-content ul li .image1 {
  top: -55px;
  left: -40px;
  z-index: -1;
  position: absolute;
}
.main-banner-content ul li .image2 {
  top: 110px;
  left: -210px;
  z-index: -1;
  position: absolute;
}
.main-banner-content ul li .image3 {
  bottom: 170px;
  left: -210px;
  z-index: -1;
  position: absolute;
}
.main-banner-content ul li .image4 {
  bottom: -40px;
  left: -100px;
  z-index: -1;
  position: absolute;
}
.main-banner-content h6 {
  margin-top: 30px;
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
}

/*
 Banner Area CSS
================================================================================*/
.banner-warps-items .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--cardColor);
  transition: var(--transition);
}
.banner-warps-items .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
  background-color: var(--info-color);
}
.banner-warps-items .swiper-pagination-bullets.swiper-pagination-horizontal, .banner-warps-items .swiper-pagination-custom, .banner-warps-items .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 200px);
  left: 235px;
  width: 100%;
}
.banner-warps-items .swiper-pagination {
  text-align: start;
}

.banner-area {
  padding-top: 280px;
  padding-bottom: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-area .banner-content .sub-title {
  font-size: 30px;
  font-weight: 500;
  display: block;
  font-style: italic;
  margin-bottom: 25px;
  color: var(--info-color);
}
.banner-area .banner-content h1 {
  font-size: 80px;
  margin-bottom: 30px;
  color: var(--white);
}
.banner-area .banner-content p {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 600;
  color: var(--gray-color);
}

/*
Page Banner Area CSS
================================================================================*/
.page-banner-area {
  padding-top: 180px;
  padding-bottom: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-banner-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7215686275);
}
.page-banner-area .page-banner-content h2 {
  font-size: 50px;
}
.page-banner-area .page-banner-content .pages-list li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  margin-right: 15px;
  color: var(--gray-color);
}
.page-banner-area .page-banner-content .pages-list li a {
  color: var(--gray-color);
}
.page-banner-area .page-banner-content .pages-list li a:hover {
  color: var(--primary);
}
.page-banner-area .page-banner-content .pages-list li::before {
  position: absolute;
  content: "/";
  top: 0;
  right: -15px;
  color: var(--white);
}
.page-banner-area .page-banner-content .pages-list li:last-child {
  margin-right: 0;
}
.page-banner-area .page-banner-content .pages-list li:last-child::before {
  display: none;
}

/*
 Partner Area CSS
================================================================================*/
.partner-area {
  z-index: 1;
  margin-top: -85px;
}
.partner-area .partner-area {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.partner-area .partner-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
 Welcome Area CSS
================================================================================*/
.welcome-area .welcome-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome-area .section-heading h2 {
  margin-bottom: 20px;
}
.welcome-area .section-heading p {
  margin-bottom: 45px;
}
.welcome-area .section-heading .warps .icon {
  z-index: 1;
  position: relative;
}
.welcome-area .section-heading .warps .icon::before {
  width: 60px;
  height: 60px;
  top: -10px;
  left: -20px;
  z-index: -1;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: rgba(254, 74, 85, 0.2);
}
.welcome-area .section-heading .warps .icon img {
  max-width: 80px;
}
.welcome-area .shape {
  top: 50px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.welcome-area .shape1 {
  bottom: 0;
  left: 0;
  max-width: 400px;
  opacity: 0.6;
  position: absolute;
}
.welcome-area .shape2 {
  top: 120px;
  left: 120px;
  max-width: 150px;
  position: absolute;
}

/*
 Category Area CSS
================================================================================*/
.category-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.category-area .category-card {
  text-align: center;
}

.s-category-area .shape {
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 200px;
  position: absolute;
}
.s-category-area .shape1 {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

.s-category-image img {
  max-width: 100px;
}
.s-category-image .image1 {
  width: 150px;
  height: 150px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  border-radius: 1000%;
  margin-bottom: 25px;
  justify-content: center;
  background-color: rgba(242, 214, 214, 0.5490196078);
}

/*
 About Area CSS
================================================================================*/
.about-area .section-heading h2 {
  margin-bottom: 20px;
}
.about-area .section-heading p {
  margin-bottom: 35px;
}
.about-area .section-heading ul li {
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 15px;
}
.about-area .section-heading ul li:last-child {
  margin-bottom: 0;
}
.about-area .section-heading ul li i {
  font-size: 25px;
  color: var(--info-color);
}
.about-area .shape1 {
  top: 120px;
  left: 0;
  z-index: -1;
  position: absolute;
}
.about-area .shape2 {
  bottom: 0;
  z-index: -1;
  left: 100px;
  max-width: 250px;
  position: absolute;
}
.about-area .shape3 {
  z-index: -1;
  max-width: 90px;
  left: 40%;
  opacity: 0.3;
  bottom: 200px;
  position: absolute;
}

/*
 About Area CSS
================================================================================*/
.about-us-area .container-fluid {
  padding-right: 130px;
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.about-us-area .a-image {
  width: 100%;
  height: 100%;
  border-radius: 0 10px 10px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-us-area .section-heading h2 {
  margin-bottom: 20px;
}
.about-us-area .section-heading p {
  margin-bottom: 35px;
}

/*
 Work Area CSS
================================================================================*/
.work-area .section-heading h2 {
  margin-bottom: 20px;
}
.work-area .section-heading p {
  margin-bottom: 35px;
}
.work-area .section-heading .warp-card i {
  width: 50px;
  height: 50px;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--primary);
  background-color: rgba(254, 74, 85, 0.2);
}
.work-area .shape1 {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}

/*
 Features Area CSS
================================================================================*/
.features-area {
  background-color: rgba(215, 248, 255, 0.4588235294);
}
.features-area .features-items-warps ul li img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.features-area .features-items-warps ul li .image1 {
  top: 0;
  left: 170px;
  position: absolute;
}
.features-area .features-items-warps ul li .image2 {
  top: 0;
  right: 170px;
  position: absolute;
}
.features-area .features-items-warps ul li .image3 {
  top: 224px;
  left: 60px;
  position: absolute;
}
.features-area .features-items-warps ul li .image4 {
  top: 224px;
  right: 60px;
  position: absolute;
}
.features-area .features-items-warps ul li .image5 {
  bottom: 0;
  left: 110px;
  position: absolute;
}
.features-area .features-items-warps ul li .image6 {
  bottom: 0;
  right: 110px;
  position: absolute;
}
.features-area .shape1 {
  top: 150px;
  left: 48%;
  z-index: -1;
  position: absolute;
}
.features-area .shape2 {
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.features-area .shape3 {
  right: 0;
  top: 100px;
  z-index: -1;
  position: absolute;
}
.features-area .shape4 {
  right: 41%;
  bottom: 180px;
  z-index: -1;
  opacity: 0.5;
  position: absolute;
}

/*
 Service Area CSS
================================================================================*/
.services-area .shape {
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
  position: absolute;
}
.services-area .shape1 {
  top: 50%;
  left: -200px;
  max-width: 400px;
  z-index: -1;
  transform: translateY(-50%);
  position: absolute;
}

.single-service-card {
  background-color: var(--whiteColor);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: var(--transition);
}
.single-service-card .tool {
  font-size: 50px;
  display: inline-block;
  color: var(--primary);
  margin-bottom: 25px;
}
.single-service-card .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 25px;
  justify-content: center;
  transition: var(--transition);
  background-color: rgba(254, 74, 85, 0.2);
}
.single-service-card .icon img {
  max-width: 40px;
  filter: brightness(0) saturate(100%) invert(44%) sepia(83%) saturate(2980%) hue-rotate(328deg) brightness(100%) contrast(106%);
  transition: var(--transition);
}
.single-service-card:hover .icon {
  background-color: var(--primary);
}
.single-service-card:hover .icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7480%) hue-rotate(65deg) brightness(102%) contrast(100%);
}
.single-service-card .shape {
  top: 70px;
  right: 40px;
  opacity: 0.04;
  position: absolute;
}

/*
 Manu Area CSS
================================================================================*/
.manu-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.manu-area .nav-pills {
  margin-bottom: 40px;
}
.manu-area .nav-pills .nav-item {
  margin-right: 20px;
}
.manu-area .nav-pills .nav-item:last-child {
  margin-right: 0;
}
.manu-area .nav-pills .nav-link {
  font-weight: 600;
  color: var(--dark);
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.manu-area .nav-pills .nav-link:hover, .manu-area .nav-pills .nav-link.active {
  color: var(--white);
  background-color: var(--primary);
}

.single-manu-card .manu-image img {
  border-radius: 10px 10px 0 0;
}
.single-manu-card .card-content {
  padding: 25px;
  background-color: #f3f3f3;
  border-radius: 0 0 10px 10px;
}
.single-manu-card .card-content h3 {
  margin-bottom: 10px;
}
.single-manu-card .card-content span {
  font-weight: 500;
  color: var(--paragraph1);
  font-size: 18px;
}
.single-manu-card .card-content .price {
  margin-top: 30px;
}
.single-manu-card .card-content .price h5 {
  font-size: 30px;
  color: var(--primary);
}

/*
 Manu Area CSS
================================================================================*/
.s-manu-area .section-heading h2 {
  margin-bottom: 30px;
}
.s-manu-area .section-heading .manu-warp {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid var(--cardColor);
}
.s-manu-area .section-heading .manu-warp img {
  max-width: 100px;
}
.s-manu-area .section-heading .manu-warp .info span {
  font-weight: 600;
}
.s-manu-area .section-heading .manu-warp .price h5 {
  font-size: 30px;
  color: var(--primary);
}

/*
 Choose Area CSS
================================================================================*/
.choose-area {
  background-color: #f9f9f9;
}
.choose-area .c-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.choose-area .section-heading h2 {
  margin-bottom: 20px;
}
.choose-area .section-heading p {
  margin-bottom: 35px;
}
.choose-area .section-heading .warp-card .icon {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.choose-area .shape {
  top: 100px;
  right: 0;
  z-index: -1;
  max-width: 150px;
  position: absolute;
}
.choose-area .shape2 {
  bottom: 0;
  right: 0;
  max-width: 210px;
  z-index: -1;
  position: absolute;
}

/*
 Choose Area CSS
================================================================================*/
.choose-us-area .section-heading h2 {
  margin-bottom: 20px;
}
.choose-us-area .section-heading p {
  margin-bottom: 35px;
}
.choose-us-area .section-heading ul li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--dark);
}
.choose-us-area .section-heading ul li i {
  font-size: 25px;
  color: var(--primary);
}
.choose-us-area .section-heading ul li:last-child {
  margin-bottom: 0;
}
.choose-us-area .shape {
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 400px;
  position: absolute;
}

/*
 Chef Area CSS
================================================================================*/
.chef-area .shape {
  top: 100px;
  left: 100px;
  z-index: -1;
  opacity: 0.2;
  max-width: 150px;
  position: absolute;
}
.chef-area .shape1 {
  bottom: 100px;
  right: 100px;
  z-index: -1;
  opacity: 0.2;
  max-width: 150px;
  position: absolute;
}

.single-chef-card .chef-image {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}
.single-chef-card .chef-image img {
  border-radius: 10px;
}
.single-chef-card .chef-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.single-chef-card .chef-image .social {
  bottom: -60px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  justify-content: center;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
}
.single-chef-card .chef-image .social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--primary);
  margin: 0 5px;
  transition: var(--transition);
}
.single-chef-card .chef-image .social a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.single-chef-card .chef-image .chef-content {
  text-align: center;
}
.single-chef-card .chef-image .chef-content span {
  font-weight: 500;
  color: var(--dark);
}
.single-chef-card .chef-image:hover::after, .single-chef-card .chef-image.active::after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}
.single-chef-card .chef-image:hover .social, .single-chef-card .chef-image.active .social {
  bottom: 20px;
  opacity: 1;
  z-index: 2;
  visibility: visible;
}

/*
 Delivery Area CSS
================================================================================*/
.delivery-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.delivery-area .delivery-card {
  padding: 50px 50px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.delivery-area .delivery-card .section-heading h2 {
  font-size: 60px;
  margin-bottom: 15px;
}
.delivery-area .delivery-card .section-heading p {
  margin-bottom: 35px;
  font-size: 20px;
  color: var(--gray-color);
}
.delivery-area .delivery-card .shape {
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.1;
  position: absolute;
}
.delivery-area .delivery-card .d-image {
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

/*
 Testimonial Area CSS
================================================================================*/
.testimonial-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-area::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background-color: rgba(14, 17, 13, 0.85);
}
.testimonial-area .testimonial-items .quote {
  font-size: 100px;
  margin-bottom: 25px;
  color: var(--star-color);
}
.testimonial-area .testimonial-items p {
  font-size: 25px;
  margin-bottom: 30px;
  color: var(--gray-color);
}
.testimonial-area .testimonial-items .info img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-area .testimonial-items .info span {
  font-weight: 500;
  color: var(--gray-color);
}
.testimonial-area .default-swiper-button .swiper-button-next, .testimonial-area .default-swiper-button .swiper-button-prev {
  width: 70px;
  height: 70px;
  font-size: 35px;
  border: 1px solid var(--cardColor);
  background-color: transparent;
}
.testimonial-area .default-swiper-button .swiper-button-next {
  left: auto;
  right: -50px;
  top: -258px;
}
.testimonial-area .default-swiper-button .swiper-button-prev {
  left: -50px;
  top: -258px;
  right: auto;
}

.testimonial-card {
  padding: 35px 30px;
  border-radius: 10px;
  background-color: var(--white);
  border: 1px solid rgba(160, 160, 160, 0.431372549);
}
.testimonial-card .icon-items {
  margin-bottom: 20px;
}
.testimonial-card .icon-items .quote i {
  font-size: 50px;
  color: var(--primary);
}
.testimonial-card .icon-items .star i {
  font-size: 20px;
  color: var(--star-color);
}
.testimonial-card .content span {
  font-size: 18px;
}
.testimonial-card .content img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

/*
 Clients Area CSS
================================================================================*/
.clients-area .c-content .quote {
  font-size: 100px;
  margin-bottom: 25px;
  color: #f3f3f3;
}
.clients-area .c-content p {
  font-size: 25px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 30px;
}
.clients-area .c-content .info img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.clients-area .c-content .info span {
  font-weight: 500;
}
.clients-area .swiper-wrapper {
  margin-bottom: 60px;
}
.clients-area .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: var(--cardColor);
  transition: var(--transition);
}
.clients-area .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 10px;
  background-color: var(--primary);
}
.clients-area .swiper-pagination {
  text-align: start;
}

/*
 Reservation Area CSS
================================================================================*/
.reservation-area .section-heading h2 {
  margin-bottom: 30px;
}
.reservation-area .section-heading .hours-card ul li {
  color: var(--dark);
  font-size: 18px;
  margin-bottom: 10px;
}
.reservation-area .section-heading .hours-card ul li span {
  font-weight: 600;
}
.reservation-area .section-heading .hours-card ul li:last-child {
  margin-bottom: 0;
}
.reservation-area .reservation-card {
  padding: 35px 40px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.reservation-area .reservation-card .form-select {
  height: 60px;
  border: none;
}
.reservation-area .reservation-card textarea.form-control {
  height: 150px;
}
.reservation-area .reservation-card .form-control {
  color: var(--dark);
}
.reservation-area .reservation-card .form-control::-moz-placeholder {
  color: var(--dark);
}
.reservation-area .reservation-card .form-control::placeholder {
  color: var(--dark);
}
.reservation-area .reservation-card .form-control:focus {
  border: 1px solid var(--primary);
}
.reservation-area .shape {
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 400px;
  position: absolute;
}
.reservation-area .shape1 {
  bottom: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}

/*
 Blog Area CSS
================================================================================*/
.single-blog-card {
  background-color: var(--white);
  border-radius: 10px;
  transition: var(--transition);
}
.single-blog-card .blog-image {
  overflow: hidden;
  position: relative;
  transition: var(--transition);
  border-radius: 10px 10px 0 0;
}
.single-blog-card .blog-image img {
  transition: var(--transition);
  border-radius: 10px 10px 0 0;
}
.single-blog-card .blog-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.single-blog-card .blog-image .date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--primary);
  color: var(--white);
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  z-index: 2;
  transition: var(--transition);
}
.single-blog-card .blog-image .date:hover {
  background-color: var(--green-color);
}
.single-blog-card .blog-content {
  padding: 30px;
  border-radius: 0 0 10px 10px;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.single-blog-card .blog-content h3 {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 35px;
}
.single-blog-card .blog-content p {
  margin-bottom: 30px;
}
.single-blog-card .blog-content ul li {
  font-weight: 600;
}
.single-blog-card .blog-content ul li i {
  font-size: 20px;
  color: var(--primary);
}
.single-blog-card:hover .blog-image::after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}
.single-blog-card:hover .blog-image img {
  transform: scale(1.1);
  border-radius: 10px 10px 0 0;
}

/*
Diahes Area CSS
================================================================================*/
.single-dishes-card {
  background-color: var(--white);
  border-radius: 10px;
  padding: 25px;
  transition: var(--transition);
  background-color: rgba(215, 248, 255, 0.4588235294);
}
.single-dishes-card .dishes-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 10px 10px 0 0;
}
.single-dishes-card .dishes-image img {
  max-width: 200px;
  border-radius: 100%;
  transition: var(--transition);
}
.single-dishes-card .content {
  transition: var(--transition);
}
.single-dishes-card .content h4 {
  margin-bottom: 15px;
}
.single-dishes-card:hover, .single-dishes-card.active {
  background-color: var(--primary);
}
.single-dishes-card:hover .content h4, .single-dishes-card.active .content h4 {
  color: var(--white);
}
.single-dishes-card:hover .content p, .single-dishes-card.active .content p {
  color: var(--gray-color);
}

/*
Offer Area CSS
================================================================================*/
.offer-area {
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.offer-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.offer-area .section-title h2 {
  margin-bottom: 40px;
}

/*
Gallery Area CSS
================================================================================*/
.gallery-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}

.gallery-card {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  padding: 80px 70px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.gallery-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-card .gallery-content h2 {
  font-size: 70px;
  margin-bottom: 15px;
  color: var(--white);
}
.gallery-card .gallery-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  color: var(--gray-color);
}
.gallery-card .gallery-content h5 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--primary);
}

/*
Dining Area CSS
================================================================================*/
.dining-area .d-card {
  padding: 25px;
  border-radius: 10px;
  background: #fffef8;
  box-shadow: 0 0 8px 0 rgba(154, 154, 154, 0.2);
}
.dining-area .d-card .br-image {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
  border-radius: 100%;
  border: 3px solid var(--info-color);
}
.dining-area .d-card .shape {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
}
.dining-area .shape {
  top: 120px;
  left: 120px;
  z-index: -1;
  opacity: 0.3;
  position: absolute;
}
.dining-area .shape1 {
  top: 100px;
  right: 100px;
  z-index: -1;
  opacity: 0.5;
  max-width: 150px;
  position: absolute;
}

/*
Selling Area CSS
================================================================================*/
.selling-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.selling-area .selling-card {
  margin: 10px;
}
.selling-area .selling-card .s-image {
  overflow: hidden;
  position: relative;
  transition: var(--transition);
  border-radius: 10px 10px 0 0;
}
.selling-area .selling-card .s-image img {
  transition: var(--transition);
  border-radius: 10px 10px 0 0;
}
.selling-area .selling-card .s-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.selling-area .selling-card .s-cardboody {
  padding: 25px;
  border-radius: 0 0 10px 10px;
  background-color: var(--white);
  box-shadow: 0 0 8px 0 rgba(154, 154, 154, 0.2);
}
.selling-area .selling-card .s-cardboody h3 {
  margin-bottom: 30px;
}
.selling-area .selling-card .s-cardboody .rating {
  margin-bottom: 25px;
}
.selling-area .selling-card .s-cardboody .rating h5 {
  font-size: 20px;
  color: var(--green-color);
}
.selling-area .selling-card .s-cardboody .rating i {
  font-size: 23px;
  color: var(--star-color);
}
.selling-area .selling-card:hover .s-image::after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}
.selling-area .selling-card:hover .s-image img {
  transform: scale(1.1);
  border-radius: 10px 10px 0 0;
}
.selling-area .default-swiper-button {
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
}

/*
Funfact Area CSS
================================================================================*/
.funfact-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.funfact-area .rowgap {
  --bs-gutter-x: 275px;
}

/*
Tender Area CSS
================================================================================*/
.tender-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.tender-area .top-bar {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  margin-bottom: 50px;
}
.tender-area .tender-card {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  transition: var(--transition);
}
.tender-area .tender-card img {
  border-radius: 10px;
}
.tender-area .tender-card .card-body {
  top: 50%;
  right: 20px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
  transform: translateY(-50%);
}
.tender-area .tender-card .card-body p {
  color: var(--gray-color);
}
.tender-area .tender-card .card-body h3 a {
  color: var(--white);
}
.tender-area .tender-card::before {
  content: "";
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  right: 0;
  transition: var(--transition);
  border-radius: 10px;
  position: absolute;
  background-color: rgba(78, 147, 77, 0.8);
}
.tender-area .tender-card:hover::before, .tender-area .tender-card.active::before {
  height: 100%;
}
.tender-area .tender-card:hover .card-body, .tender-area .tender-card.active .card-body {
  opacity: 1;
  visibility: visible;
}

/*
 Footer Area CSS
================================================================================*/
.footer-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer-area .shape {
  bottom: 90px;
  right: 90px;
  z-index: -1;
  position: absolute;
}

.footer-widget ul li {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-widget ul li a:hover {
  color: var(--primary);
}
.footer-widget .social li {
  margin-bottom: 0;
}
.footer-widget .social a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  margin: 0 5px;
  transition: var(--transition);
}
.footer-widget .social a:hover {
  background-color: var(--bgcolor);
  color: var(--white);
}
.footer-widget .info-card a {
  color: var(--paragraph1);
  font-size: 16px;
}
.footer-widget .info-card a:hover {
  color: var(--primary);
}

/*
Copy Right Area CSS
================================================================================*/
.copy-right-area {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(160, 160, 160, 0.3490196078);
}
.copy-right-area p {
  font-weight: 600;
  color: var(--dark);
}
.copy-right-area p img {
  max-width: 100px;
}

/*
Default Details Area CSS
================================================================================*/
.default-details-area .default-sidebar .category-items-card ul li {
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--cardColor);
}
.default-details-area .default-sidebar .category-items-card ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.default-details-area .default-sidebar .tag-card ul li {
  display: inline-block;
  margin-right: 5px;
}
.default-details-area .default-sidebar .tag-card ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.default-details-area .default-sidebar .tag-card ul li.mb-3 {
  margin-bottom: 8px !important;
}
.default-details-area .default-sidebar .tag-card ul li a {
  color: #000;
  padding: 8px 15px 8px;
  border-radius: 10px;
  display: inline-block;
  background-color: var(--white);
}
.default-details-area .default-sidebar .tag-card ul li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.default-details-area .default-sidebar .contact-card {
  padding: 30px 25px;
  border-radius: 15px;
  background-color: #f9f9f9;
}
.default-details-area .default-sidebar .contact-card .info-card i {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 30px;
  color: var(--white);
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  background-color: var(--bgcolor);
}
.default-details-area .default-sidebar .recent-card .warps span {
  display: block;
  margin-bottom: 10px;
  color: var(--primary);
}
.default-details-area .default-sidebar .contact-card .info-card a {
  color: var(--paragraph1);
  font-size: 16px;
}
.default-details-area .default-sidebar .contact-card .info-card a:hover {
  color: var(--primary);
}
.default-details-area .default-sidebar .search-box .form-control {
  color: var(--dark);
  padding: 12px 20px;
  height: 60px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.default-details-area .default-sidebar .search-box .form-control::-moz-placeholder {
  color: var(--dark);
}
.default-details-area .default-sidebar .search-box .form-control::placeholder {
  color: var(--dark);
}
.default-details-area .default-sidebar .search-box .form-control:focus {
  border-color: var(--primary);
}
.default-details-area .default-sidebar .search-box .read-more {
  top: 50%;
  right: 5px;
  position: absolute;
  transform: translateY(-50%);
  font-size: 20px;
  background-color: var(--primary);
  color: var(--white);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: var(--transition);
}
.default-details-area .default-sidebar .search-box .read-more:hover {
  color: var(--white);
  background-color: var(--green-color);
}
.default-details-area .cardbtn-style {
  padding: 30px 25px;
  border-radius: 15px;
  background-color: #f9f9f9;
}
.default-details-area .category-card {
  padding: 25px;
  border-radius: 10px;
  border: 1px solid rgba(160, 160, 160, 0.3294117647);
}
.default-details-area .chef-details-content ul {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(160, 160, 160, 0.3490196078);
}
.default-details-area .chef-details-content ul li {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--dark);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.default-details-area .chef-details-content ul li span {
  width: 72%;
  font-weight: 500;
  text-transform: none;
  color: var(--dark);
}
.default-details-area .chef-details-content ul li:last-child {
  margin-bottom: 0;
}
.default-details-area .manu-details-contant .nav-tabs {
  border-bottom: 1px solid rgba(228, 228, 228, 0.51);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.default-details-area .manu-details-contant .nav-tabs .nav-item {
  border: none;
  margin-right: 30px;
}
.default-details-area .manu-details-contant .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.default-details-area .manu-details-contant .nav-tabs .nav-link {
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--paragraph);
  position: relative;
}
.default-details-area .manu-details-contant .nav-tabs .nav-link.active, .default-details-area .manu-details-contant .nav-tabs .nav-link:hover {
  color: var(--primary);
}
.default-details-area .manu-details-contant .nav-tabs .nav-link.active::before, .default-details-area .manu-details-contant .nav-tabs .nav-link:hover::before {
  opacity: 1;
}
.default-details-area .manu-details-contant .comments .default-btn {
  padding: 14px 30px;
}
.default-details-area .manu-details-contant .contact-card1 {
  padding: 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.default-details-area .manu-details-contant .contact-card1 textarea.form-control {
  height: 160px;
}
.default-details-area .manu-details-contant .contact-card1 .form-control {
  background-color: var(--white);
}
.default-details-area .default-details-content .mb-30 {
  margin-bottom: 30px;
}
.default-details-area .default-details-content .date li i {
  font-size: 20px;
  color: var(--primary);
}
.default-details-area .default-details-content .qoute-card {
  border-bottom: 3px solid var(--primary);
}
.default-details-area .default-details-content .qoute-card .icon img {
  max-width: 80px;
}
.default-details-area .default-details-content .qoute-card p {
  font-size: 25px;
  line-height: 1.2;
}
.default-details-area .default-details-content .share-tag {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid rgba(217, 216, 216, 0.4);
}
.default-details-area .default-details-content .share-tag .tags li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.default-details-area .default-details-content .share-tag .tags li a {
  color: var(--dark);
}
.default-details-area .default-details-content .share-tag .tags li a:hover {
  color: var(--primary);
}
.default-details-area .default-details-content .share-tag .tags li:last-child {
  margin-right: 0;
}
.default-details-area .default-details-content .share-tag .share {
  text-align: end;
}
.default-details-area .default-details-content .share-tag .share li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.default-details-area .default-details-content .share-tag .share li a {
  display: inline-block;
  color: var(--primary);
  background-color: #f2f2f2;
  border-radius: 100%;
  text-align: center;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.default-details-area .default-details-content .share-tag .share li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.default-details-area .default-details-content .share-tag .share li:last-child {
  margin-right: 0;
}
.default-details-area .category-card {
  text-align: center;
  position: relative;
  transition: var(--transition);
}
.default-details-area .category-card .card-body span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
}
.default-details-area .category-card .shop-list {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
  transition: var(--transition);
}
.default-details-area .category-card .shop-list ul {
  padding-left: 0;
  margin: 0;
}
.default-details-area .category-card .shop-list ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8px;
}
.default-details-area .category-card .shop-list ul li:last-child {
  margin-right: 0;
}
.default-details-area .category-card .shop-list ul li i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 25px;
  justify-content: center;
  border-radius: 100px;
  color: var(--white);
  background-color: var(--primary);
  transition: var(--transition);
}
.default-details-area .category-card .shop-list ul li i:hover {
  background-color: var(--gray-color);
  color: var(--whateColor);
}
.default-details-area .category-card:hover .shop-list, .default-details-area .category-card.active .shop-list {
  opacity: 1;
  visibility: visible;
}

/*
Faq Area CSS
================================================================================*/
.faq-area .section-heading h2 {
  margin-bottom: 20px;
}
.faq-area .section-heading p {
  margin-bottom: 35px;
}
.faq-area .faq-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-content .accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}
.faq-content .accordion-item .accordion-button {
  border: none;
  box-shadow: none;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  background-color: var(--bgcolor);
  padding: 20px 25px;
  border-radius: 10px 10px;
  position: relative;
}
.faq-content .accordion-item .accordion-button::after {
  display: none;
}
.faq-content .accordion-item .accordion-button::before {
  position: absolute;
  content: "\eb0b";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: tabler-icons !important;
  color: var(--white);
}
.faq-content .accordion-item .accordion-button:not(.collapsed)::before {
  content: "\eaf2";
}
.faq-content .accordion-item .accordion-body {
  padding: 20px 35px 20px 25px;
  background-color: #f9f9f9;
  border-radius: 0 0 10px 10px;
}
.faq-content .accordion-item:last-child {
  margin-bottom: 0;
}

/*
Blog Page CSS
================================================================================*/
.r-comment {
  padding: 25px 25px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.r-comment.style-1 {
  margin-left: 120px;
}
.r-comment .u-image-13 {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.r-comment span {
  display: block;
  margin-bottom: 10px;
}
.r-comment h4 {
  font-size: 22px;
}
.r-comment .read-more {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
}
.r-comment .read-more:hover {
  color: var(--primary);
}
.r-comment .star i {
  font-size: 20px;
  color: var(--star-color);
}

.leave-card .contact-card1 {
  padding: 50px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.leave-card .contact-card1 textarea.form-control {
  height: 160px;
}
.leave-card .contact-card1 .form-control {
  color: var(--dark);
  background-color: var(--white);
}
.leave-card .contact-card1 .form-control::-moz-placeholder {
  color: var(--dark);
}
.leave-card .contact-card1 .form-control::placeholder {
  color: var(--dark);
}

/*
My Account Page CSS
================================================================================*/
.my-account-page .registration-form .form-control {
  margin-bottom: 20px !important;
}

.login-form {
  padding: 40px 40px;
  background-color: #f9f9f9;
}
.login-form h2 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.login-form .form-control {
  color: var(--dark);
  height: 56px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: var(--white);
}
.login-form .form-control::-moz-placeholder {
  color: var(--dark);
}
.login-form .form-control::placeholder {
  color: var(--dark);
}
.login-form .form-control:focus {
  border-color: var(--primary);
}
.login-form textarea.form-control {
  height: 160px;
}
.login-form .flex-warp {
  margin-bottom: 30px;
}
.login-form .form-check {
  display: block;
  min-height: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.login-form .form-check .form-check-input {
  margin-left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary);
  background-color: transparent;
}
.login-form .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--primary);
  background-color: var(--primary);
}
.login-form .form-check label.form-check-label {
  margin-left: 10px;
}
.login-form .form-check label.form-check-label a {
  color: var(--primary);
}
.login-form .password {
  color: var(--primary);
}
.login-form p a {
  color: var(--primary);
}

/*
Forget Password CSS
================================================================================*/
.forget-password-page {
  padding-top: 150px;
}
.forget-password-page .registration-form .form-control {
  margin-bottom: 20px !important;
}

/*
Manu Details Page CSS
================================================================================*/
.manu-details-contant .product-details-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*
Product Details Page
================================================================*/
.product-details-content .list-star li i {
  font-size: var(--font-size);
  color: var(--star-color);
}
.product-details-content .medium {
  color: var(--paragraph);
  font-weight: 400;
}
.product-details-content .product-details-list {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.4);
}
.product-details-content .product-details-list li {
  margin-bottom: 10px;
}
.product-details-content .product-details-list li i {
  color: var(--star-color);
}
.product-details-content .product-details-list li:last-child {
  margin-bottom: 0;
}
.product-details-content .quantity-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.product-details-content .quantity-list li:last-child {
  margin-right: 0;
}
.product-details-content .tags-list li {
  margin-bottom: 5px;
}
.product-details-content .tags-list li span {
  color: var(--heading);
}
.product-details-content .tags-list li:last-child {
  margin-bottom: 0;
}
.product-details-content .social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.product-details-content .social-icons li::before {
  display: none;
}
.product-details-content .social-icons li a {
  display: inline-block;
  color: var(--dark);
  background-color: #f3f3f3;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-content .social-icons li a:hover {
  color: var(--white);
  background-color: var(--primary);
}
.product-details-content .social-icons li:last-child {
  margin-right: 0;
}

.quantity-selector {
  display: flex;
  align-items: center;
}
.quantity-selector button {
  margin: 0;
  padding: 6px;
  border: 1px solid rgba(40, 43, 45, 0.15);
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: var(--transition);
  background-color: transparent;
  cursor: pointer;
}
.quantity-selector button:hover {
  background: #e0e0e0;
}
.quantity-selector input {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid rgba(40, 43, 45, 0.15);
  font-size: 16px;
}
.quantity-selector .decrement {
  border-right: 0;
  background-color: transparent;
  border-radius: 10px 0 0 10px;
}
.quantity-selector .increment {
  border-left: 0;
  background-color: transparent;
  border-radius: 0 10px 10px 0;
}

.product-review-area .nav-tabs {
  border-bottom: 1px solid rgba(228, 228, 228, 0.51);
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.product-review-area .nav-tabs .nav-item {
  border: none;
  margin-right: 30px;
}
.product-review-area .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.product-review-area .nav-tabs .nav-link {
  border: none;
  padding: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--paragraph1);
  position: relative;
}
.product-review-area .nav-tabs .nav-link.active, .product-review-area .nav-tabs .nav-link:hover {
  color: var(--primary);
}
.product-review-area .nav-tabs .nav-link.active::before, .product-review-area .nav-tabs .nav-link:hover::before {
  opacity: 1;
}
.product-review-area .comments .default-btn {
  padding: 14px 30px;
}
.product-review-area .contact-card1 {
  padding: 30px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.product-review-area .contact-card1 textarea.form-control {
  height: 160px;
}
.product-review-area .contact-card1 .form-control {
  background-color: var(--white);
}

/*
Shop Area CSS
================================================================================*/
.shop-area .top-bar {
  margin-bottom: 35px;
}
.shop-area .top-bar p {
  color: var(--dark);
}
.shop-area .top-bar .form-select {
  border: none;
  height: 50px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  border-radius: 10px;
  color: var(--dark);
}
.shop-area .top-bar .form-select option {
  color: var(--dark);
}

.single-shop-card {
  padding: 35px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
.single-shop-card .shop-card-image .default-btn {
  top: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: var(--transition);
  transform: translate(-50%, -50%);
}
.single-shop-card .shop-card-content {
  margin-top: 25px;
}
.single-shop-card .shop-card-content .star i {
  font-size: 18px;
  color: var(--star-color);
}
.single-shop-card .shop-card-content span {
  font-weight: 500;
  color: var(--dark);
}
.single-shop-card:hover .shop-card-image .default-btn {
  opacity: 1;
  visibility: visible;
}

/*
Cart Page
================================================================*/
.cart-table .table thead tr {
  border-radius: 10px;
}
.cart-table .table thead tr th {
  padding: 15px 15px;
  border: none;
  font-weight: 500;
  color: var(--title-color);
  white-space: nowrap;
  background-color: #f5f3f2;
}
.cart-table .table thead tr th:first-child {
  border-radius: 10px 0 0 10px;
}
.cart-table .table thead tr th:last-child {
  border-radius: 0 10px 10px 0;
}
.cart-table .table tbody tr td {
  padding: 20px 15px;
  vertical-align: middle;
  color: var(--paragraph1);
  white-space: nowrap;
  border-bottom: 1px solid rgba(217, 216, 216, 0.37);
}
.cart-table .table tbody tr td:first-child {
  padding-left: 0;
}
.cart-table .table tbody tr td:last-child {
  text-align: end;
}
.cart-table .table tbody tr .product-thumbnail img {
  width: 77px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-table .table tbody tr .product-name a {
  color: var(--dark);
  font-weight: 500;
}
.cart-table .table tbody tr .product-name a:hover {
  color: var(--primary);
}
.cart-table .table tbody tr .product-quantity .quantity-selector {
  width: 120px;
  background-color: #f3f3f3;
}
.cart-table .table tbody tr .product-quantity .quantity-selector button {
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.cart-table .table tbody tr .product-quantity .quantity-selector input {
  border: none;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.cart-table .table tbody tr .product-remove .remove {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #FF7562;
  font-size: 20px;
}

.cart-buttons .form-control {
  height: 60px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #f3f3f3;
}
.cart-buttons .form-control::-moz-placeholder {
  color: var(--paragraph1);
}
.cart-buttons .form-control::placeholder {
  color: var(--paragraph1);
}
.cart-buttons .form-control:focus {
  border-color: var(--primary);
}
.cart-buttons .update-cart-box .default-btn {
  padding: 14px 26px;
  background-color: var(--green-color);
  color: var(--white);
}
.cart-buttons .update-cart-box .default-btn::before {
  background-color: var(--primary);
}

.summery-content {
  padding: 25px;
  border: 1px solid rgba(160, 160, 160, 0.4392156863);
}
.summery-content .summery-icon ul li {
  padding: 15px 20px;
  border: 1px solid rgba(40, 43, 45, 0.1);
  position: relative;
  color: #000000;
  margin-bottom: 15px;
}
.summery-content .summery-icon ul li span {
  top: 50%;
  right: 20px;
  position: absolute;
  transform: translateY(-50%);
  color: var(--paragraph1);
}
.summery-content .summery-icon ul li:last-child {
  margin-bottom: 0;
}
.summery-content .summery-icon ul li:last-child span {
  color: #000000;
}
.summery-content .summery-icon .default-btn {
  font-size: var(--font-size);
  padding: 14px 26px;
}
.summery-content .summery-icon .default-btn:hover {
  background-color: var(--primary);
}

/*
Checkout Page
================================================================*/
.rating.p-4 {
  padding: 16px 24px !important;
  background-color: #f4fcfe;
}
.rating a {
  color: var(--dark);
  font-size: var(--font-size);
  font-weight: 400;
}

.checkout-form {
  padding: 30px;
  border: 1px solid var(--cardColor);
}
.checkout-form .form-label {
  color: var(--heading);
  margin-bottom: 10px;
}
.checkout-form .form-control {
  color: var(--heading);
  height: 50px;
  padding: 10px 15px;
  background-color: #efedea;
  border-radius: 3px;
  margin-bottom: 25px;
}
.checkout-form .form-control:focus {
  border-color: var(--primary);
}
.checkout-form .textarea {
  min-height: 85px;
}

.summarize-order {
  padding: 20px 40px 30px;
  border-radius: 10px;
  background-color: #f4fcfe;
}
.summarize-order .warp {
  padding: 30px 40px 20px;
  border-bottom: 1px solid rgba(217, 216, 216, 0.5);
}
.summarize-order .br-1 {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.summarize-order .list-total li {
  margin-bottom: 15px;
  color: var(--dark);
}
.summarize-order .list-total li:last-child {
  margin-bottom: 0;
}

.payment-method {
  padding: 30px 40px;
  border-radius: 10px;
  background-color: #f4fcfe;
}
.payment-method .form-check {
  font-size: 18px;
  font-weight: 500;
  color: var(--dark);
  margin-bottom: 20px;
}
.payment-method .form-check .form-check-input {
  border-radius: 0;
  background-color: #eff4f0;
  border: 1px solid rgb(217, 216, 216);
}
.payment-method .form-check .form-check-input:focus {
  border-color: var(--primary);
}
.payment-method .form-check .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.payment-method .default-btn {
  padding: 14px 30px;
}
.payment-method .default-btn:hover {
  background-color: var(--white);
}

/*
Contact Page
================================================================*/
.Address-area .leave-card .contact-card1 textarea.form-control {
  height: 130px;
}

.Address-items {
  border-radius: 10px;
  padding: 50px;
  background-color: #fffaf2;
}

.single-Address-card i {
  width: 70px;
  height: 70px;
  font-size: 30px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  justify-content: center;
  transition: var(--transition);
  background-color: var(--white);
}
.single-Address-card a {
  display: block;
}
.single-Address-card:hover i {
  animation: pop 0.3s 1;
  color: var(--white);
  background-color: var(--primary);
}

/*
Map Area CSS
================================================================*/
.map-area .container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}
.map-area iframe {
  width: 100%;
  height: 675px;
}

/*
Default As Button CSS
================================================================================*/
.default-swiper-button .swiper-button-next, .default-swiper-button .swiper-button-prev {
  font-size: 24px;
  color: var(--white);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--info-color);
  transition: var(--transition);
}
.default-swiper-button .swiper-button-next::after, .default-swiper-button .swiper-button-prev::after {
  display: none;
}
.default-swiper-button .swiper-button-next:hover, .default-swiper-button .swiper-button-prev:hover {
  background-color: var(--primary);
  color: var(--white);
}
.default-swiper-button .swiper-button-next:active, .default-swiper-button .swiper-button-prev:active {
  color: var(--white);
}
.default-swiper-button .swiper-button-next {
  left: auto;
  right: 0;
  background-color: var(--primary);
}
.default-swiper-button .swiper-button-prev {
  left: auto;
  right: 60px;
}

/*
Terms & Condition Page
================================================================================*/
.tpdefault-content .mt-1 {
  margin-top: 35px !important;
}
.tpdefault-content .mb-1 {
  margin-bottom: 30px !important;
}

/*
404 Error Page CSS
================================================================================*/
.error-area {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.error-area .container {
  max-width: 700px;
}
.error-area .error-content-wrap {
  z-index: 1;
  position: relative;
}
.error-area .error-content-wrap p {
  margin: 25px 0 35px;
  font-size: 20px;
  font-weight: 500;
}
.error-area .error-content-wrap .default-btn {
  padding: 17px 50px 17px;
}
.error-area .health-shape-1 {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

/*
Go Top Button CSS
=================================================*/
.go-top {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 25px;
  color: var(--white);
  opacity: 0;
  font-size: 30px;
  text-align: center;
  visibility: hidden;
  z-index: 4;
  font-weight: 600;
  border-radius: 100%;
  transition: var(--transition);
  background-color: var(--primary);
}
.go-top.active {
  top: 88%;
  opacity: 1;
  visibility: visible;
}
.go-top:hover {
  background-color: var(--info-color);
}

/*
Default Pagination CSS
============================================================*/
.default-pagination .pagination {
  justify-content: center;
}
.default-pagination .pagination .page-item {
  margin-right: 10px;
  border-radius: 0;
}
.default-pagination .pagination .page-item .page-link {
  font-weight: 500;
  border: none;
  color: var(--heading);
  width: 50px;
  height: 50px;
  font-weight: 500;
  border-radius: 100%;
  text-align: center;
  transition: var(--transition);
  background-color: rgba(29, 70, 249, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-pagination .pagination .page-item .page-link span {
  font-size: 20px;
  position: relative;
  top: 2px;
  right: 0;
  color: var(--heading);
  transition: var(--transition);
}
.default-pagination .pagination .page-item .page-link.active {
  border-color: var(--white);
  color: var(--white);
  background-color: var(--primary);
}
.default-pagination .pagination .page-item .page-link:hover {
  color: var(--white);
  background-color: var(--primary);
}
.default-pagination .pagination .page-item .page-link:hover span {
  color: var(--white);
}
.default-pagination .pagination .page-item:last-child {
  margin-right: 0;
}

/*
Preloader Area CSS
============================================================*/
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 100%;
  border: 10px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--primary);
  height: 100px;
  margin: 0 auto 20px auto;
  width: 100px;
}
.container-preloader .animation-preloader .txt-loading {
  font: bold 60px "Playfair Display", serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;
  color: var(--primary);
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .loader-section {
  background-color: var(--white);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes wavy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
.bounce-y {
  animation: bounce-y 10s linear infinite;
}

@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-x {
  animation: bounce-x 10s linear infinite;
}

@keyframes bounce-x {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(-30px);
  }
  100% {
    transform: translatex(0);
  }
}
.d-pop {
  animation: pop 0.3s 1;
}

@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.simple-rotate {
  animation: simple-rotate1 10s 1s linear infinite alternate;
}

.shine-animation {
  animation: Shine 10s 1s linear infinite alternate;
}

@keyframes Shine {
  100% {
    left: 125%;
  }
}
@keyframes simple-rotate1 {
  100% {
    transform: rotate(360deg);
  }
}
.rotateme {
  animation: rotateme 7s linear infinite;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.movebounce {
  animation: movebounce 1s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.movebounce1 {
  animation: movebounce1 1s linear infinite;
}

@keyframes movebounce1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
.ripple {
  animation: ripple 2s infinite linear;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.border-transform {
  animation: border-transform 10s linear infinite alternate forwards;
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}/*# sourceMappingURL=style.css.map */