@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

/************* Title font *************/
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

:root {
  --white: #ffffff;
  --black: #101010;
  --maroon: #821100;
  --red: #e74925;
  --red-rgb: 231, 73, 37;
  --golden: #d2a355;
  --text-grey: #c4c4c4;
  --grey: #e5e5e5;
  --grey2: #d4d4d5;
  --peach: #fcf2e3;
  --greylight-bg: #fbfbfb;
  --lightyellow: #fffcf6;
  --yellow: #ffc617;
  --grey-bg: #f9f9f9;
  --green: #144227;
  --text-grey-2: #888888;
  --light-green: #72b226;
  --text-light-grey: #b3b3b3;
  --separator-line: url(../images/borderline.svg) no-repeat;
  --separator-line3: url(../images/borderline.svg) no-repeat;
  --separator-line2: url(../images/separator-bottom.svg) no-repeat;
  --leafsbg: url(../images/leafsbg.svg) no-repeat;
  --footerbg: url(../images/footer-badami.jpg) no-repeat;
  --libre-font: "Libre Baskerville", serif;
  --text-line-1: 1;
  --text-line-2: 2;
  --text-line-3: 3;
  --text-line-4: 4;
}

.border-red {
  border-color: var(--red) !important;
}

.bg-danger {
  --bs-bg-opacity: 0.25;
  background-color: rgba(var(--red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
  background-color: var(--red);
}

.bg-lightgreen {
  background: var(--light-green);
}

.bg-golden {
  background: var(--golden);
}

.bg-yellow {
  background: var(--yellow);
}

.bgsemigrey {
  background: var(--greylight-bg);
}

.bg-grey {
  background: var(--grey-bg);
}

.bg-grey1 {
  background: var(--grey);
}

.greenbg .separator {
  -webkit-filter: grayscale(100%) brightness(95%) sepia(90%) hue-rotate(5deg)
    saturate(500%) contrast(0.7);
  filter: grayscale(100%) brightness(95%) sepia(90%) hue-rotate(5deg)
    saturate(500%) contrast(0.7);
}

.bglightgrey {
  background: var(--slider-bg);
}

.text-yellow {
  color: var(--yellow);
}

.textred {
  color: var(--red);
}

.textmaroon {
  color: var(--maroon);
}

.libre-font {
  font-family: var(--libre-font);
}

.rotation {
  transform: rotate(-7deg);
}

.leafsbg {
  background: var(--lightyellow) var(--leafsbg);
  background-repeat: repeat;
}

.lightyellow {
  background-color: var(--lightyellow);
}

.greenbg {
  background-color: var(--green);
}

.line-clamp {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: var(--text-line-1);
  -webkit-box-orient: vertical;
}

.twoline {
  -webkit-line-clamp: var(--text-line-2);
}

.threeline {
  -webkit-line-clamp: var(--text-line-3);
}

.fourline {
  -webkit-line-clamp: var(--text-line-4);
}

/* .line-clamp{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: var(--text-line-1);
    -webkit-box-orient: vertical;
} */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Slim scrollbar */
.scrolling {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  min-height: 0.01%;
  overflow-x: auto;
}

/* width */
.scrolling::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

/* Track */
.scrolling::-webkit-scrollbar-track {
  background: var(--bs-gray-50);
}

/* Handle */
.scrolling::-webkit-scrollbar-thumb {
  background: var(--bs-gray-400);
  border-radius: var(--bs-border-radius-xl);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body {
  font-family: "Poppins", serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3rem;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
  line-height: 1rem;
}

a {
  text-decoration: none;
}

.custom-alert {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 1050;
  /* Ensure it's above other content */
  width: auto;
  max-width: 400px;
  /* Adjust the max width if needed */
  margin-bottom: 10px;
}

.form-control:focus {
  box-shadow: none;
  background-color: transparent;
  border-color: #dedede;
}

select.form-control {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZD0iTTEyIDE3LjQxNCAzLjI5MyA4LjcwN2wxLjQxNC0xLjQxNEwxMiAxNC41ODZsNy4yOTMtNy4yOTMgMS40MTQgMS40MTRMMTIgMTcuNDE0eiIvPjwvc3ZnPg==);
  background-size: 1rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
  background-position: center right 1rem;
  padding: 0.7rem 3rem 0.7rem 1.3rem;
}

.locationselect select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0id2hpdGUiIGQ9Ik0xMiAxNy40MTQgMy4yOTMgOC43MDdsMS40MTQtMS40MTRMMTIgMTQuNTg2bDcuMjkzLTcuMjkzIDEuNDE0IDEuNDE0TDEyIDE3LjQxNHoiLz48L3N2Zz4=);
  background-size: 1rem;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
  background-position: center right 1rem;
  padding: 0.7rem 3rem 0.7rem 1.3rem;
}

.locationselect select:focus {
  outline: 0;
}

.line-clamp-title1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp-text4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

h1,
h2,
h3,
h6,
.navigation ul li a,
.themebtn {
  font-family: var(--libre-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  line-height: 1.2;
}

ul {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -ms-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

button:focus {
  outline: 0;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 120%;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 120%;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 120%;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.themebtn.themebtn-ouline {
  border: solid 1px var(--red);
  background: transparent !important;
  color: var(--red);
}

.themebtn-ouline::before,
.themebtn-ouline::after {
  background-color: var(--red) !important;
}

.themebtn-ouline:hover {
  color: var(--white) !important;
}

.themebtn {
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid var(--red);
  background: var(--red);
  padding: 0.5rem 1.5rem;
  display: inline-block;
  color: var(--white);
  line-height: 1.6rem;
  font-size: 0.8rem;
  transition: all 0.35s;
}

.themebtn:before,
.themebtn:after,
.themebtn-ouline::before,
.themebtn-ouline::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--white);
  border-radius: 50%;
  z-index: -1;
}

.themebtn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.themebtn:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.themebtn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.themebtn:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.themebtn:hover {
  color: var(--red);
  border: solid 1px var(--red);
  z-index: 1;
}

.themebtn-yellow {
  border: 1px solid var(--yellow);
  background: var(--yellow);
  color: var(--green);
}

.themebtn-yellow:hover {
  color: var(--yellow);
  border: solid 1px var(--yellow);
}

.themebtn-ouline::before {
  background: var(--red);
}

.themebtn-ouline-dark {
  border-color: var(--black);
  color: var(--black);
}

.themebtn-ouline-dark::before {
  background: var(--black);
}

.themebtn-ouline-white {
  border-color: var(--white);
  color: var(--white);
}

.themebtn-ouline-white::before {
  background: var(--golden);
}

.themebtn-ouline-white:hover {
  border-color: var(--golden);
}

.arrowbtn {
  color: var(--white);
  position: relative;
  background: var(--red);

  padding: 0.2rem 2.5rem 0.2rem 1rem;
  border-radius: 1.5rem;
  z-index: 9;
  display: inline-block;
  white-space: nowrap;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  transition:
    background-color 600ms cubic-bezier(0.6, 0.15, 0.51, 1.25),
    border-color 600ms cubic-bezier(0.6, 0.15, 0.51, 1.25),
    color 600ms cubic-bezier(0.6, 0.15, 0.51, 1.25);
}

.arrowbtn i {
  position: absolute;
  right: 3px;
  opacity: 1;
  color: var(--red);
  font-size: 1.9rem;
  rotate: -45deg;
  transition:
    transform 430.8ms cubic-bezier(0.6, 0.15, 0.51, 1.25),
    opacity 600ms cubic-bezier(0.6, 0.15, 0.51, 1.25);
}

.arrowbtn:hover i,
.arrowbtn i {
  right: 0;
}

.arrowbtn i.showhover {
  transform: translateX(50px);
}

.arrowbtn:hover i.showhover {
  transform: translateY(0px);
}

.arrowbtn:hover i {
  opacity: 0;
  transform: translateY(0px);
}

.arrowbtn:hover i.showhover {
  transform: translateY(0px);
  opacity: 1;
}

*::-moz-selection {
  background: var(--lightyellow);
  color: var(--golden);
  text-shadow: none;
}

*::-webkit-selection {
  background: var(--lightyellow);
  color: var(--golden);
  text-shadow: none;
}

*::selection {
  background: var(--lightyellow);
  color: var(--golden);
  text-shadow: none;
}

.zoom-img {
  overflow: hidden;
}

.zoom-img img {
  object-fit: cover;
  transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 700ms ease;
}

.zoom-img:hover img {
  /*transform: scale(1.2) rotate(2deg);*/
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.semirounded {
  border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg)
    var(--bs-border-radius-lg) var(--bs-border-radius-xxl);
}

/******Header Start******/
header {
  background: var(--grey-bg);
}

header {
  transition: transform 0.3s ease-in-out;
}

header.hide-header {
  transform: translateY(-150%);
}

.navigation {
  position: relative;
  justify-content: center;
  max-height: 5rem;
}

.navigation ul {
  column-gap: 2rem;
  /* padding-top: 1.2rem; */
  text-align: center;
}

.navigation ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  transition: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  flex-basis: 20%;
  white-space: nowrap;
}

.navigation ul li .header-logo a {
  width: 7rem;
}

.navigation ul li a {
  display: inline-block;

  /* padding: 10px 0 10px 0; */
  position: relative;
  color: var(--black);
  /*transform: scale(1);
    transition: all 0.35s ease-in-out;*/
}

.navigation ul li a:hover,
.navigation ul li a.active {
  color: var(--red);
  /*transform: scale(1.1);*/
}

.dropdown-toggle::after {
  width: 6px;
  height: 6px;
  margin-left: 0.6em;
  border: solid var(--black);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 42%;
}

/*.navigation ul li a.active::before { background: var(--golden); content: ''; height: 2px; width: 100%; position: absolute; left:0; bottom: 10px; }*/
/*.navigation ul li .mega-content .subcat a{ padding: 5px 0px; }
.navigation ul li .mega-content .subcat a:hover{ color: var(--black); text-decoration: none; }*/
.header-logo {
  /* margin: 0 0rem 0 1.5rem; */
  width: 7rem;
  /*filter: drop-shadow(0px 22px 26.7px rgba(130, 17, 0, 0.30));*/
  border-radius: var(--bs-border-radius-pill);
  position: relative;
  height: 6.7rem;
  margin-top: 0.5rem;
}

.header-logo::before {
  content: "";
  height: 100%;
  width: 100%;
  filter: drop-shadow(0px 22px 26.7px rgba(130, 17, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
  background: var(--white);
  border-radius: var(--bs-border-radius-pill);
}

.header-logo img {
  width: 100%;
  border-radius: var(--bs-border-radius-pill);
  background: var(--red);
  padding: 0.5rem;
}

/* .headerrighticons ul li .bi.bi-person {
  font-size: 26px;
} */
/* .headerrighticons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
} */
.headerrighticons ul li {
  font-size: 25px;
  vertical-align: middle;
  position: relative;
}

/*Header end*/

/*Slider*/
.slider-area {
  z-index: 1;
  position: relative;
}

.slider-area .owl-dots {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
}

.slider-area .owl-dots button span {
  background: var(--red);
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
}

.slider-area .owl-dots button.active span {
  background: var(--text-light-grey);
  width: 13px;
  height: 13px;
}

.slider-area .owl-dots {
  position: inherit;
  text-align: center;
}

.slider-area .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

.slider-area .owl-nav .owl-prev,
.slider-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}

.slider-area .owl-nav .owl-prev i,
.slider-area .owl-nav .owl-next i {
  font-size: 40px;
}

.slider-area .owl-nav .owl-prev {
  left: 20px;
}

.slider-area .owl-nav .owl-next {
  right: 20px;
}

.slider-area .owl-carousel .owl-item img {
  height: 80vh;
}

/***********About Area Start***********/

.fancy-border {
  position: relative;
}

.fancy-border::before {
  left: 0;
}

.fancy-border::before,
.fancy-border::after {
  content: "";
  height: 80%;
  border-left: 5px double #dbc3a9;
  position: absolute;
  top: 10%;
}

.fancy-border::after {
  right: 0;
}

.separator {
  background: var(--separator-line);
  width: 100%;
  background-size: contain;
  height: 4rem;
  background-position-x: center;
}

.separator-bottom {
  background: var(--separator-line2);
  width: 100%;
  background-size: contain;
  height: 4rem;
  background-position-x: center;
}

.separatorsmall {
  background: var(--separator-line3);
  width: 100%;
  background-size: contain;
  height: 4rem;
  background-position-x: center;
}

.aboutrightbox {
  flex-basis: 40%;
}

/***********About Area Close***********/

/***********Category Start***********/
.productboximg {
  height: 26rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0.5rem;
  border: solid 1px var(--grey2);
}

.productboximg:hover {
  border: solid 1px var(--grey2);
}

.productboximg:before,
.cateboximg:before,
.productimg:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  --bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  transition: 0.5s;
  pointer-events: none;
}

.productboximg:hover:before,
.cateboximg:hover:before,
.productimg:hover:before {
  left: -50%;
  transform: skewX(-5deg);
}

.productboximg span,
.productimg span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

.productboximg span:before,
.productimg span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  /*background: var(--grey2);*/
  animation: none;
}

.prodbox:hover .productboximg span:before,
.prodbox:hover .productimg span:before {
  animation: animate 4s linear infinite;
  background: var(--red);
}

.productboximg span:nth-child(1),
.productimg span:nth-child(1) {
  transform: rotate(0deg);
}

.productboximg span:nth-child(2),
.productimg span:nth-child(2) {
  transform: rotate(90deg);
}

.productboximg span:nth-child(3),
.productimg span:nth-child(3) {
  transform: rotate(180deg);
}

.productboximg span:nth-child(4),
.productimg span:nth-child(4) {
  transform: rotate(270deg);
}

@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }

  50% {
    transform: scaleX(1);
    transform-origin: left;
  }

  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }

  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.productboximg img,
.productimg img {
  max-height: 100%;
  max-width: 100%;
}

.startrating li {
  color: var(--yellow);
}

.cateboximg {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
}

.storeboximg,
.founderframe {
  position: relative;
  overflow: hidden;
  padding: 1.6rem 2rem 1.5rem 2rem;
}

.cateboximg::after,
.founderframe::after {
  content: "";
  z-index: 99;
  position: absolute;
  background: url(../images/frameimg.svg) no-repeat;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-position: center center !important;
  background-size: cover !important;
}

.wishlisticon {
  color: var(--red);
  right: 1rem;
  top: 1rem;
  font-size: 1rem;
  background: var(--white);
  border-radius: var(--bs-border-radius-pill);
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.7rem 0 0.5rem 0;
  cursor: pointer;
  border: solid 1px var(--white);
  transition: all 0.35s ease-in-out;
}

.wishlisticon:hover {
  border-color: var(--red);
}

.wishlisticon.active {
  color: var(--red);
}

.titledots {
  position: relative;
}

.titledots::before,
.titledots::after {
  content: "";
  background: var(--golden);
  opacity: 0.6;
  height: 0.35rem;
  width: 0.35rem;
  rotate: 145deg;
  display: inline-block;
}

.titledots::before {
  margin-right: 1.5rem;
}

.titledots::after {
  margin-left: 1.5rem;
}

.productimg {
  height: 19.1rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0.5rem;
  border: solid 1px #ccc;
}

/***********Category Close***********/

/***********Stores area Start***********/
.storeboximg::after {
  content: "";
  z-index: 99;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-position: center center !important;
  background-size: cover !important;
  background: url(../images/square-frame.svg) no-repeat;
}

.locationmap {
  vertical-align: middle;
}

.storecount li {
  width: 100%;
  padding: 1rem;
  position: relative;
  border-right: solid 1px var(--grey);
}

.storecount li:last-child {
  border-right: none;
}

.giftimg .giftbox1 {
  flex-basis: 50%;
}

.locationtext {
  font-size: 14px;
  line-height: 22px;
}

select#selectlocationfooter option {
  opacity: 1 !important;
  background: var(--maroon);
  font-size: 0.7rem;
}

/***********Stores area Close***********/

/***********Gallery Start***********/

.galleryboxes li:nth-child(1n + 1) {
  width: 50%;
  height: auto;
  /*padding-top:20%;*/
  display: grid;
  position: relative;
}

.galleryboxes li:nth-child(2n + 2) {
  width: 24%;
  /*padding-top:20%;*/
  position: relative;
}

.galleryboxes li:nth-child(3n + 3) {
  width: 24%;
  height: auto;
  /*padding-top:40%;*/
  position: relative;
}

.galleryboxes li:nth-child(4n + 4) {
  width: 18%;
  display: flex;
  flex-wrap: wrap;
}

.galleryboxes li:nth-child(5n + 5) {
  width: 20%;
  height: 50%;
  position: relative;
}

.galleryboxes li:nth-child(6n + 6) {
  width: 60%;
  position: relative;
}

.galleryboxes li:nth-child(7n + 7) {
  width: 20%;
  position: relative;
}

.grid-wrapper > li,
.gallerypage > li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.grid-wrapper > li a,
.gallerypage > li a {
  /*content: '';*/
  --bs-bg-opacity: 0.6;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: 0.3s ease-in-out;
  opacity: 0;
  border-radius: var(--bs-border-radius-sm);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 2rem;
}

.grid-wrapper > li a i,
.gallerypage > li a i {
  transform: scale(1.01);
  transition: all 700ms ease;
}

.grid-wrapper > li a i:hover,
.gallerypage > li a i:hover {
  color: var(--yellow);
  transform: scale(1.2);
}

.grid-wrapper > li:hover a,
.gallerypage > li:hover a {
  opacity: 1;
  height: calc(100% - 30px);
  width: calc(100% - 30px);
}

.grid-wrapper > li img,
.gallerypage > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--bs-border-radius-sm);
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}

.grid-wrapper li:nth-child(1n + 1) {
  grid-column: span 1;
}

.grid-wrapper li:nth-child(2n + 2) {
  grid-row: span 2;
}

.grid-wrapper li:nth-child(3n + 3) {
  grid-column: span 2;
  /*grid-row: span 2;*/
}

.gallerypage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

/***********Gallery Close***********/

/***********Blog Start***********/
.blogsbig h3 {
  font-size: 1.8rem;
  color: var(--golden);
}

.bigtextbox {
  background: linear-gradient(7deg, #020202cc 0, rgba(255, 255, 255, 0) 70%);
}
.blogboxheight {
  height: 35rem;
}
.socailshare li a {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bs-gray-600);
  background-color: var(--bs-gray-200);
  border-radius: var(--bs-border-radius-pill);
}

.socailshare li a:hover {
  background-color: var(--golden);
  color: var(--white);
}

.blogthumnail {
  width: 5rem;
  height: 5rem;
}

.blogviewtext h6:hover {
  color: var(--red) !important;
}

/***********Blog Close***********/

/***********Testimonials Start ***********/
.testimonial-box .owl-carousel img {
  width: 4rem;
  height: 4rem;
}

.testimonial-box .owl-nav {
  --bs-text-opacity: 1;
  color: var(--maroon);
  text-align: center;
  margin-top: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 1rem;
}

.testimonial-box .owl-nav .owl-prev,
.testimonial-box .owl-nav .owl-next {
  position: relative;
  width: 2rem;
  height: 2rem;
  border: solid 1px var(--maroon) !important;
  border-radius: var(--bs-border-radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}

.testimonial-box .owl-nav .owl-prev:hover,
.testimonial-box .owl-nav .owl-next:hover {
  background: var(--maroon);
  color: var(--white);
}

.testimonial-box .owl-nav .owl-prev i,
.testimonial-box .owl-nav .owl-next i {
  font-size: 1rem;
}

.testimonial-box .owl-nav .owl-next {
  left: auto;
}

.testimonialsimg {
  width: 4rem;
  height: 4rem;
}

.testimonialbox p {
  font-size: 13px;
}

.testimonialbox h4 {
  font-size: 1rem;
  text-transform: uppercase;
}

.testimonialbox .quotecircle {
  width: 2.5rem;
  height: 2.5rem;
  bottom: 0;
  right: -35%;
}

/***********Testimonials Close***********/
.date {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 0.8rem;
}

/*********** Partner Start ***********/
.partnerbox {
  height: 4.5rem;
  transition:
    opacity 0.3s ease-in,
    filter 0.3s ease-in,
    transform 0.6s ease-in-out;
}

.partnerbox img {
  height: auto;
  object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  transform: scale(1.01);
  transition: all 700ms ease;
}

.partnerbox:hover img {
  transform: scale(1.2);
}

/*********** Partner Close ***********/

/*********** Faqs Start ***********/
.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
  color: var(--semilightblue);
}

.faqsaccordian {
  /*    grid-template-columns: repeat(auto-fit, (2, 1fr));*/
  /*
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-flow: dense;
*/
}

.faqsaccordian .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' class='bi bi-plus' viewBox='0 0 13 13'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  position: absolute;
  right: 0;
  fill: var(--semilightblue);
  border-radius: 50%;
  height: 1.7rem;
  width: 1.7rem;
}

.faqsaccordian .accordion-button:not(.collapsed)::after {
  rotate: 45deg;
}

.faqsaccordian .accordion-button.collapsed {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.faqsaccordian .accordion-item {
  border: 1px solid var(--grey);
  padding: 1.4rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.faqsaccordian
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faqsaccordian
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faqsaccordian p {
  line-height: 24px;
}

.faqsaccordian .accordion-button,
.faqsaccordian .accordion-body {
  padding: 0 4rem 0 0;
}

.accordion-button span {
  font-size: 2.2rem;
  position: absolute;
  left: 0;
}

/*********** Faqs Close ***********/

/*********** Footer start ***********/
.footer-area {
  background: var(--footerbg) no-repeat center center;
  background-size: cover;
}

.footer-area::before {
  content: "";
  background: radial-gradient(
    ellipse at center,
    rgb(0 0 0 / 48%) 0,
    rgb(11 11 11) 80%
  );
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.text-white-75 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.75) !important;
}

.borderline {
  border-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-border-opacity)
  ) !important;
  --bs-border-opacity: 0.2;
}

.footeraddress i {
  vertical-align: middle;
  width: 2rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

.footer-area h5 {
  font-size: 0.9rem;
}

ul.sociallist,
.contactsocail {
  margin: 0;
  padding: 0;
}

ul.sociallist li {
  border-radius: 50%;
  display: inline-flex;
  margin-right: 5px;
}

ul.sociallist li a,
.contactsocail li a {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border-radius: 100%;
  transition: color 0.15s ease-in;
  color: var(--red);
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  box-shadow: 0 0 1.5rem rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}

.contactsocail li a {
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  box-shadow: none;
}

ul.sociallist li a i,
.contactsocail li a i {
  transition: transform 0.75s ease-in-out;
  transform: scale(1);
}

ul.sociallist li:hover a,
.contactsocail li:hover a {
  color: var(--red) !important;
}

ul.sociallist li a:hover,
.contactsocail li a:hover {
  color: var(--red);
  --circle-fill-color: 100%;
  box-shadow: 0 0 1.5rem rgba(var(--red-rgb), var(--bs-bg-opacity));
}

.contactsocail li a:hover {
  box-shadow: none;
}

ul.sociallist li a:hover i,
.contactsocail li a:hover i {
  transform: scale(1.25);
}

ul.sociallist li a::after,
.contactsocail li a::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset: -3px;
  border-radius: inherit;

  background: conic-gradient(
    var(--red) var(--circle-fill-color),
    transparent var(--circle-fill-color)
  );
  transition: --circle-fill-color 0.75s ease-in-out;
}

@property --circle-fill-color {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

.footerlinks li a {
  position: relative;
  font-weight: 100;
}

.footerlinks li a:hover {
  color: var(--grey);
}

.footerlinks li a::before {
  content: "";
  border-bottom: solid 1px var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s;
}

.footerlinks li a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.subscribebox .btn {
  padding: 0.8rem 1.8rem;
  font-size: 0.9rem;
  background: var(--red);
  color: var(--white);
  margin: 0;
  font-family: "Poppins";
  text-transform: capitalize;
}

.subscribebox .btn:hover {
  /*background: var(--white);*/
  color: var(--red);
}

.subscribebox input,
.subscribebox input::placeholder {
  font-size: 13px;
  color: var(--white);
  font-weight: 100;
}

.paycardlist li {
  width: 2.2rem;
  border-radius: var(--bs-border-radius-sm);
  display: flex;
  justify-content: center;
  align-items: center;
}

.qalitybox h6.fs-5 {
  font-size: 1rem !important;
}

.qalitybox p {
  font-size: 0.95rem !important;
}

/*********** Footer Close ***********/

/******* Aside Bar filter start ********/
.sidebar-wrapper .accordion-item .accordion-button {
  border-radius: 0;
  font-size: 0.9rem;
  padding: 0.2rem 0 0.6rem;
  box-shadow: none;
  border-bottom: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  color: var(--bs-black-rgb);
  font-weight: 400;
}

.sidebar-wrapper .accordion-item .accordion-button.collapsed {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar-wrapper .accordion-body {
  padding: 0px;
  margin-bottom: 0.8rem;
}

aside.sidebar-wrapper {
  top: 2rem;
}

aside .accordion-item {
  border: none;
}

aside .accordion {
  --bs-accordion-bg: none;
  display: grid;
  gap: 0.3rem;
}

aside .accordion-button:not(.collapsed) {
  background-color: transparent;
}

aside .accordion-button:focus {
  box-shadow: none;
}

aside .accordion-button::after {
  background-size: 1.1rem;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}

.accordion-button::after {
  transform: rotate(-180deg);
}

.category-list li {
  margin-bottom: 5px;
}

.category-list li:last-child {
  margin-bottom: 0;
}

.category-list li .form-check-label {
  font-size: 14px;
  color: var(--bs-gray-700);
}

.category-list li .form-check .form-check-input {
  margin-left: -2em;
}

.category-list li .form-check {
  padding-left: 2em;
}

.form-check-input:checked {
  background-color: var(--red);
  border-color: var(--red);
}

.form-check-input {
  width: 1.2em;
  height: 1.2em;
}

.form-check-input:focus {
  box-shadow: none;
}

.ui-slider-horizontal {
  height: 5px;
  --bs-bg-opacity: 0.2;
  background: rgba(var(--red-rgb), var(--bs-bg-opacity));
  margin: 8px 15px 8px 0;
  border-radius: 16px;
  position: relative;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 5px;
  display: block;
  background: var(--red);
  margin: 0 5px;
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
  top: -8px;
  width: 15px;
  height: 15px;
  border: none;
  background: var(--red);
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  cursor: default;
}

.ui-slider-horizontal span.ui-slider-handle {
  top: -0.4em;
}

.ui-state-focus {
  border: none !important;
  box-shadow: none;
  outline: none;
}

.ui-slider a:focus {
  outline: none;
}

/* #time-range {
  padding-bottom: 15px;
} */

.extra-controls .minvalue,
.extra-controls .maxvalue {
  width: 100%;
  font-size: 16px;
  display: inline-block;
}

.extra-controls .slider-credits {
  width: 100%;
  margin-bottom: 0px;
  padding: 4px;
  font-size: 14px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: var(--black);
  background-color: transparent;
  display: inline-block;
}

.select .dropdown-toggle::after {
  position: relative;
  border-right: 1px solid var(--text-grey-2);
  border-bottom: 1px solid var(--text-grey-2);
  border-left: 1px solid transparent;
  margin-left: 0;
  left: 15px;
  width: 9px;
  height: 8px;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:hover {
  outline: 0 !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--golden);
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: var(--grey);
}

.select .dropdown-toggle {
  background: var(--grey);
  border: none;
  width: auto;
  color: var(--text-grey-2);
  font-weight: normal;
  margin-left: 1rem;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 0;
  font-size: 0.8rem;
}

.select .dropdown-toggle:active {
  color: var(--text-light-grey);
}

.select .bootstrap-select .dropdown-menu {
  padding: 0;
  border-color: var(--grey-bg);
}

.select .bootstrap-select .dropdown-menu li a {
  padding: 8px 10px;
}

.sorting.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: auto;
}

.category-list {
  overflow-y: auto;
  max-height: 7rem;
}

/******* Aside Bar filter End ********/

/******* Inner page breadcrumb start **********/
.breadcrumb-item:nth-child(1) a::after {
  content: "\F285";
  font-family: bootstrap-icons;
  /*color: var(--black);*/
  padding-left: 0.8rem;
  vertical-align: middle;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.8rem;
}

.breadcrumb-item a {
  /*color: var(--black);*/
  font-weight: 300;
}

.breadcrumb-item.active {
  /*color: var(--black);*/
  font-weight: 300;
}

.productlistimg {
  height: 14.4rem;
}

/******* Inner page breadcrumb end **********/

.filterdata li {
  cursor: pointer;
  font-size: 0.9rem;
}

.filterdata li i {
  vertical-align: middle;
  font-size: 1.3rem;
}

.productlist h4 {
  font-size: 0.8rem !important;
}

.row.productlist {
  --bs-gutter-x: 1rem;
}

.productlist p span {
  font-size: 1rem !important;
}

.productlist p del {
  font-size: 0.8rem !important;
}

.productlist .themebtn {
  line-height: 1.2rem;
  font-size: 0.7rem;
  padding: 0.5rem 1rem;
}

/******* Product View page Start **********/

.productviewimg {
  height: 31rem;
  overflow: hidden;
  text-align: center;
}

.productdetails .startrating li,
.startratingyellow li {
  color: var(--text-light-grey);
}

.productdetails .startrating li i.active,
.startratingyellow li i.active {
  color: var(--red);
}

select.selectarrowblack {
  background-size: 11px;
  filter: grayscale(100%);
}

.quantitybox input {
  width: 4rem;
}

.quantitybox .sub,
.quantitybox .add {
  font-size: 1rem;
}

.quantitybox .add {
  border-radius: 0 20px 20px 0;
}

.productview-icons li {
  position: relative;
  font-size: 0.8rem;
  padding: 0 2.5rem;
  line-height: 1rem;
}

.productview-icons li svg {
  height: 3rem;
}

.productview-icons li::after {
  content: "";
  background: var(--text-grey);
  height: 70%;
  width: 2px;
  position: absolute;
  right: 0rem;
  opacity: 0.2;
  top: 0.9rem;
  display: inline-block;
}

.productview-icons li:last-child::after {
  display: none;
}

.tabsdetail .nav-tabs a {
  color: var(--text-grey-2);
  font-size: 1.1rem;
  padding: 0.8rem 0;
  margin-right: 3rem;
}

.tabsdetail .nav-tabs a.active {
  color: var(--black);
  font-weight: 500;
  border-bottom: solid 2px var(--black);
}

.tabsdetail .tab-content p {
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.reviewsarea li i.active {
  color: var(--red);
}

.reviewsarea li i {
  color: var(--text-light-grey);
  font-size: 1.2rem;
}

.review-wrapper .rating-text {
  display: inline-block;
  position: relative;
  top: 1.1rem;
  font-size: 1rem;
  font-weight: 500;
}

.review-wrapper .progress {
  max-width: 65%;
  margin-left: 3rem;
  background: var(--grey-bg);
  --bs-progress-height: 0.8rem;
  border-radius: var(--bs-border-radius-sm);
}

.review-wrapper .progress .progress-bar {
  background-color: var(--red);
}

.review-wrapper span.rating-value {
  position: absolute;
  right: 0;
  top: 50%;
  color: var(--text-grey-2);
}

.review-wrapper .rating-text i {
  color: var(--red);
}

.ratingreview {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.ratingreview > label {
  cursor: pointer;
  color: var(--text-light-grey);
  font-size: 2.2rem;
  margin: 0 0.4rem;
}

.ratingreview > label:hover,
.ratingreview > label:hover ~ label,
.ratingreview > input.radio-btn:checked ~ label {
  color: var(--red);
}

.ratingreviewform .form-control {
  height: 2.8rem;
  font-size: 0.9rem;
}

.ratingreviewform textarea.form-control {
  height: 5.8rem;
}

.startratingyellow li {
  font-size: 1.3rem;
}

.userpic {
  height: 3rem;
  width: 3rem;
  object-fit: cover;
}

.reviewverticalline {
  position: relative;
}

.reviewverticalline::after,
.reviewverticalline::before {
  content: "";
  background: var(--grey);
  width: 1px;
  height: 8rem;
  position: absolute;
  bottom: 1rem;
}

.reviewverticalline::after {
  right: 0;
}

.reviewverticalline::before {
  left: 0;
}

.btn-group label.btn {
  font-size: 0.8rem;
  color: var(--black);
  border-color: var(--bs-border-color);
}

.btn-group .btn-check:checked + .btn {
  background-color: transparent;
  border-color: var(--green);
  color: var(--black);
}

.reviewsbox {
  border-bottom: solid 1px var(--grey);
  padding-bottom: 1.5rem;
}

/******* Product View page end **********/

.innerpagetitile::before {
  content: "";
  height: 1px;
  width: 5rem;
  display: inline-block;
  position: absolute;
  background: var(--black);
  bottom: -5px;
  margin: 0 auto;
}

.linetitle::before,
.linetitle::after {
  content: "";
  height: 1px;
  width: 8rem;
  display: inline-block;
  position: absolute;
  --bs-bg-opacity: 0.5;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  bottom: 50%;
  margin: 0 auto;
}

.linetitle::before {
  right: 100%;
  margin-right: 1rem;
}

.linetitle::after {
  left: 100%;
  margin-left: 1rem;
}

.blogbanner {
  height: 25rem;
}

.innerbanner::before,
.blogbanner::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.innerbanner {
  height: 250px;
}
/* .innerbanner img {
  height: 250px;
} */

.blogbanner::before {
  background: linear-gradient(
    360deg,
    rgb(0 0 0 / 69%) 40%,
    rgb(0 0 0 / 57%) 59.91%,
    rgb(0 0 0 / 44%) 80.12%
  );
}

.innerbanner::before {
  --bs-bg-opacity: 0.3;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.textarrow {
  text-decoration: underline;
}

.textarrow:after {
  z-index: -1;
  font-size: 26px;
  position: relative;
  content: "\2192";
  margin-left: -1.2rem;
  bottom: -0.2rem;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  opacity: 0;
}

.textarrow:hover:after {
  transform: translateX(30px);
  opacity: 1;
}

/* Contact Us page Start */
.contactusmain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.icon {
  width: 3rem;
  height: 3rem;
}

.contactform input,
.contactform select,
.checkoutform input,
.checkoutform select {
  height: 2.5rem;
}

.contactform input,
.contactform textarea,
.contactform select,
.checkoutform input,
.checkoutform textarea,
.checkoutform select {
  font-size: 13px;
}

.contactform input::placeholder,
.contactform textarea::placeholder,
.checkoutform input::placeholder,
.checkoutform textarea::placeholder {
  color: var(--text-grey-2);
}

.contactform select.form-control,
.checkoutform select.form-control {
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  /* width: 6rem; */
}

/* Contact Us page End */

/* About us page Start */
.how-started {
  position: relative;
}

.how-started::before {
  content: url(../images/aboutvector1.png);
  background-size: contain;
  position: absolute;
  z-index: -1;
  top: -0.5rem;
}

/* .how-started::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -3.5rem;
  background: url(../images/aboutvector2.svg) no-repeat;
  background-size: cover;
  width: 15rem;
  height: 15rem;
  right: -2.5rem;
  z-index: -1;
} */
.how-started-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
}

.how-started-photos .startedphoto img {
  width: 100%;
  height: 100%;
}

.how-started-photos .startedphoto {
  border: solid 0.3rem var(--white);
  /*padding: .3rem;*/
  box-shadow: 0 4px 20.6px 0 #ffe1d9;
}

.how-started-photos .startedphoto:nth-child(1) {
  width: 100%;
  height: 15rem;
  transform: rotate(4deg);
}

.how-started-photos .startedphoto:nth-child(2) {
  width: 90%;
  height: 11rem;
  object-position: bottom center;
  margin: 0 auto;
}

.how-started-photos .startedphoto:nth-child(3) {
  width: 92%;
  height: 10rem;
  transform: rotate(-3deg);
  margin-bottom: 1rem;
}

.how-started-photos .startedphoto:nth-child(4) {
  width: 100%;
  object-position: bottom center;
  transform: rotate(2deg);
}

.about-tabs a {
  padding: 1rem 1.5rem;
  border-radius: var(--bs-border-radius-lg);
}

.about-tabs a.active {
  background: var(--red);
  color: var(--white);
}

.abouttabsarea::before,
.abouttabsarea::after,
.missionvisionarea:after,
.missionvisionarea:before,
.certificate-area::before,
.certificate-area::after,
.service-industries::after,
.founder-area::before,
.founder-area::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-size: cover !important;
}

.abouttabsarea::before,
.certificate-area::before,
.certificate-area::after {
  bottom: 2rem;
  background: url(../images/greenleaf.png) no-repeat;
  width: 7rem;
  height: 10rem;
  left: -0.3rem;
}

.abouttabsarea::after {
  bottom: 2rem;
  background: url(../images/blackplat.png) no-repeat;
  width: 10.5rem;
  height: 6rem;
  right: 0rem;
}

.curveline,
.curveline2 {
  background: url(../images/curveline.svg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  height: 10rem;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -6.3rem;
}

.curveline::before,
.curveline2::before {
  content: "";
  display: block;
  position: relative;
  width: 34%;
  height: 2rem;
  z-index: -1;
  background: var(--lightyellow);
  border-radius: 50% / 50%;
  margin: 0 auto;
  top: 3rem;
}

.mission-photos {
  border: solid 0.5rem var(--peach);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
}

.missionvisionarea .container::before {
  content: "";
  position: absolute;
  display: inline-block;
  z-index: 1;
  top: 50%;
  background: url(../images/vector3.svg) no-repeat center center;
  background-size: cover;
  width: 15rem;
  height: 15rem;
  z-index: -1;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

.missionvisionarea:before {
  background: url(../images/spoonleft.png) no-repeat;
  width: 20rem;
  height: 14rem;
  bottom: 0;
}

.missionvisionarea:after {
  background: url(../images/greenleaf.png) no-repeat;
  width: 7rem;
  height: 10rem;
  right: -3rem;
  top: 0;
  transform: rotateY(180deg);
}

.curveline2 {
  transform: rotateX(180deg);
  bottom: auto;
  top: -6rem;
}

.outletarea .row .outletbox:nth-child(2) .storeboximg,
.outletarea .row .outletbox:nth-child(4) .storeboximg {
  transform: rotate(7deg);
}

.outletarea {
  counter-reset: chapter;
}

.outletbox {
  position: relative;
}

.outletarea .row .outletbox::before {
  counter-increment: chapter;
  content: "0" counter(chapter);
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  line-height: inherit;
  top: 3rem;
  color: var(--red);
  opacity: 0.1;
  font-family: var(--libre-font);
}

.outletarea .row .outletbox:nth-child(2)::before,
.outletarea .row .outletbox:nth-child(4)::before {
  right: 0;
}

.certificate-area::before {
  left: -2.5rem;
}

.certificate-area::after {
  left: auto;
  right: -2.9rem;
  transform: rotateY(180deg);
}

.founderframe {
  padding: 1.3rem 1rem;
}

.founderframe::after {
  background: url(../images/photoframe.png) no-repeat;
}

.founderframe img {
  height: 16rem;
}

.textlinevector::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  background: url(../images/foundertext.svg) no-repeat;
  background-size: cover;
  width: 3rem;
  height: 2.2rem;
  left: 1rem;
  z-index: -1;
}

.listitems ul {
  padding: 0;
  display: grid;
  row-gap: 1.5rem;
}

.listitems ul li {
  list-style: none;
  position: relative;
  padding-left: 2.5rem;
}

.listitems ul li::before {
  content: "";
  background: rgba(var(--red-rgb), var(--bs-bg-opacity))
    url(../images/foodicon.png) no-repeat center center;
  background-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  --bs-bg-opacity: 0.15;
  position: absolute;
  left: 0;
  border-radius: var(--bs-border-radius-sm);
  top: 0.3rem;
}

.service-industries::after {
  bottom: 1rem;
  background: url(../images/burgerimg.png) no-repeat;
  width: 9rem;
  height: 7.5rem;
  right: -1.5rem;
}

.founder-area::before {
  bottom: 1rem;
  background: url(../images/thali1.png) no-repeat;
  width: 13rem;
  height: 7.5rem;
  left: -1.5rem;
  opacity: 0.15;
  top: 50%;
  transform: translateY(-50%);
}

.founder-area::after {
  bottom: 1rem;
  background: url(../images/thali2.png) no-repeat;
  /* right: -1.5rem; */
  right: 0;
  width: 12rem;
  height: 13rem;
  transform: translateY(-50%);
  top: 50%;
  opacity: 0.1;
}

.founderframe,
.storeboximg {
  position: relative;
}

.founderframe::before,
.storeboximg::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.founderframe:hover::before,
.storeboximg:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* About us page End */

/* spinner loader */
.spinner {
  margin: auto;
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.overlaybg::before {
  content: "";
  background: linear-gradient(
    360deg,
    rgb(0 0 0 / 34%) 40%,
    rgb(0 0 0 / 5%) 59.91%,
    rgb(0 0 0 / 0%) 80.12%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.logincarousel h5 {
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.logincarousel .owl-nav {
  display: inline-flex;
  justify-content: end;
  width: 100%;
  gap: 0.5rem;
  margin-top: -0.5rem;
}

.logincarousel .owl-nav button {
  color: var(--white) !important;
  --bs-bg-opacity: 0.2;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  border-radius: var(--bs-border-radius-pill);
  height: 2rem;
  width: 2rem;
  border: solid 1px var(--bs-dark-border-subtle) !important;
}

.wish-count,
.cart-count {
  height: 1rem;
  width: 1rem;
  background: var(--red);
  position: absolute;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--bs-border-radius-pill);
  color: var(--bs-body-bg);
  position: absolute;
  right: -0.5rem;
  top: -0.4rem;
}

.staticpages p {
  font-weight: 300;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
}

.staticpages h5 {
  font-weight: 600;
  margin: 1.6rem 0 0.7rem;
}

.staticpages ul li {
  font-weight: 300;
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1rem;
  font-size: 0.95rem;
}

.staticpages ul li::before {
  content: "-";
  position: absolute;
  left: 0;
}

/******** Cart page start *********/
.checkoutbanner {
  height: 12rem;
}

.checkoutbanner::before {
  background: linear-gradient(
    360deg,
    rgb(0 0 0 / 32%) 40%,
    rgb(0 0 0 / 26%) 59.91%,
    rgb(0 0 0 / 26%) 80.12%
  );
}

.table {
  width: 100%;
  display: table;
  margin: 0;
}

.tablerow {
  display: table-row;
}

.cell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .table,
  .tablerow {
    display: block;
  }

  .tablerow.tblheader {
    padding: 0;
    height: 0;
  }

  .tablerow.tblheader .cell {
    display: none;
  }

  .tablerow .cell:before {
    font-family: Poppins-Bold;
    font-size: 12px;
    color: gray;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }

  .cell {
    display: block;
  }
}

.tablerow .cell {
  padding: 1rem 0;
  border-bottom: 1px solid var(--bs-light-border-subtle);
  vertical-align: middle;
}

.tablerow.tblheader .cell {
  font-size: 0.8rem;
  color: rgba(var(--bs-black-rgb), 0.7);
  border-bottom: none;
  font-weight: 500;
}

.tablerow .cell:nth-child(1) {
  width: 40%;
}

.tablerow .cell:nth-child(2) {
  width: 15%;
}

.tablerow .cell:nth-child(3) {
  width: 15%;
}

.tablerow .cell:nth-child(4) {
  width: 15%;
}

.tablerow .cell:last-child {
  width: 10%;
  text-align: center;
}

.table,
.tablerow {
  width: 100% !important;
}

.table .tablerow:last-child .cell {
  border-bottom: none;
}

@media (max-width: 768px) {
  .tablerow {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }

  .tablerow .cell {
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tablerow .cell:nth-child(1) {
    padding-left: 30px;
  }

  .tablerow .cell {
    font-size: 18px;
    color: #555;
    line-height: 1.2;
    font-weight: unset !important;
  }

  .table,
  .tablerow,
  .cell {
    width: 100% !important;
  }
}

.cartprd {
  width: 4rem;
  height: 4rem;
  object-position: center;
}

.couponform input {
  font-size: 0.9rem;
  padding: 0.7rem 1rem;
}

.couponform input::placeholder {
  color: rgba(var(--bs-black-rgb), 0.4);
}

.couponform button {
  background: #e9e9e9;
  color: rgba(var(--bs-black-rgb), 0.4);
}

.border-dashed {
  border-style: dashed;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.checkoutproduct h6 {
  font-size: 0.8rem;
}

/* Payment css start */
.payment-mode .form-check-input:checked,
.shippingadd .form-check-input:checked {
  background-color: var(--red);
  border-color: var(--red);
}

.payment-mode .form-check .form-check-input {
  margin-left: 0px;
  margin-right: 8px;
  margin-top: 2px;
}

.payment-mode .form-check {
  position: relative;
  display: block;
  min-height: initial;
  color: var(--black);
  font-size: 14px;
  font-weight: 300;
  border: 1px solid var(--bs-gray-200);
  padding: 12px;
  margin-bottom: 10px;
}

.payment-mode .form-check-input {
  width: 1.3em;
  height: 1.3em;
}

/* Payment css End */
.mincart {
  max-height: 19rem;
  overflow: auto;
}

/* Sweet alert popup start */
div:where(.swal2-icon).swal2-question {
  border-color: var(--red) !important;
  color: var(--red) !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: var(--red) !important;
  color: var(--white) !important;
}

div:where(.swal2-container)
  button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: var(--golden) !important;
  color: var(--black) !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  background-color: transparent !important;
  color: var(--black) !important;
}

/* Sweet alert popup End */
.thanks img {
  width: 5rem;
}

/********** Cart page End  **********/

/********** User Dashboard Css start **********/
.usertab {
  top: 6.5rem;
}

.usertab button {
  display: block;
  background-color: inherit;
  color: var(--bs-gray-50);
  padding: 0.7rem 1.5rem;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 400;
}

.usertab button:hover,
.tab button.active {
  color: var(--white) !important;
  background: linear-gradient(90deg, var(--red) 0%, var(--golden) 100%);
}

.vertical-align-sub {
  vertical-align: sub;
}

.order-product {
  width: 7rem;
  height: 7rem;
  overflow: hidden;
  border-radius: var(--bs-border-radius-lg);
  object-position: center;
}

/* Order Viewb page Start */
.orderstatus {
  counter-reset: status;
}

.orderstatus li {
  text-align: center;
  flex: 1;
  z-index: 1;
  color: var(--bs-gray-600);
}

.orderstatus li::before {
  /* counter-increment: status; */
  content: "\F272";
  width: 2.5rem;
  height: 2.5rem;
  line-height: 3rem;
  border-radius: var(--bs-border-radius-pill);
  border: 2px solid var(--text-grey);
  display: block;
  margin: 0 auto 10px;
  background-color: var(--white);
  color: var(--white);
  font-family: bootstrap-icons !important;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderstatus li::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 2px;
  background-color: var(--bs-gray-300);
  top: 1.3rem;
  left: 0;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.orderstatus li:first-child::after {
  content: none;
}

/* Active step styling */
.orderstatus li.active {
  color: var(--while);
}

/* Step 1 - Placed */
.orderstatus li.step-1::before,
.orderstatus li.step-1::after,
.orderstatus li.step-2::before,
.orderstatus li.step-2::after,
.orderstatus li.step-3::before,
.orderstatus li.step-3::after,
.orderstatus li.step-4::before,
.orderstatus li.step-4::after {
  background-color: var(--red);
  border-color: var(--red);
}

/* Step 2 - Dispatched */
/* .orderstatus li.step-2::before,
.orderstatus li.step-2::after {
  background-color: var(--bs-yellow);
  border-color: var(--bs-yellow);
} */

/* Step 3 - Out for Delivery */
/* .orderstatus li.step-3::before,
.orderstatus li.step-3::after {
  background-color: var(--bs-info);
  border-color:  var(--bs-info);
} */

/* Step 4 - Delivered */
/* .orderstatus li.step-4::before,
.orderstatus li.step-4::after {
  background-color: var(--red);
  border-color: var(--red);
} */
/* .orderstatus li.status-active::before{
    background-color: var(--red);
    border-color: var(--red);
}
.orderstatus li.status-active::after{
    background-color: var(--red);
} */
/********** Order Viewb page Start **********/
/********** My Account page End **********/
.prodtitleh {
  min-height: 2.5rem;
}

.prodtitlelisth {
  min-height: 2.5rem;
}

.cursor-pointer {
  cursor: pointer;
}

/* Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

/* Common styles for all buttons */
.pagination li a,
.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--bs-gray-200);
  color: var(--black);
  font-weight: 400;
  font-size: 0.8rem;
  background-color: var(--white);
  transition: all 0.35s;
  padding: 0 0.9rem;
}

.pagination li a span {
  padding: 0;
  border-inline: none;
}

/* Active page button */
/* .pagination .active span {
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
  cursor: default;
} */

/* Hover effect on buttons */
.pagination li a:hover,
.pagination li:hover span,
.pagination li.active a {
  background-color: var(--red);
  color: var(--white);
  border-color: var(--red);
}

.pagination li a[aria-label="Previous"] span,
.pagination li a[aria-label="Next"] span,
.pagination li a[aria-label="First"] span,
.pagination li a[aria-label="Last"] span {
  font-size: 0;
}

.pagination li a[aria-label="Previous"] span::before,
.pagination li a[aria-label="Next"] span::before,
.pagination li a[aria-label="First"] span::before,
.pagination li a[aria-label="Last"] span::before {
  content: "\F27F";
  font-family: "bootstrap-icons";
  color: var(--black);
  position: absolute;
  font-size: 1rem;
}

.pagination li a[aria-label="Next"] span::before {
  content: "\F280";
}

.pagination li a[aria-label="First"] span::before {
  content: "\F284";
}

.pagination li a[aria-label="Last"] span::before {
  content: "\F285";
}

/* Disabled buttons */
.pagination .disabled span {
  color: #aaa;
  border-color: #eee;
  cursor: not-allowed;
  background-color: #f9f9f9;
}

.btn-disabled {
  background-color: var(--bs-border-color);
  color: var(--bs-secondary);
  cursor: not-allowed;
  border-color: transparent;
}

.pagination li:hover a[aria-label="Next"] span::before,
.pagination li:hover a[aria-label="First"] span::before,
.pagination li:hover a[aria-label="Last"] span::before,
.pagination li:hover a[aria-label="Previous"] span::before {
  color: var(--while);
}

#search-result {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
}

#search-result::-webkit-scrollbar {
  width: 6px;
}

#search-result::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#slider-carouselMoblie .owl-nav .owl-next i,
#slider-carouselMoblie .owl-nav .owl-prev i {
  font-size: 20px;
}

#enquiryModal .contactform input,
#enquiryModal .contactform select {
  height: 2rem;
}

.shapesvg {
  top: -25%;
}

.yearsbadge {
  position: absolute;
  top: -1rem;
  left: 2.4rem;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: var(--red);
  z-index: 99;
  transform: rotate(-40deg);
}

.how-started-photo .storeboximg {
  padding: 1.6rem;

  img {
    box-shadow:
      rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
      rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }
}

.quoteline {
  right: 13%;
  bottom: 7%;

  img {
    width: 8rem;
  }
}

.abouttabsarea ul li,
.abouttabsarea p {
  font-size: 13px;
  line-height: 18px;
}
.sold_out {
  top: 1em;
  left: -2.5em;
  color: var(--white);
  display: block;
  position: absolute;
  text-align: center;
  background-color: var(--red);
  padding: 0.5em 3.4em 0.5em 2.1em;
  /* text-shadow: 0 0 0.75em #444; */
  /* box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5); */
  /* font: bold 16px/1.2em Arial, Sans-Serif; */
  /* -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5); */
  -webkit-transform: rotate(-45deg) scale(1, 1);
  z-index: 10;
  font-size: 12px;
}
.sold_out:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  margin: -0.3em -5em;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  border: 2px rgba(255, 255, 255, 0.7) dashed;
}
.producttabs-area .tab-content ul {
  padding-left: 1rem;
}

/* Scroll bar */
.cuctomscroll::-webkit-scrollbar {
  width: 5px;
  right: 5px;
  position: absolute;
}

.cuctomscroll::-webkit-scrollbar-track {
  background: #ebeaea;
}

.cuctomscroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.sidebar-wrapper .collapse:not(.show) {
    display: block;
}
button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}