:root {
  --c1: #c54079;
  /* --c1:#b70100; */
  --c2: #43626e;
  --c3: #929090;
  --c4: #e4f2f2;
  --bg: #fbeef6;
  --c6: #2F4F67;
}

/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1 {
  color: var(--c1) !important;
}

.c2 {
  color: var(--c2) !important;
}

.c3 {
  color: var(--c3) !important;
}

.c4 {
  color: var(--c4) !important;
}

.c6 {
  color: var(--c6) !important;
}

.bg {
  background-color: var(--bg);
}

/* .c5{
  color: var(--c5) !important;
} */
.w {
  color: #fff !important;
}

.b {
  color: black !important;
}

a {
  text-decoration: none !important;
}

.ls {
  letter-spacing: 1px;
}

.lh {
  line-height: 2rem !important;
}

p {
  color: #282828;
  line-height: 1.5rem;
  /* font-size: 15px; */
}

@font-face {
  font-family: 'Playball-Regular';
  src: url(../Playball-Regular.ttf);
}

@font-face {
  font-family: 'Nunito-Regular';
  src: url(../Nunito-Regular.otf);
}

@font-face {
  font-family: 'SourceSansPro';
  src: url(../SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: 'Poppins';
  src: url(../Poppins-Regular.ttf);
}

.hw {
  font-family: 'Playball-Regular' !important;
  letter-spacing: 2px;
  /* font-style: italic; */

}

.hf {
  font-family: 'SourceSansPro' !important;
  letter-spacing: 2px;
}

.df {
  font-family: 'Dancing' !important;
}

html {
  width: 100vw !important;
  overflow-x: hidden !important;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'Poppins' !important;
  /* overflow-x: hidden !important; */
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'GildaDisplay-Regular' !important;
}

* {
  box-sizing: border-box;
  /* border: 1px solid black; */
}

.btn-logout {
  background-color: var(--c1) !important;
  color: #FFF !important;
}

/* top first section */

.first-top {
  background-color: var(--c2);
  /* position: relative; */
}

.first-p {
  font-size: 14px;
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}

.first-bx-img {
  width: 28px;
}

.top-nv-soc-img {
  width: 20px;
}

.get-help {
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  color: #ffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

.cus-img {
  width: 20%;
}

.cus-text {
  text-align: start;
}


/* top first section */

.first-top {
  background-color: var(--c1);
  /* position: relative; */
}

/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text {
  display: flex;
  align-items: center;
}

.first-text .ftp {
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.8px;
}

.first-bx-img {
  width: 25px;
}

.top-nv-soc-img {
  width: 19px;

}

/* Hide the "Powered by Google Translate" text and logo */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

/* Hide the dropdown icon */
.goog-te-combo {
  margin: 0 auto;
  display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;

}

/* Center the translate element */
#google_translate_element_1 {
  text-align: center;
}

/* .skiptranslate iframe{
  display: none !important;
} */
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-btn {
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon {
  width: 40px;
}

.icon-top-count {
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav {
  display: none !important;
}

.navbar {
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-bottom: 2px solid var(--c1);

}

.logo {
  /* width: 56px; */
  height: 69px;

}

.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;

}

.newnav {
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: #ffffff !important;
  /* background: #ffffff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}

.home-d-nav {
  display: unset !important;
}

/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
}

.dropdown-item {
  color: black !important;
}

.search-bx {
  width: 40%;
}

.serc-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.nav-item {
  padding: 0px 10px;
}

.nav-link {
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.nav-active {
  /* background-color: var(--c1) !important; */
  border-left: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  font-weight: bold !important;
}

/* .newnav .nav-link:hover{
  color: #ffff !important;
} */
.nv-icon {
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-div img {
  width: 40px;
}

/* .icon-div img{
width: 50px;
} */
.icon-div i {
  font-size: 20px;
}

.nv-icon p {
  margin-bottom: 0% !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item {
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}

.dropdown-item i {
  margin-right: 6px;

}

.dropdown-menu {
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}

.dropdown-item:hover {
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}

.navbar .dropdown-menu {
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}

/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover>.dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}

.navbar .dropdown-item {
  font-size: 14px;
}

/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}

.navbar .dropdown-item:hover {
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}

.nv-fl {
  position: relative;
  overflow: hidden;
}

.nav-flower {
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}

/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus {
  color: unset !important;
}

.newnav .clr-nav-tog {
  color: #fff !important;
}

/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.animate {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}


.btn-search {
  background-color: var(--c2) !important;

}

.nav-gift {
  width: 20px;
}

.btn-log {
  background-color: var(--c1) !important;
  color: #fff !important;
  border-radius: 50% !important;
}

.mob-s-nav .ab-lgo-bx {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.mob-s-nav .ab-lgo-bx img {
  width: 50%;
}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}

.phn {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.grow {
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn {
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}

.nav-user-img {
  width: 30px;

}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.nav-bx-ser {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.nav-text-ser {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}

.nav-text-ser .i {
  font-size: 14px;
}

.nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}

.nav-bx-ser:hover .nav-text-ser {
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after {
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after {
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser {
  background-color: var(--c1);
  position: relative;
}

.active-nav-bx-ser::before {
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}

.active-nav-bx-ser .nav-text-ser {
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

/* --- mega menu ----- */
.custom-mega-menu {
  position: static;
}

.custom-mega-menu .custom-dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
  display: none;
  /* Hide by default */
}

.custom-mega-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}

.custom-mega-menu-column {
  flex: 1 1 25%;
  padding: 1rem;
  box-sizing: border-box;
}

.custom-dropdown:hover .custom-dropdown-menu,
.custom-dropdown.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu {
  position: relative;
}

.custom-dropdown-submenu:hover .custom-dropdown-menu,
.custom-dropdown-submenu.show .custom-dropdown-menu {
  display: block;
}

.custom-dropdown-submenu .custom-dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  /* Hide by default */
}

.small-p {
  font-size: 14px;
  margin-bottom: 2px;
}

.custom-dropdown-submenu a {
  color: #000;
}

.custom-dropdown-menu {
  margin-left: 10%;
  margin-top: 1.5rem;
}

/* .custom-dropdown-item {
  width: 100%;
} */
.in-drop:hover {
  background-color: #70b6e2;
  margin-top: 1.5rem;
}

.sub-dropdown-item:hover {
  background-color: #70b6e2 !important;
  width: 100%;
}

.new-add-menu {
  left: 5% !important;
  top: 100% !important;
}

.mega-in .nav-link {
  color: #000 !important;
}

.mega-in .nav-link:hover {
  color: var(--c1) !important;
}


@media (max-width: 992px) {
  .custom-mega-menu-column {
    flex: 1 1 50%;
  }

  .custom-dropdown-menu {
    margin-left: 10%;
    margin-top: 1.5rem;
  }
}

@media (max-width: 768px) {
  .custom-mega-menu-column {
    flex: 1 1 100%;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }

}

/* ============ desktop view .end// ============ */

.treat-you-main {
  position: relative;
}

.treat-you-left {
  /* position: absolute; */
}

.treat-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.tret-you-right p {
  font-size: 14.5px;
}

/* ============ mobile view ============ */
@media(max-width: 991px) {

  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}




/* call and whats app */

/* call and whats app */
.fix-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 60;
}

.fix-img {
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.in-fix-box {
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
}

.in-fix-p {
  color: #FFF;
}

.call-fix-side {
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%;
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-img-fix {
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}

@keyframes trin {

  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

}


.cal-nv-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}

.btn-round-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}

.call-nv {
  width: 20px;
}

.cal-nv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
}


.enq-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  transition: all .5s;
}

.enq-icn {
  transition: all .5s;
}

.enq-btn:hover .enq-icn {
  transform: rotateY(360deg);
  transition: all 1s;
}

/* ------------ */

/* ===========  top  bar =========== */
.top-bar {
  background-color: #ffff;
}

.round-call {
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.round-call img {
  width: 50%;
}

.call-p1 {
  font-size: 12px;
}

.call-p2 {
  font-size: 14px;
}

.plan-holiday-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 14px !important;
}

.navbar .nav-link {
  color: #000 !important;
}



.button-container {
  display: flex;
  gap: 20px;
}

.action-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  /* background-color: #efededf6 !important; */
}

.action-button .count-badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background-color: var(--c1);
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 50%;
}

.nav-wc-icon {
  width: 24px;
}

/* ----------- hero ----------- */
.hero {
  background-image: url(../images/slider-4.jpg);
  background-size: cover;
  background-position: right;
  min-height: 80vh;
  display: flex;
  align-items: center;
}

.in-btn-rnd {
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in-btn-arow {
  width: 50%;
  transition: all .5s;
}

.arow-btn {
  background-color: #fff !important;
  color: var(--c1) !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  transition: all .5s;
}

.arow-btn:hover .in-btn-arow {
  transform: rotate(-20deg);
  transition: all .5s;
}

/* .rotate-img{
  animation: animName 20s linear infinite;
} */

@keyframes animName {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* -------- collection ----------- */
.cat-bx {
  width: 100%;
  height: 100%;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  /* justify-content: center; */
  background-color: var(--bg);
}

.cat-round {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.cat-rn-in-img {
  width: 60%;
}

.cat-txt {
  width: 70%;
}

.cat-tx-h {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.cat-bx:hover .cat-rn-in-img {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

/* ------ product card -------------- */
.pro-card {
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
}

.out-of-bx {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-color: #ffffff75;
  z-index: 3;
  cursor: not-allowed;
}

.badge-top {
  background-color: var(--c2);
  position: absolute;
  top: 3%;
  left: 2%;
}

.badge-p {
  color: #fff;
  font-size: 11px;
}

.pro-img-bx {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.pro-search-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
}

.pro-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.pro-card:hover .pro-img {
  transform: scale(1.1);
  transition: all .5s;
}

.pro-name {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 13px;
  text-align: center;
}

.pro-add-crt-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  width: 100%;
  position: relative;
  transition: all .5s;
  overflow: hidden;
}

.pro-add-crt-btn:hover {
  background-color: var(--c2) !important;
  transition: all .5s;
}

/* .pro-add-crt-btn: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, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.pro-add-crt-btn:before {
	-webkit-animation: shine 2s infinite;
	animation: shine 2s infinite;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
} */

/* --------about section ----------- */
.ab-img-div {
  width: 100%;
  display: flex;
  justify-content: end;
  position: relative;
}

.ab-img-div::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 10%;
  /* bottom: -15px; */
  border: 3px solid var(--c1);
  width: 80%;
  height: 100%;
  border-radius: 30px 100px 100px 100px;
  transform: rotate(2deg);
  z-index: -1;
}

.hm-ab-img {
  width: 80%;
  border-radius: 30px 100px 100px 100px;
  z-index: 3;
  display: inline-block;
  animation: altShake 10s ease-in-out infinite;
  /* Slow down to 2s */
}

@keyframes altShake {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.js {
  text-align: justify;
}

/* ---------- number section -------- */
.number-crd {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.632);
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.number-main {
  background-image: url(../images/bg-rose.png);
  background-color: var(--bg);
  background-position: center center;
  background-size: cover;
}

.number-crd: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, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.arow-btn2 {
  background-color: var(--bg) !important;
  color: var(--c1) !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  transition: all .5s;
  border: 1px solid var(--c1) !important;
}

.arow-btn2:hover .in-btn-arow {
  transform: rotate(-20deg);
  transition: all .5s;
}

.in-btn-rnd2 {
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.in-btn-arow2 {
  width: 50%;
  transition: all .5s;
}




/* ------------- detail page ----------- */
.ss {
  width: 90px !important;
  /* height: 70px !important; */
  /* object-fit: cover; */
}

.top-sli {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  /* height: 500px !important; */

}

.top-sli img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* .small-sli-box{
display: flex;
      align-items: center;
      justify-content: center;
      background-color: aqua;
} */
.small-sli {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 25% !important;
  height: 90px !important;
  object-fit: cover;
  margin-right: .3rem;
}

.small-sli img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.swip-btn {
  background-color: black !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 16px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #FFF;

}

/* .new-top-fix{
position: relative;
} */
.slides-new {
  max-height: calc(150vh - 100px);
  /* overflow: auto; */
  overflow-y: scroll;
  position: sticky;
  /* overflow: hidden; */
  top: 10px;
  transition: top 0.5s ease-out 0s;
  vertical-align: baseline;
  scroll-behavior: smooth;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;

}

/* prodect dis */
.txt-small {
  font-size: 14px;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qty-input {
  width: 70px;
}

.pro-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-size: 13px !important;
  border-radius: 0% !important;
}

.whats-app-bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.whats-app img {
  width: 40px;
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.pro-btn-box {
  display: flex;
}

.main-qty-bx {
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}

.wish-qty-bx {
  width: 180px;
}

.wish-qty-btn {
  /* background-color: var(--c1) !important; */
  /* color: #fff !important; */
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.cqty {
  width: 40px !important;
  height: 40px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* similar products */
.sim-pro {
  position: relative;
}

.owl-nav {
  /* width: 102% !important; */
  display: flex;
  align-items: center;
}

.sim-arrow {
  background-color: #000 !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */
.sim-card .name {
  width: 80%;
}

.isim-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.sim-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* zoom */
.close-zoom {
  background-color: #000 !important;
  color: #fff !important;
  position: absolute;
  top: 2%;
  right: 2%;
}

.slideshow-items {
  width: 100%;
}

.slideshow-thumbnails {
  width: 100px;
  height: 100px;
}

#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
  height: 150px !important;
  width: 280px !important;
}

#lens,
#result {
  position: absolute;
  display: none;
  z-index: 5;
}

.slideshow-items {
  display: none;
}

.slideshow-items.active {
  display: block;
}

.slideshow-thumbnails {
  opacity: 0.5;
}

.slideshow-thumbnails.active {
  opacity: 1;
}

#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}

#result {
  background-color: #FFF;
  /* left: 661.012px; */
  left: unset !important;
  right: 0% !important;
}

.detail-pg-img {
  width: 100%;
  transition: all .5s;
}

.in-detail-box {
  overflow: hidden;
  transition: all .5s;
  position: relative;
  width: 100%;
}

.zoom-in-btn {
  position: absolute;
  top: 2%;
  left: 2%;
  z-index: 5;
  opacity: 0;
  transition: all .5;
}

.zoom-in-btn img {
  width: 40px;
}

.in-detail-box:hover .zoom-in-btn {
  opacity: 1;
  transition: all .5;
}

.in-detail-box:hover .detail-pg-img {
  transform: scale(1.1);
  transition: all .5s;
}

/* --- accordian ---- */
.deal .accordion-item {
  margin-bottom: 1rem !important;
}

.deal .accordion-button {
  background-color: #741111;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.detai-acc .accordion-button:focus {
  box-shadow: unset !important;
}

.detai-acc .accordion-button {
  background-color: var(--c2) !important;
  color: #fff !important;
}

.detai-acc .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: var(--c1) !important;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  /* box-shadow: unset !important; */
}

.detai-acc .accordion-button::after {
  content: '+' !important;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-image: unset !important;
  /* background-color: #fff; */
  font-display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  line-height: inherit;
}

.detai-acc .accordion-button:not(.collapsed)::after {
  content: '—' !important;
  font-size: 18px;
  color: #fff;
  background-image: unset !important;
  font-display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
}

.detai-acc .deal-acc button {
  display: flex !important;
  align-items: center;
}

.down-arr-click {
  width: 26px;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.cus-img {
  width: 26px;
}

.cus-img2 {
  width: 26px;
  display: none;
}

.detai-acc .accordion-button:not(.collapsed) .cus-img {
  display: none;
}

.detai-acc .accordion-button:not(.collapsed) .cus-img2 {
  display: block;
}

/* .detai-acc .accordion-button:not(.collapsed) .slides-new{
  max-height: unset !important;
  height: 100%;
} */

.del-opp-img {
  width: 28px;
}

.del-op-btn {
  height: 40px !important;
  color: var(--c2) !important;
  border: 1px solid var(--c2) !important;
  font-size: 14px !important;
}

.del-op-btn-active {
  background-color: var(--c2) !important;
  color: #fff !important;
}

/* /------------------------------------------------------ */
.detai-acc2 .accordion-button:focus {
  box-shadow: unset !important;
}

.detai-acc2 .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: var(--c1) !important;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  /* box-shadow: unset !important; */
}

.detai-acc2 .accordion-button::after {
  content: '+' !important;
  font-size: 22px;
  font-weight: bold;
  color: var(--c2);
  background-image: unset !important;
  /* background-color: #fff; */
  font-display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
  line-height: inherit;
}

.detai-acc2 .accordion-button:not(.collapsed)::after {
  content: '—' !important;
  font-size: 18px;
  color: #fff;
  background-image: unset !important;
  font-display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
}

.detai-acc2 .deal-acc button {
  display: flex !important;
  align-items: center;
}

/* for image upload section */
.upload-container {
  width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  background-color: #fcfcfc;
}

.upload-header {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}

.upload-dropzone {
  /* background-color: #f5f5f5; */
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.upload-dropzone:hover {
  /* background-color: #e8e8e8; */
  background-color: var(--bg);
}

.browse {
  color: var(--c1);
  text-decoration: underline;
  cursor: pointer;
}

.uploaded-files {
  margin-top: 10px;
}

.file-item {
  background-color: #28a745;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.file-item span {
  font-size: 14px;
}

.file-item .remove-btn {
  background-color: #fff;
  color: #28a745;
  border: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}

.upload-status {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #555;
}

.detail-frm {
  height: 40px;
}

.detail-frm:focus {
  border: 1px solid var(--c1) !important;
  box-shadow: unset !important;
}

.form-check-input {
  border: 1px solid var(--c1) !important;
}

.form-check-input:checked {
  background-color: var(--c1) !important;
  border-color: var(--c1) !important;
}

.form-check-input:focus {
  border-color: var(--bg) !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(255, 194, 252, 0.25) !important;
}

.btn-theam {
  margin: .7rem .5rem .2rem 0;
  color: #5a5a5a !important;
  border: 1px solid #d1d5db !important;
  font-size: 14px !important;
  box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
  background-color: #fff;
  border-radius: 6px;
}

.active-team {
  background-color: #000 !important;
  color: #fff !important;
}

.pro-detail-btn {
  height: 40px;
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.mob-sli-pro-img-box {
  width: 100%;
  position: relative;
}

.mob-sli-pro-img-box .zoom-in-btn {
  opacity: unset !important;
  z-index: 6;
}

.mob-sli-pro-img-box .zoom-in-btn img {
  width: 35px !important;
}

.mob-sli-pro-img {
  width: 100%;
}

.owl-nav {
  /* width: 100%; */
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  /* position: absolute; */
  /* top: 40%;
  left: 0%; */
}

.sim-arrow {
  background-color: #fff !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}

.h-arrow {
  border: 2px solid var(--c1) !important;
  color: #000 !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */

.isim-btn {
  background-color: var(--c1) !important;
  color: #fff !important;
  font-weight: 500 !important;
}

.sim-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-nav {

  display: flex;
  align-items: center;
  width: unset !important;
}

.ser-nav {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -31%;
  left: -1%;
}

/* --- extra gift -------- */
.ex-gif-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--c1) !important;
}

.ex-gif-img-bx {
  width: 100%;
  /* height: 200px; */
  background-color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ex-gif-img {
  width: 80%;
}

.pro-ex-name {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 13px;
  text-align: center;
}

.ex-cart-btn {
  width: 100%;
  background-color: var(--c1) !important;
  color: #fff !important;
  transition: all .5s;
}

.ex-cart-btn:hover {
  background-color: var(--c2) !important;
  color: #fff !important;
  transition: all .5s;
}

.set-hight {
  width: 100%;
  height: 85px;
}



/* ====footer===== */
.footer {
  /* background-image: url(../images/truck-cargo.jpg); */
  background-size: cover;
  /* background-color: rgba(19, 19, 19, 0.9); */
  /* background-color: var(--bg); */
  position: relative;
}

.footer::after {
  content: '';
  background-image: url(../images/bg-rose.png);
  background-size: cover;
  /* background-color: #18181860; */
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}

.f-logo {
  width: 90%;
}

.full-so {
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}

.soc-bx {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.soc-icon {
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}

.soc-bx:hover .soc-icon {
  animation: gelatine 0.5s;
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.foot-arrow {
  width: 16px;
}

.foot-p {
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}

.foot-p:hover {
  transform: translateX(5%);
  transition: all .5s;
}

/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div {
  display: flex;
}

.f-con-bx {
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-f-icon {
  width: 50%;
}

.f-con-txt {
  width: 60%;
}

.f-con-h {
  font-size: 14px;
}

/* ======== */
.foot-logos {
  width: 100%;
}

.foot-new-box {
  height: 100%;
  background-color: #fff;
}

/* --------- about page ----------- */
.other-hero {
  height: 40vh;
  background-image: url(../images/other-hero.jpg);
  display: flex;
  align-items: center;
}

.why-main {
  background-color: var(--bg);
}

.why-bx {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: var(--bg); */
  background-image: url(../images/slider-4.jpg);
}

.why-rnd1 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}

.why-img {
  width: 50%;
  filter: brightness(0) invert(1);
}

.tes-crd {
  width: 100%;
  border-radius: 50px 20px 50px 50px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.msg-bg-mg {
  width: 30% !important;
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0.2;
}

.tes-rn-bx {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tes-rn-bx::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 10px solid #F82BA9;
  border-right-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  z-index: 5;
}

.tes-user-img {
  width: 75%;
}

.ts-txt {
  z-index: 2;
}

.tes-rating {
  width: unset !important;
  height: 20px;
}

/* ------------- zoom page ------------ */
.zoom-pg-main {
  position: relative;
}

.close-zoom-btn {
  position: fixed;
  top: 3%;
  right: 2%;
  z-index: 5;
}

.close-btn-zoom-img {
  width: 45px;
}


.accordions {
  background-color: var(--c2);
  color: #fff !important;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: background-color 0.4s ease, color 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.actives,
.accordions:hover {
  background-color: var(--c1);
}

.accordions-icon {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.panel {
  padding: 0 18px;
  max-height: 0;
  /* Initially hidden */
  overflow: hidden;
  background-color: #fff;
  /* White background for the panel */
  transition: max-height 0.4s ease, padding 0.4s ease;
  /* Smooth transition for height and padding */
  border-top: 1px solid var(--c1);
  /* Optional: Add a border for better separation */
}

/* ----------------------------- */
.modal-pro-img {
  width: 60%;
}

.gift-mod {
  z-index: 1050;
}


.input-group {
  display: flex;
  align-items: center;
}

.input-group-text {
  padding: 0 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: unset !important;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #fff !important;
}

.input-group-text i {
  color: var(--c1) !important;
}

label {
  color: #5a5a5a !important;
}

.form-control {
  color: #5a5a5a !important;
  box-shadow: rgb(12 12 12 / 0%) 0 0 0 0, rgb(1 1 1 / 0%) 0 0 0 0, rgba(0, 0, 0, 0.05) 0 1px !important;
}

.form-control1 {
  border: none;
  box-shadow: none;
  padding: 8px;
  height: calc(2.25rem + 2px);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left: unset !important;
}

.form-control1:focus {
  outline: none;
  box-shadow: unset !important;
  border: 1px solid #e7e7e7 !important;
  border-left: unset !important;
}

.form-control1::-ms-input-placeholder {
  /* Edge 12-18 */
  font-size: 13px !important;
  color: #b4b5bf;
}

.form-control::placeholder {
  font-size: 13px !important;
  color: var(--c1) !important;
}


/* Custom Modal Styles */
.custom-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  border-radius: 8px;
}

.custom-modal-content {
  position: relative;
}

.custom-modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  font-size: 24px;
  color: #000;
}

.custom-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* Disable body scroll when modal is open */
body.modal-open {
  overflow: hidden;
}

/* Disable body scroll when modal is open */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.custom-modal-body {
  width: 100%;
  max-height: 70vh;
  overflow-y: scroll;
}

.custom-modal-body::-webkit-scrollbar {
  width: 10px;
}

/* --- ad-pop-up -------------- */
.ad-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.ad-pop-up.active {
  opacity: 1;
  visibility: visible;
}

.pop-up-content {
  background: white;
  background-image: url(../images/slider-4.jpg);
  background-position: center;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: 50vw;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ad-pop-up-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* ---------------- cart side-bar ----------- */
/* Sidebar styles */
.sidebar {
  width: 350px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1100;
  transition: transform 0.3s ease;
  transform: translateX(100%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sidebar.open {
  transform: translateX(0);
}

/* Backdrop */
.sidebar-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5) !important;
  /* Semi-transparent black */
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sidebar-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 25, 25, 0.7) !important;
  /* Glassed black background */
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.spinner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--red);
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.side-top {
  background-color: var(--c1);
}

.closex-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}

/* Disable scroll on body when sidebar is open */
.no-scroll {
  overflow: hidden;
}


.remove-tn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.products-section {
  flex: 1;
  min-height: 55%;
  /* max-height: 70%; */
  overflow-y: auto;
  padding: 10px;
  background-color: #fff;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #eee;
}

.summary-section {
  /* flex: 1; */
  padding: 15px;
  /* background-color: #f1f1f1; */
  border-top: 1px solid #ddd;
  text-align: center;
}

.confirm-btn {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background-color: var(--c1);
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transform: all .5s;
}

.confirm-btn:hover {
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  transform: all .5s;
}

.min-order {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.side-in-p {
  font-size: 13px;
}

.slid-input {
  width: 60px;
  border-radius: 3px;
  border: 1px solid #8f8d8d !important;
  outline: none;
  /* height: 60px; */
}

.quantity-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.qty-btn {
  background: #f5f5f5;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.qty-btn:hover {
  background: #e0e0e0;
}

.quantity-container input {
  width: 40px;
  text-align: center;
  border: none;
  outline: none;
}

.delete-btn {
  background: transparent;
  border: none;
  color: #d9534f;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.delete-btn:hover {
  color: #c9302c;
}

.slide-pro-name {
  font-family: 16px;
}

.slide-pro-price {
  font-family: 14px;
}

.upi-img {
  height: 100%;
}

/* details */
.detai-i i {
  font-size: 40px;
}

.detai-txt h5 {
  font-size: 14px;
}

.detai-txt p {
  font-size: 11px;
}

/* Glassmorphism Card */
.glass-bg {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 20px;
  width: 380px;
  text-align: center;
}

/* Profile Image Inside the Card */
.profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Image Inside Card - FIX */
.card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Input Styles */
.form-control {
  font-size: 16px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Login Button */
.login-btn {
  background: var(--c2) !important;
  color: white !important;
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  width: 100% !important;
}

.login-btn:hover {
  background: var(--c1) !important;
}


/* address page */
.address-checkout {
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  text-transform: capitalize;
}


.def-bx {
  background-color: green;
  color: #fff;
  border-radius: 7%;
}

.adress-card {
  background-color: #f3f3f3;
  border-radius: 5%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px
}

.def-div {
  min-height: 50px;
}

.profile-new {
  height: 120px;
  width: 120px;
  /* background-color: #000; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.profile-img {
  height: 120px;
  width: 120px;
}

.btn-log {
  /* background-color: var(--c2) !important; */
  color: #fff !important;
  border-radius: 50% !important;
  height: 40px;
  width: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px !important;
}

.btn-log:focus {
  outline: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}

.nav-user-new .dropdown-toggle::after {
  display: none !important;
}

.user-menu {
  right: 0% !important;
}




.sm-js {
  text-align: justify !important;
}



/* Track */
.first-crt::-webkit-scrollbar-track {
  background: #f1e9e2;
}

.first-crt::-webkit-scrollbar-thumb {
  background: #888;
}

.btn-c1 {
  background-color: var(--c1) !important;
  color: #fff !important;
}

.ls {
  letter-spacing: 1px;
}

.amout-div {
  width: 100%;
  /* height: 30%; */
  font-size: 13px !important;
}

.chec-btn {
  font-size: 13px !important;
}

.over-zoom {
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffffcd;
  color: #000;
}

.btn-del-crt {
  /* border-radius: 100% !important; */
  /* background-color: #dfdfdfdd !important; */
}


/* for click and open popup */
/* Unique Popup with Higher Specificity */
.ad-pop-up.unique-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  /* Initially hidden */
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  /* Override old CSS */
  visibility: visible !important;
  /* Override old CSS */
  transition: opacity 0.3s ease-in-out;
}

.unique-popup.active {
  display: flex;
  opacity: 1 !important;
  visibility: visible !important;
}

.unique-pop-up-content {
  background: white;
  background-image: url(../images/slider-4.jpg);
  background-position: center bottom;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  width: 400px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.unique-ad-pop-up-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  background-color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unique-no-scroll {
  overflow: hidden;
}

.hov-bor:hover .hov-bor1 {
  border-bottom: 2px solid var(--c6) !important;
}

/* ------- account page ----- */
/* my account page */
.profile-img-box {
  width: 200px;
  height: 200px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
}

.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.option-div {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  color: #000 !important;
}

.head-option {
  font-weight: 600;
  /* color: #434343; */
  font-size: 16px;
  text-transform: capitalize;
  margin-left: 10px;
  font-style: normal;
  line-height: 19px;
  color: #070707;

}

.border-last {
  border-right: 1px solid #c4c0c0;
}

/* .fnav p {
    font-size: 16px;
} */
.fnav p {
  /* font-size: 16px; */
  color: #FFF;
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.slash-p {
  position: relative;

}

.slash-p::after {
  content: '|';
  position: absolute;
  right: 0%;
}

.outer-icon {
  width: 40px;
  height: 40px;
  background-color: #e8e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------- check out page --------- */
.btn-grad {
  background-color: var(--c1) !important;
  color: #fff !important;
  transition: all .5s
}

.btn-grad:hover {
  background-color: var(--c2) !important;
  transition: all .5s
}

.btn-grad2 {
  background-color: var(--c2) !important;
  color: #fff !important;
  transition: all .5s
}

.btn-grad2:hover {
  background-color: var(--c1) !important;
  transition: all .5s
}

.carousel-wrapper {
  position: relative;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  /* White background */
  color: black;
  /* Black arrow */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* Perfect circle */
  cursor: pointer;
  font-size: 22px;
  /* Slightly larger icon */
  text-align: center;
  line-height: 50px;
  /* Centering icon */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Soft shadow */
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.custom-prev {
  left: 0px;
}

.custom-next {
  right: 0px;
}

.carousel-wrapper:hover .custom-prev,
.carousel-wrapper:hover .custom-next {
  opacity: 1;
  visibility: visible;
}

.engraving-btn {
  display: inline-block;
  padding: 12px 30px;
  font-size: 14px;
  /* font-weight: 600; */
  color: #fff;
  background-color: var(--c1);
  /* Dark purple color */
  text-decoration: none;
  border-radius: 50px;
  /* Fully rounded corners */
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  border: none;
  transition: all 0.3s ease-in-out;
}

.engraving-btn:hover {
  background-color: var(--c1);
  /* Slightly darker on hover */
  transform: scaleY(1.1);
  /* Expands only vertically */
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.order-error {
  width: 100%;
  height: 150px;
  object-fit: contain !important;
}


.swiper {
  width: 100%;
  height: 100%;
  z-index: 0 !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--c1);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--c1);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.hero-slide {
  position: relative;
}

.shade-botom {
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: transparent;
  /* background-image: linear-gradient(180deg,#fefcf300 30%, #fefcf3 100%); */
  z-index: 3;
  width: 100%;
  height: 50%;
}

.hero-sl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--c1) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 35px !important;
}


.pic-bx {
  border: 2px dashed var(--c1);
}


.order-new-img {
  width: 100%;
  /* height: 180px; */
  object-fit: cover;
}


.timeline {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #4CAF50;
}

.event {
  position: relative;
  margin-bottom: 30px;
  /* padding-left: 30px; */
}

.event:last-child {
  margin-bottom: 0;
}

.event::before {
  content: "✔";
  color: white;
  background-color: #4CAF50;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  left: -31px;
  top: 0;
}


.event1 {
  position: relative;
  margin-bottom: 30px;
  /* padding-left: 30px; */
}

.event1::before {
  content: "✘";
  color: white;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  position: absolute;
  left: -31px;
  top: 0;
}

.event p {
  margin: 0;
  font-size: 16px;
}

.log-in-img1 {
  height: 350px;
  width: 100%;
  object-fit: contain;
}

.order-error {
  width: 100%;
  height: 250px;
  object-fit: contain !important;
}

.arrow-icon:hover {
  transform: rotate(180deg);
  cursor: pointer;
}

.price-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.original-price {
  text-decoration: line-through;
  color: #848080;
  font-size: 16px;
}

.discounted-price {
  color: #9a1616;
  font-size: 20px;
}

.discount-badge {
  background-color: #9a1616;
  color: white;
  padding: 5px 12px;
  border-radius: 999px;
  /* pill shape */
  font-size: 12px;
}

/* --------------------------------------make it responsive------------------------ */

@media screen and (max-width:1400px) {
  .full-img-div {
    width: 100%;
    height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }

  /* hero */
  .f-first {
    font-size: 50px;
  }

  .vi-txt {
    font-size: 14px;
  }

  .btn-pros {
    font-size: 14px;
  }

}

@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
            width: 77px;
        } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  /* .nav-link{
            color: #000 !important;
        } */
  .offcanvas {
    width: 80% !important;
  }

  .dropdown-item {
    white-space: unset !important;
    font-size: 12px;
  }

  .menu {
    width: 52px;
  }

  /*.offcanvas-header {*/
  /*  background-color: var(--c2);*/
  /*}*/



}

@media screen and (max-width:1200px) {}

@media screen and (min-width:960px) and (max-width:1030px) {
  .logo {
    height: 50px;
    width: unset;
  }

  .nav-link {
    font-size: 11px !important;
  }

  .enq-btn {
    font-size: 10px !important;
  }

  .navbar {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }

}

@media (min-width:920px) and (max-width:1200px) {}

@media screen and (max-width:920px) {

  .first-crt {
    height: 100%;
  }

  /* ----- */
  .bdr-lg {
    border: unset !important;

  }

  .sh {
    background-color: #ffff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .small-p {
    font-size: 13px;
  }

  /* my account page */
  .bo-bot {
    border-bottom: 1px solid #d5d5d5;
  }


  .sm-js {
    text-align: justify !important;
  }

  /* navbar */
  .top-nav-one {
    display: none;
  }

  .menu {
    width: 42px;
  }

  /* .logo{
      width: 77px;
  } */
  .nav-menus {
    display: flex;
    align-items: unset !important;
    justify-content: unset;

  }

  .nav-link {
    /* color: var(--c3) !important; */
    font-size: 15px !important;
    font-weight: normal !important;
  }

  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas {
    width: 80% !important;
  }

  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }

  .dropdown-menu {
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }

    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }

    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }

  .menu {
    width: 52px;
  }

  /*.offcanvas-header {*/
  /*  background-color: black;*/
  /*}*/

  .nav-active {
    background-color: unset !important;
    /* color: var(--c1) !important; */
    font-weight: bold !important;
    border-bottom: unset !important;
    border-left: unset !important;
  }

  .navbar .nav-item {
    border-bottom: 1px solid #d7d7d7;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .dropdown:hover .dropdown-menu {
    margin-top: .3rem !important;
  }

  .home-nav .nav-link {
    color: unset !important;
  }

  .first-top {
    display: none;
  }

  /* hero */
  .hero {
    min-height: 50vh;
  }

  /* footer */
  .br-mob {
    border-bottom: 1px solid #fff;
  }


  /* --------- collection ------- */
  .cat-round {
    width: 75px;
    height: 75px;
  }

  /* -- product --- */
  .pro-img-bx {
    height: 207px;
  }


  /* detail page */
  /* pro page */
  .slides-new {
    max-height: unset !important;
    /* overflow: auto; */
    height: unset !important;
    position: unset;
    overflow: hidden;
    top: unset;
    transition: top 0.5s ease-out 0s;
    vertical-align: baseline;
    scroll-behavior: smooth;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;

  }

  .mob-pro-btn-box {
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 120;
    transition: all .5s;
  }

  .mob-qty {
    /* justify-content: flex-start; */
    align-items: flex-start;
  }

  .small-sli {
    width: 25% !important;
    /* height: 80px !important; */
    margin-right: .3rem;
  }

  .pop-up-content {
    width: 85vw;
  }

  /* cart side bar --- */
  .cart-p {
    font-size: 13px !important;
  }

  .cart-ps {
    font-size: 11px !important;
  }

  .suc-font {
    font-size: 9px !important;
    color: #00b53a;
  }

  .pro-name {
    font-size: 13px !important;
  }


  /* Sidebar styles */
  .sidebar {
    width: 90vw !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    transition: transform 0.3s ease;
    transform: translateX(100%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  /* details */
  .detai-i {
    text-align: center;
    height: 48px;
  }

  .detai-txt {
    text-align: center;
  }

  .detai-i i {
    font-size: 33px;
  }

  .detai-txt h5 {
    font-size: 12px;
    margin: 0%;
    margin-top: 5px;
  }

  .detai-txt p {
    line-height: unset;
    margin-top: 10px;
  }

  .detail-s-bx {
    height: 100%;
    align-items: start;
  }

  .unique-pop-up-content {
    width: 90vw;
    height: 390px;
  }


  /* my account page */
  .bo-bot {
    border-bottom: 1px solid #d5d5d5;
  }

  .under-profile {
    background-color: #FFF;
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    flex-direction: column;
  }

  .option-div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .border-last {
    border-right: unset;
  }

  .mob-bg {
    background-color: #f6f6f6;
  }

}


@media screen and (max-width:720px) {}



@media screen and (max-width:660px) {
  .menu {
    width: 32px;
  }

  .logo {
    width: 126px;
    height: unset;
  }


  .sm-js {
    text-align: justify !important;
  }

  /* her0 */
  .hero {
    background-image: url(../images/slider-4.jpg);
    background-size: cover;
    background-position: unset;

  }

  /* -------- collection ----------- */
  .cat-bx {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .cat-txt {
    width: 100%;
  }

  .custom-modal {
    width: 90%;
  }

  .order-error {
    width: 100%;
    height: 80px;
    object-fit: contain !important;
  }
}

@media screen and (max-width:500px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}

@media screen and (min-width:321px) and (max-width:425px) {}