@font-face {
  font-family: "MontserratRegular";
  src: url("../fonts/MontserratRegular.eot");
  src: url("../fonts/MontserratRegular.eot") format("embedded-opentype"),
    url("../fonts/MontserratRegular.woff2") format("woff2"),
    url("../fonts/MontserratRegular.woff") format("woff"),
    url("../fonts/MontserratRegular.ttf") format("truetype"),
    url("../fonts/MontserratRegular.svg#MontserratRegular") format("svg");
}
@font-face {
  font-family: "MontserratMedium";
  src: url("../fonts/MontserratMedium.eot");
  src: url("../fonts/MontserratMedium.eot") format("embedded-opentype"),
    url("../fonts/MontserratMedium.woff2") format("woff2"),
    url("../fonts/MontserratMedium.woff") format("woff"),
    url("../fonts/MontserratMedium.ttf") format("truetype"),
    url("../fonts/MontserratMedium.svg#MontserratMedium") format("svg");
}
@font-face {
  font-family: "MontserratBold";
  src: url("../fonts/MontserratBold.eot");
  src: url("../fonts/MontserratBold.eot") format("embedded-opentype"),
    url("../fonts/MontserratBold.woff2") format("woff2"),
    url("../fonts/MontserratBold.woff") format("woff"),
    url("../fonts/MontserratBold.ttf") format("truetype"),
    url("../fonts/MontserratBold.svg#MontserratBold") format("svg");
}
@font-face {
  font-family: "Inter_18ptRegular";
  src: url("../fonts/Inter_18ptRegular.eot");
  src: url("../fonts/Inter_18ptRegular.eot") format("embedded-opentype"),
    url("../fonts/Inter_18ptRegular.woff2") format("woff2"),
    url("../fonts/Inter_18ptRegular.woff") format("woff"),
    url("../fonts/Inter_18ptRegular.ttf") format("truetype"),
    url("../fonts/Inter_18ptRegular.svg#Inter_18ptRegular") format("svg");
}
@font-face {
  font-family: "Inter_24ptSemiBold";
  src: url("../fonts/Inter_24ptSemiBold.eot");
  src: url("../fonts/Inter_24ptSemiBold.eot") format("embedded-opentype"),
    url("../fonts/Inter_24ptSemiBold.woff2") format("woff2"),
    url("../fonts/Inter_24ptSemiBold.woff") format("woff"),
    url("../fonts/Inter_24ptSemiBold.ttf") format("truetype"),
    url("../fonts/Inter_24ptSemiBold.svg#Inter_24ptSemiBold") format("svg");
}
@font-face {
  font-family: "PoppinsMedium";
  src: url("../fonts/PoppinsMedium.eot");
  src: url("../fonts/PoppinsMedium.eot") format("embedded-opentype"),
    url("../fonts/PoppinsMedium.woff2") format("woff2"),
    url("../fonts/PoppinsMedium.woff") format("woff"),
    url("../fonts/PoppinsMedium.ttf") format("truetype"),
    url("../fonts/PoppinsMedium.svg#PoppinsMedium") format("svg");
}

/* ===== Scrollbar CSS ===== */
* {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
}
/* ===== Scrollbar CSS ===== */
/* Back To Top */
.scrollToTopBtn {
  background: var(--gold-color);
  border: none;
  color: #fff;
  opacity: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 45px;
  height: 45px;
  position: fixed;
  bottom: 3%;
  right: 30px;
  z-index: 92;
  opacity: 2;
  transform: translateY(200px);
  transition: all 0.5s ease;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border-radius: 50%;
}

.scrollToTopBtn img {
  width: 30px;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
  opacity: 1;
}
.scrollToTopBtn:hover {
  background-color: #000;
}
.scrollToTopBtn:hover i {
  color: #fff;
  top: 5px;
}
.scrollToTopBtn:focus,
.scrollToTopBtn:focus-visible {
  border: none;
  outline: none;
  box-shadow: none;
}

:root {
  --montmedium: "MontserratMedium";
  --montregular: "MontserratRegular";
  --montbold: "MontserratBold";
  --inter-reg: "Inter_18ptRegular";
  --inter-semi: "Inter_24ptSemiBold";
  --popinmed: "PoppinsMedium";
  --ani: all 0.5s ease;
  --gold-color: #c49d45;
}

html {
  scroll-behavior: auto !important;
  overflow: auto;
}

body {
  overflow: visible !important;
  font-family: var(--montmedium);
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
section {
  overflow: hidden;
}
.sec-spacer {
  padding: 5% 0;
}
.main-container {
  padding: 0 5%;
}
.demo-sec {
  height: 100vh;
  background-color: goldenrod;
}
.desk-banner-vid {
  height: 90vh;
}
.mob-banner-vid {
  height: 600px;
}
/* Header  */
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5%;
  /* position: fixed; */
  width: 100%;
  background-color: #fff;
  z-index: 90;
  transition: var(--ani);
  box-shadow: 0 0 10px transparent;
}
.head-logo img {
  width: 65px;
}
.search-div input {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  height: 100%;
  font-family: var(--inter-reg);
  color: #262626;
  font-size: 14px;
}
.search-div input::placeholder {
  color: #beb3b8;
}
.search-divinput:focus,
.search-divinput:focus-visible {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.search-div {
  width: 540px;
  height: 42px;
  border-radius: 70px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  justify-content: space-between;
  color: var(--gold-color);
}
.search-div .search-icon {
  color: var(--gold-color);
}
.head-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.head-icons i {
  font-size: 20px;
  color: var(--gold-color);
}
.cart-posi {
  position: relative;
}
.cart-count {
  width: 15px;
  height: 15px;
  background-color: #000;
  position: absolute;
  top: -3px;
  right: -12px;
  border-radius: 50%;
}
.cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-count span {
  font-size: 12px;
}
.header-menu-grp {
  position: relative;
}
.header-menu-grp-border {
  border-bottom: 1px solid #e1e1e1;
}
.header-menu-grp ul {
  margin: 0;
  padding: 0;
}
.header-menu-grp {
  background-color: #f2f2f2;
  padding-top: 80px;
}
.header-menu-grp ul li {
  list-style: none;
  display: inline-block;
}
.menudrp .menudrp-icon {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.header-menu-grp ul li a {
  color: #000;
  font-size: 14px;
  padding: 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--montregular);
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header.smaller {
  background-color: #ffffffa6;
  box-shadow: 0 0 10px #00000029;
  transition: var(--ani);
}
header.smaller .search-div input {
  background-color: transparent;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: var(--gold-color);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* .menudrp {
  position: relative;
} */
.menudrp-box {
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 0 2%;
  border-top: 1px solid #e1e1e1;
}
.menudrp:hover .menudrp-box {
  opacity: 1;
  visibility: visible;
}
.menu-tabs {
  padding: 25px;
  padding-left: 0;
}
.menu-right-border {
  border-right: 1px solid #e1e1e1;
}
.menu-left-border {
  border-left: 1px solid #e1e1e1;
}
.menu-tabs .nav-tabs {
  border-bottom: none;
}
.menudrp-box .menu-tabs .nav-link {
  border-radius: 0.313rem;
  padding: 10px 15px;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-family: var(--montmedium);
}
.menudrp-box .menu-tabs .nav-link.active {
  background-color: #e1b65524;
  box-shadow: 0 11px 20px -9px #490a0c3b;
  border: 1px solid #d9bdbe;
}
.menu-tabs-boxes {
  padding: 20px;
}
.menu-tab-top-content-img-card {
  padding: 10px;
  transition: var(--ani);
  border-radius: 20px;
  border: 1px solid transparent;
}
.menu-tab-top-content-img-card img {
  border-radius: 20px;
}
.menu-tab-top-content-img-card h6 {
  font-size: 14px;
}
.menu-tab-top-content-img-card:hover {
  border: 1px solid var(--gold-color);
  border-radius: 20px;
  box-shadow: 0 20px 26px -15px #490a0c45;
}
.menu-tab-top-content-img-card a {
  display: block !important;
}
.menutab-jw-content {
  padding-top: 10px;
}
.menutab-jw-content span {
  color: #56544e;
  font-size: 14px;
}
.menutab-bottom-content a {
  border-radius: 0.313rem !important;
  display: inline-block;
  background-color: var(--gold-color);
  color: #fff !important;
  padding: 10px 15px !important;
  transition: var(--ani);
}
.menutab-bottom-content a:hover {
  background-color: #000;
}
.menutab-right-content a {
  font-size: 16px !important;
  padding: 0 !important;
  color: var(--gold-color) !important;
  border-bottom: 1px solid var(--gold-color);
  display: inline !important;
}
.menutab-bottom-content {
  align-items: center;
}
.spacer {
  width: 100%;
  height: 50vh;
  background: #ddd;
}
.gallery h1 {
  font-size: clamp(2em, 4vw, 6em);
}

.gallery p {
  font-size: clamp(1.4em, 2.5vw, 3.5em);
  line-height: 1.4;
}

.right {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/categories-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.desktopContent {
  margin: auto;
  width: 80%;
}
/* Banner slide */
.owl-banner-slides .item {
  position: relative;
}
.owl-banner-slides .item a {
  position: absolute;
  display: inline-block;
  z-index: 100;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  transition: var(--ani);
  font-size: 14px;
}
.owl-banner-slides .item a:hover {
  color: var(--gold-color);
}
/* Banner slide */
.desktopContentSection {
  min-height: 100vh;
  /* outline:1px solid green; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* margin-bottom: 20px; */
}
.category-section {
  border-top: 1px solid var(--gold-color);
}
.category-section-desktopversion {
  display: block;
}
.category-section-mobileversion {
  display: none;
}
.desktopPhotos {
  width: 40vw;
  height: 40vw;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}
.desktopPhotos img {
  height: 40vw;
  object-fit: cover;
}
.desktopPhoto {
  position: absolute;
  width: 100%;
  height: 100%;
}

.red {
  background: crimson;
}

.green {
  background: MediumSeaGreen;
}

.blue {
  background: dodgerblue;
}

.pink {
  background: deepPink;
}
.category-section .left {
  background-color: #fcfcfc;
}
.cat-card {
  background-color: #fff;
  border-radius: 32px;
  padding: 30px;
  border: 1px solid #ffffff17;
  color: #000;
  min-height: 300px;
  position: relative;
  box-shadow: 0 0 20px #d2d2d2;
}
.cat-card a {
  text-decoration: none;
  color: #000;
}
.cat-card h4 {
  font-family: var(--montmedium);
  font-size: 19px;
}
.cat-card h6 {
  font-family: var(--inter-reg);
  font-size: 15px;
}
.sub-cat-links a {
  color: #000;
  text-decoration: none;
  font-family: var(--montregular);
  margin-right: 7px;
  margin-bottom: 10px;
  border: 1px solid #454545;
  padding: 6px 12px;
  display: inline-block;
  border-radius: 100px;
  background-color: transparent;
  font-size: 12px;
}
.sub-cat-links a:hover {
  background-color: #cfae5d;
  color: #ffff;
  transition: var(--ani);
}
a {
  text-decoration: none;
}
.link-icon a {
  position: absolute;
  right: 30px;
  top: 20px;
  background-color: #cfae5d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--ani);
}
.link-icon i {
  color: #fff;
  font-size: 20px;
}
.link-icon a:hover {
  background-color: #ac6d07;
  transition: var(--ani);
  color: #fff;
}
.desktopContentSection h1 {
  display: none;
}
.cat-img img {
  height: 40vh;
  margin: auto;
  display: block;
  border-radius: 20px;
  margin-top: 30px;
}

/* Bridel section */
.bridal-sec {
  display: block;
}
.bridal-sec-mob {
  display: none;
}
.bridal-sections {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../images/bridal-sec-bg-2.webp");
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background-attachment: fixed;
}

.bridal-content {
  color: #ffffff !important;
  width: 80%;
  border-radius: 12px;
  text-align: center;
  background: #ffffff08;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.6px);
  -webkit-backdrop-filter: blur(5.6px);
  border: 2px solid rgba(151, 151, 151, 0.29);
}
.bridal-content h3 {
  font-size: 28px;
  font-family: var(--inter-semi);
  color: #ddd;
}
.bridal-content p {
  font-size: 16px;
  font-family: var(--inter-reg);
  color: #dddddd;
}
.family-carousel img {
  height: 100px;
  object-fit: cover;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
  color: #000 !important;
}
.family-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
}
.family-carousel .owl-nav .owl-prev {
  left: -10px;
}
.family-carousel .owl-nav .owl-next {
  right: -10px;
}
.family-carousel .owl-nav button span {
  font-size: 20px;
  border: 1px solid var(--gold-color);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-color);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.6px);
}
.family-carousel .item img {
  box-shadow: 0 0 10px #1b1b1b;
  margin: 20px 5px;
  border-radius: 12px;
  background-color: #fff;
}
/* Bridal section carousel */
.owl-thumbs .item {
  cursor: pointer;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
.owl-thumbs .item.active {
  border-color: #c47a3f;
}
.owl-main .item img {
  object-fit: contain;
  max-height: 80%;
}
.owl-thumbs .owl-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.owl-thumbs .item {
  cursor: pointer;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
}
.owl-thumbs .item.active {
  border-color: #c47a3f;
}
.owl-main .item img {
  object-fit: contain;
}
.owl-thumbs .owl-item {
  width: 70% !important;
}
/* Trending  */
.trending-desktop {
  display: block;
}
.trending-mob {
  display: none;
}
.trending-dv img {
  border-radius: 20px;
}
.trending-dv h6 {
  color: #56544e;
}
/* Trending Category */
.t-cat-card {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  color: #000;
}
.t-cat-card img {
  margin: auto;
  display: block;
  transform: scale(1);
  transition: var(--ani);
  margin-bottom: 5px;
}
.t-cat-card:hover img {
  transform: scale(1.1);
}
.t-cat-card p {
  font-family: var(--inter-reg);
  font-size: 15px;
  text-align: center;
}
.t-cat-card span {
  font-size: 15px;
  text-align: center;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--gold-color);
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.t-cat-card:hover .hvr-underline-from-left:before,
.t-cat-card:focus .hvr-underline-from-left:before,
.t-cat-card:active .hvr-underline-from-left:before {
  right: 0;
}
/* Product Video */
.tint-background {
  position: absolute;
  background: #000000;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  bottom: 6px;
  left: 0;
  height: 350px;
}
.pr-video-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12%;
  color: #fff;
  text-align: center;
  width: 600px;
}
.pr-video-content h3 {
  line-height: 2.8rem;
  margin-bottom: 25px;
}
.pr-video-content a {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  display: inline-block;
  background-color: transparent;
  transition: var(--ani);
}
.pr-video-content a:hover {
  background-color: var(--gold-color);
  border: 1px solid #fff;
}
/* Trust section */
.trust-section {
  background-color: #f6f6f6;
}
.trust-container {
  padding: 0 20%;
}
.trust-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 5px 12px 0px #0000004a;
  padding: 20px;
  min-height: 160px;
  border-radius: 0 5px 5px 0;
}
.trust-card i {
  font-size: 30px;
  color: #000;
  transition: var(--ani);
  margin-bottom: 10px;
}
.trust-card:hover i,
.trust-card:hover h6 {
  color: var(--gold-color);
}
.trust-card h6 {
  text-align: center;
  font-size: 15px;
  color: #454545;
}
/* Rate section */
.rate-section {
  background-image: url("../images/rating-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #ffff;
  flex-direction: column;
  height: 380px;
}
.stars {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 250px;
}
.stars i {
  color: #fff;
  font-size: 25px;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}
.stars i.active {
  color: #ffd64f !important;
  transform: scale(1.2) !important;
}
.stars span {
  font-size: 13px;
  position: absolute;
  bottom: -30px;
}
.rate-label-left {
  left: -35px;
}
.stars span:last-child {
  right: -35px;
}
.next button {
  margin-top: 70px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px 27px;
}

.stars i.active {
  color: gold;
}

button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.hidden {
  display: none !important;
}
.experience-rate {
  opacity: 0;
  visibility: hidden;
  transition: var(--ani);
  display: none;
  color: #fff !important;
  width: 60%;
  text-align: center;
  padding-top: 30px;
}
.experience-rate.activeex {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.experience-rate p {
  font-size: 12px;
  color: #b6b6b6;
}
.inptres input {
  background-color: transparent;
  width: 100%;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  font-size: 14px;
}
.inptres {
  padding: 10px 15px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  border-radius: 12px;
}
.inptres i {
  font-size: 20px;
  color: var(--gold-color);
}

/* Get in touch */
.getin-sec {
  background-color: #f6f6f6;
}
.getin-right-col {
  padding-left: 15%;
  padding-right: 15%;
}
.getin-right-col p {
  font-size: 14px;
}
.getinp {
  margin-top: 20px;
}
.getinp h6 {
  font-size: 14px;
  font-family: var(--montbold);
}
.getinp input,
.getinp textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 14px;
  outline: none;
  box-shadow: none;
  padding-bottom: 10px;
  margin-top: 10px;
}
.getinp textarea {
  width: 100%;
  resize: none;
}
.getin-left-col,
.getin-left-col img {
  height: 100%;
  object-fit: cover;
  transition: var(--ani);
  transform: scale(1);
}
.getin-left-col {
  overflow: hidden;
}
.getin-left-col img:hover {
  transform: scale(1.1);
}
.sub-btn a {
  color: #fff;
  display: inline-block;
  background-color: #000;
  padding: 10px 30px;
  font-size: 14px;
  margin-top: 30px;
  border: 1px solid #000;
  transition: var(--ani);
}
.sub-btn a:hover {
  background-color: transparent;
  color: #000;
}
/* Footer */
footer {
  font-size: 14px;
  padding: 5% 5%;
  padding-bottom: 2%;
}
footer a {
  color: #000;
  margin-bottom: 5px;
  display: inline-block;
}
.footer-logo img {
  width: 90px;
}
.footer-add p {
  margin-bottom: 10px;
  line-height: 27px;
  color: #535353;
}
.footerlinks h6 {
  margin-bottom: 30px;
  font-family: var(--montbold);
}
.footerlinks a {
  display: block;
  margin-bottom: 10px;
  color: #535353;
  transition: var(--ani);
  text-decoration: none;
}
.footerlinks a:hover {
  color: #000;
  text-decoration: underline;
}
.contact-us-footer h6:last-child {
  margin-top: 20px;
}
.footer-media,
.fooer-rights {
  margin-top: 30px;
}
.footer-media a {
  margin-bottom: 0;
}
.footer-media a i {
  font-size: 20px;
  color: #000;
  transition: var(--ani);
}
.footer-media a i:hover {
  color: var(--gold-color);
}
.fooer-rights {
  align-items: center;
  justify-content: end;
  font-size: 13px;
}
.fooer-rights p {
  margin-bottom: 0;
}
.fooer-rights a {
  margin-bottom: 0;
  text-decoration: underline;
}
.forher {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10%;
  flex-direction: column;
}
.forher p {
  font-size: 14px;
  color: #262626;
  text-align: center;
}
.forher a {
  color: #000;
  border: 1px solid #000;
  padding: 10px 30px;
  display: inline-block;
  margin-top: 10px;
  transition: var(--ani);
}
.forher a:hover {
  color: var(--gold-color);
  border-color: var(--gold-color);
}
.footer-des {
  border: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
  padding: 3%;
  background-color: var(--gold-color);
  border-radius: 12px;
  color: #fff !important;
}
.about-right {
  height: 378px;
  overflow: hidden;
}
.scroll-img {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.scroll-img img {
  width: 300px;
}
.scroll-img-left {
  transform: translateY(40px);
}
.scroll-img-right {
  transform: translateY(-400px);
}
.about-content {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-right: 5%;
}

/* --------------------- subpages --------------------- */
.all-gallary-section {
  margin-top: 130px;
  overflow: unset !important;
}
.header-subpage-menu-sticky {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 95;
  top: 0;
}
/* Gallery image styling */
.gallery-img {
  transition: transform 0.3s ease;
  object-fit: cover;
}

.gallery-img:hover {
  transform: scale(1.05);
}
.sidebar {
  position: sticky;
  top: 150px;
  padding: 20px 5px;
  display: flex; /* make it a column container */
  flex-direction: column;
  max-height: calc(100vh - 150px); /* fill viewport under the sticky offset */
  overflow: hidden; /* the column itself doesn't scroll */
}

.sidebar h6 {
  font-size: 14px;
  color: #000;
}

.sidebar ul li {
  margin-bottom: 8px;
  color: #505050;
}

.sidebar ul li a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}

.sidebar ul li a:hover {
  text-decoration: underline;
}
.gallry-imgs a {
  text-decoration: none;
}
.gallry-imgs p {
  font-size: 13px;
  color: #505050;
}

/* Jwellery Details */
.deatils-container {
  margin: auto;
  width: 75%;
  display: block;
}
.details-sec {
  padding-top: 2%;
}
/* .owl-details-slide img{
  max-height: 540px;
  width: auto !important;
  display: block;
  margin: auto;
} */
.product-name a {
  color: #000;
}
.product-name h6,
.pr-select h6 {
  font-size: 14px;
}
.product-name p {
  font-size: 13px;
  margin-bottom: 0;
}
.pr-select select {
  font-size: 13px;
  padding-left: 0;
}
.order-decr {
  background-color: #d6e1db;
  padding: 10px 15px;
}
.order-decr p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
}
.order-decr p a {
  text-decoration: underline;
  color: #000;
}
.pr-cart a {
  font-size: 13px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  display: block;
  padding: 10px;
  border-radius: 6px;
  background-color: transparent;
  transition: var(--ani);
}
.pr-cart a:hover {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.pr-decri .accordion-item {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.pr-decri .accordion-button:not(.collapsed),
.accordion-button:focus {
  color: #000;
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
}
.pr-decri .accordion-button::after {
  background-image: none !important;
  font-size: 18px;
  content: "-";
  width: auto !important;
  height: auto !important;
}
.pr-decri .accordion-button:not(.collapsed)::after {
  content: "+";
  font-size: 18px;
}
.pr-decri .accordion-button {
  font-size: 14px;
  padding: 10px 0;
}
.pr-decri .accordion-body {
  font-size: 13px;
  font-family: var(--inter-reg);
  padding: 0;
}
.product-titiles span {
  display: block;
  font-size: 13px;
  color: #262626;
  margin-top: 10px;
}
.product-titiles span:last-child {
  margin-top: 3px;
}
.otheres-head p {
  font-size: 16px;
  font-family: var(--inter-reg);
}
.otheres-head h5 {
  /* border-bottom: 1px solid var(--gold-color); */
  padding: 10px;
  font-family: var(--inter-reg);
  text-align: center;
  text-transform: uppercase;
  background-color: #d6e1db;
}
.more-earbtn a {
  font-size: 13px;
  color: #262626;
  text-align: center;
  border: 1px solid #262626;
  padding: 10px 5%;
  border-radius: 6px;
  background-color: transparent;
  transition: var(--ani);
}
.more-earbtn a:hover {
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
}
.pagination-head a,
.pagination-head span {
  color: #565656;
  font-size: 12px;
  transition: var(--ani);
}
.pagination-head span {
  font-size: 10px;
}
.pagination-head a:hover {
  color: var(--gold-color);
}
.sidebar h6 span {
  font-size: 12px;
}
.earrings-container {
  padding: 0 2%;
}
.all-gallary-section .container,
.all-gallary-section .row {
  overflow: visible !important;
}
.filter-scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.filter-scroll {
  scrollbar-width: thin;
  scrollbar-color: #ededed #ffffff;
}

/* Chrome, Edge, and Safari */
.filter-scroll ::-webkit-scrollbar {
  width: 1px;
}

.filter-scroll ::-webkit-scrollbar-track {
  background: #ededed;
}

.filter-scroll ::-webkit-scrollbar-thumb {
  background-color: #ededed;
  border-radius: 2px;
  border: 1px solid #ffffff;
}
.filter-scroll::-webkit-scrollbar {
  display: block;
}
.filters-slabs span {
  color: #565656;
  font-family: var(--inter-reg);
  font-size: 14px;
}
.filters-slabs {
  border-bottom: 1px solid #b7b7b781;
  padding-bottom: 10px;
  margin-right: 20px;
}
.filter-scroll .filters-slabs:last-child {
  border-bottom: none;
}
.pagination-head {
  padding-left: 5px;
  padding-right: 5px;
}
.filters-slabs h6 {
  margin: 20px 0;
}
.filters-slabs .form-check-input:checked {
  background-color: var(--gold-color) !important;
  border: none !important;
  box-shadow: none !important;
}
.filters-slabs .form-check-input:focus {
  box-shadow: none !important;
  border-color: #bdbdbd;
}
.filters-slabs .form-check-input {
  border-color: #717171;
}
.filters-slabs .form-check-label {
  font-size: 14px;
  user-select: none;
}
.earrnings-row {
  margin: auto;
}
.earrings-count h6 {
  font-size: 17px;
}
.earrings-count h6 span {
  font-size: 13px;
}
.earrnings-col .gallery-img {
  border: 1px solid #e1e1e1;
}
.sort-by-earrings select {
  font-size: 13px;
  font-family: var(--montregular) !important;
  width: auto !important;
}
.sort-by-earrings .form-select:focus {
  box-shadow: none !important;
  border-color: #b6b6b6;
}
.contatct-bx {
  max-width: 65rem;
  margin: auto;
  display: block;
  padding-top: 50px;
}
.contact-bxs i {
  font-size: 50px;
  margin-bottom: 20px;
  display: inline-block;
}
.contact-bxs {
  color: var(--gold-color);
  width: 100%;
  padding: 20px 0;
}
.contact-bxs span {
  color: #454545;
  font-size: 13px;
}
.contact-bxs-center {
  border-right: 0.125rem solid #dad9d8;
  border-left: 0.125rem solid #dad9d8;
}
.faq-accordians .accordion-button {
  background-color: #fff !important;
  font-size: 15px;
}
.faq-accordians .accordion-body {
  font-size: 15px;
}
.faq-accordians .accordion-button:focus {
  box-shadow: none !important;
  color: #000;
}
.faq-accordians .accordion-item {
  margin-bottom: 10px;
  border: 1px solid var(--gold-color);
}
.about-banner img {
  height: calc(100vh - 150px);
  object-fit: cover;
}
.about-banner h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-transform: uppercase;
}
.dark-fade {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  height: calc(100vh - 150px);
  background-color: #00000066;
}
.about-sec-1 {
  position: relative;
}
.our-stry,
.about-us-content {
  position: absolute;
  left: 10%;
  width: 600px;
  background-color: #fff;
  padding: 40px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100vh - 200px);
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.about-us-content {
  right: 10%;
  left: inherit;
}
.our-stry p,
.about-us-content {
  color: #262626;
  font-size: 15px;
  margin-bottom: 0;
}
.about-sectionsimges {
  height: 550px;
  object-fit: cover;
}
.our-stry-bg {
  height: calc(100vh - 50px);
  object-fit: cover;
}
.hero-content {
  background-color: #efeeec;
  padding: 8% 0;
}
.hero-content-left p {
  padding-right: 15%;
  margin-bottom: 0;
  font-family: var(--popinmed);
  font-size: 18px;
  font-weight: bold;
  color: #5b5b5b;
}
.hero-content-right h2 {
  font-size: 3rem;
  font-family: var(--montbold);
  color: #5b5b5b;
}
.hero-content-img {
  width: 100px !important;
  height: 60px;
  border-radius: 12px;
}
.hero-btns a {
  font-size: 14px;
  color: #000;
  font-family: var(--montmedium);
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  transition: var(--ani);
}
.hero-btns a i {
  margin-left: 5px;
}
.hero-btns a:last-child {
  margin-left: 10px;
  background-color: transparent;
}
.hero-btns a:hover {
  background-color: #000;
  color: #fff;
}
.owl-hero-imggl {
  width: 200px;
}

.prr-s {
  max-width: 130px;
  width: 100%;
  padding: 8px;
  border: 1px solid var(--gold-color);
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
.pr-slidderr span {
  display: block;
  text-align: center;
  color: #262626;
  font-size: 14px;
  padding-top: 10px;
}
.prr-s:hover {
  padding: 3px;
}
.slide-content p {
  padding: 0 20%;
  font-size: 13px;
  margin-bottom: 3%;
  color: #454545;
}
.product-slide-container {
  padding: 0 15%;
}
.owl-banner .owl-dots .owl-dot span {
  height: 5px;
  width: 26px;
}
.owl-banner .owl-dots {
  margin-top: 0 !important;
}
.owl-banner .owl-dots .owl-dot.active span,
.owl-banner .owl-dots .owl-dot:hover span {
  background-color: var(--gold-color);
}
.media-float {
  position: fixed;
  bottom: 3%;
  left: 5px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  z-index: 90;
}
.media-float a {
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  box-shadow: 3px 5px 12px 0px #0000004a;
}

.testimonial-div {
  background: #fff;
  padding: 18px;
  border-radius: 11px;
  box-shadow: 0 0 10px #0000004b;
  margin: 10px;
}
.carousel-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  max-height: 200px;
  max-width: 100%;
}

.carousel-slider .swiper-slide {
  width: clamp(150px, 15vw, 293px);
  height: clamp(150px, 15vw, 293px);
  aspect-ratio: 1 / 1;
  box-sizing: border-box;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-slider .swiper-slide {
  background: rgba(9, 21, 50, 0.2);
  border-radius: 25px;
}
.testi-sec {
  background-color: #f4f4f4;
}
.slider-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 200px);
}
.owl-testimonial-owl {
  padding: 5%;
  padding-bottom: 0;
}
.item-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
  transform: scale3d(0.8, 0.8, 1);
}
.item-content img {
  border-radius: 20px;
  box-shadow: 0 0 10px #0000002c;
}
.tsti-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(180deg, transparent, #131313 54%, #131313);
  height: 130px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.tsti-name h6:last-child {
  color: var(--gold-color);
}
.owl-item.center .item-content {
  transform: scale(1);
}

.playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  z-index: 9000;
  background-color: var(--gold-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playbtn i {
  font-size: 30px;
}
.playbtn:hover {
  background-color: #000;
}
.modal-header .btn-close {
  background-image: none;
  box-shadow: none;
  outline: none;
  opacity: 1;
}
.modal-header .btn-close i {
  color: var(--gold-color);
  font-size: 30px;
}
.swiper-slide {
  z-index: 1;
}
.swiper-slide-active {
  z-index: 10;
  position: relative;
}
.swiper-slide .play-btn {
  position: relative;
  z-index: 20;
}

/* Cart Page---- */

.about-us-directory {
  padding-top: 40px;
  background: #f0f0f0;
}
.puma-directory {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.puma-directory a {
  color: var(--gold-color);
  font-size: 12px;
  text-align: left;
  margin: 0 3px;
  text-decoration: none;
}
.dolphin-acc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-direction: column;
  background: #f1f1f1;
}
.dolphin-acc-body {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 30px 30px 30px;
}
.create-acc-h {
  font-size: 20px;
  text-align: left;
  color: #000;
}
.sign-form {
  max-width: 370px;
  padding-top: 25px;
}
.sign-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sign-form form label {
  font-size: 15px;
  margin-bottom: -15px;
  margin-left: 10px;
}

.sign-form form input {
  background-color: #f0f0f0;
  font-family: var(--inter-reg);
  border-radius: 8px;
  padding: 10px;
  border: none;
  font-size: 14px;
}
.sign-form form input::placeholder {
  color: #7d7d7d;
}
.sign-form form #text {
  background-color: #f0f0f0;
  font-family: var(--inter-reg);
}
.sign-form form #submit {
  text-align: center;
  background-color: var(--gold-color);
  color: #fff;
  cursor: pointer;
  font-family: var(--inter-reg);
  transition: var(--ani);
}
.sign-form form #submit:hover {
  background-color: #000000;
}
.sign-form p {
  color: #000;
  font-size: 15px;
  padding-top: 20px;
}
.sign-form .need-help {
  text-align: center;
  padding-top: 40px;
}
.sign-form .sign-needhlp {
  font-size: 15px;
  color: #000;
}
.dolphin-acc .create-account {
  text-align: center;
  padding-top: 20px;
}
.dolphin-acc .create-account a {
  display: block;
  font-size: 15px;
  color: var(--gold-color);
}
.dolphin-acc .create-account a:last-child {
  color: #000;
  font-size: 13px;
  padding-top: 10px;
}
.dolphin-container {
  background-color: #f1f1f1;
}
.ad-section {
  background-color: #f2f2f2;
}

/* Last updation */
.cat-heads-box {
  border-right: 1px solid #c5c5c562;
  border-bottom: 1px solid #c5c5c562;
}
.cat-heads-box a {
  justify-content: start !important;
  gap: 20px !important;
  padding: 15px !important;
  border: 1px solid #fff !important;
  box-shadow: 0 11px 20px -9px #fff;
}
.cat-heads-box a img {
  width: 45px;
  height: 45px;
  border: 1px solid #f5f5f4;
  border-radius: 50%;
  padding: 7px;
  background: #f5f5f4;
  aspect-ratio: 1/1;
}
.cat-heads-box a span {
  color: #000;
  font-family: var(--montmedium);
}
.cat-heads-box a:hover {
  color: #631517 !important;
  border: 1px solid #f5f5f4 !important;
  background: #f5f5f4;
  border-radius: 8px;
  box-shadow: 0 11px 20px -9px #490a0c3b;
}
.cat-heads-box a:hover span {
  color: var(--gold-color);
}

/* Cart Start */
.cart-section {
  background-color: #f0f0f0;
}
.cap-items img {
  width: 100px;
  height: 90px;
  padding: 10px;
}
.cap-border {
  padding-top: 10px;
  padding-bottom: 10px;
}
.cart-details {
  background-color: #fff;
  font-family: var(--inter-reg);
  padding: 40px;
}

.cart-details h2 {
  font-family: var(--inter-reg);
  font-size: 25px;
  margin-bottom: 10px;
}
.cart-details label {
  font-size: 14px;
}
.cap-border {
  border-bottom: 1px solid #f0f0f0;
}

.cap-items {
  display: flex;
  align-items: center;
  gap: 25px;
}

.cart-pr-name h6 {
  color: #000;
  font-size: 16px;
  font-family: var(--montmedium);
}

.cart-pr-name span {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  width: auto;
  background-color: var(--gold-color);
  margin-bottom: 5px;
  padding: 3px;
}

.cap-qty-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 70px;
}

.qty-price h6 {
  font-size: 16px;
  font-family: var(--montmedium);
}

.quantity-counter {
  display: flex;
  justify-content: end;
  align-items: center;
  font-family: var(--montregular);
}

.qty-input {
  width: 65px;
  background-color: #000;
  color: #fff;
  border: none;
  height: 40px;
  text-align: center;
  font-size: 12px;
  outline: none !important;
}

.qty-btn {
  display: flex;
  flex-direction: column;
  position: relative;
}

.qty-btn::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  top: 5px;
}

.increment i,
.decrement i {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.increment,
.decrement {
  width: 28px;
  height: 20px;
  background-color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.delete {
  color: #000;
  cursor: pointer;
  margin-left: 10px;
  font-size: 14px;
  font-family: var(--montregular);
}

.cart-buy-wrapper {
  background-color: #fff;
}

.cart-body {
  padding: 30px 20px;
  margin-bottom: 10px;
}

.right-side-buy {
  padding-top: 0;
}

.price-det h3 {
  font-size: 22px;
  font-family: var(--montmedium);
  padding-bottom: 30px;
}

.cart-price-det {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.cart-price-det h5 {
  font-size: 15px;
  font-family: var(--montregular);
}

.total-amnt {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
}

.total-amnt h4 {
  font-size: 16px;
  font-family: var(--montregular);
  color: #000;
}

.cart-body a {
  text-decoration: none;
  color: #fff;
  background-color: var(--gold-color);
  width: 100%;
  display: block;
  transition: 0.5s ease-in-out;
  padding: 10px 0;
  text-align: center;
}

.cart-body a:hover {
  background-color: #000;
}

/* Delivery address */
.d-delivery-head {
  margin-bottom: 30px;
}
.d-delivery h4 {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-family: var(--inter-reg);
}
.d-delivery input,
.d-delivery textarea,
.d-delivery select {
  background-color: #f0f0f0;
  font-family: var(--inter-reg);
  border-radius: 8px;
  padding: 10px;
  border: none;
  font-size: 14px;
  outline: none !important;
  box-shadow: none !important;
}
.d-delivery textarea {
  margin: 20px 0;
}
.d-delivery input::placeholder {
  color: #454545a1;
}
.address-btn a {
  text-align: center;
  background-color: var(--gold-color);
  color: #fff;
  cursor: pointer;
  font-family: var(--inter-reg);
  transition: var(--ani);
  padding: 10px 40px;
  display: inline-block;
  margin-top: 30px;
}
.address-btn a:hover {
  background-color: #000;
}
.order-address h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* Profile  */
.profile-sec .sign-form {
  max-width: 100% !important;
}
.profile-bxxs img {
  width: 30px;
}
.profile-bxxs {
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
}
.profile-name {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.prof-a a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  transition: var(--ani);
}
.prof-a a:hover {
  color: var(--gold-color);
}
.profile-logout-btn {
  text-align: center;
  background-color: var(--gold-color);
  color: #fff;
  cursor: pointer;
  font-family: var(--inter-reg);
  transition: var(--ani);
  display: block;
  padding: 10px;
  border-radius: 8px;
  margin-top: 20px;
  transition: var(--ani);
}

/* My orders */
.order-id h5 {
  margin-top: 30px;
  font-size: 17px;
}
.my-order-bx {
  margin-top: 30px;
  border-bottom: 1px solid #0000003d;
}
.my-order-bx img {
  width: 150px;
  padding-bottom: 20px;
}
.my-order-bx h5 {
  font-size: 17px;
  color: var(--gold-color);
  text-transform: uppercase;
}
.order-total-bxs {
  padding: 30px 0;
  justify-content: space-between;
}
.order-total-bxs h5 {
  font-size: 18px;
}
/* Last updation */

/* Responsive */
@media (max-width: 1100.5px) {
  .header-menu-grp {
    display: none;
  }
  .all-gallary-section {
    margin-top: 80px;
  }
  .sidebar {
    top: 85px;
  }
}
@media (max-width: 991.5px) {
  .header-sticky-sub .search-mob {
    display: none !important;
  }
  .header-sticky-sub header {
    background: #fff;
  }
  .header-sticky-sub .mob-hamburg i,
  .header-sticky-sub .head-icons i {
    color: #000;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-order-1 {
    order: 1;
  }
  .col-order-2 {
    order: 2;
  }
  .header-position {
    position: absolute;
    top: 70px;
    width: 100%;
    left: 0;
    z-index: 200;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(
      360deg,
      rgba(42, 123, 155, 0) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    transition: var(--ani);
  }
  header.smaller {
    background: #ffffffa6;
  }
  .search-mob {
    padding: 0 5%;
    position: relative;
  }
  .search-mob i {
    position: absolute;
    left: 7%;
    top: 4px;
    color: #fff;
  }
  .search-mob input {
    width: 100%;
    background: hsla(0, 0%, 95%, 0.3);
    border: none;
    box-shadow: 0 0 10px #0000001f;
    outline: none;
    padding: 5px 10px;
    border-radius: 20px;
    color: #fff;
    padding-left: 35px;
    font-size: 14px;
  }
  .banner img {
    height: 500px;
  }
  .mob-hamburg i,
  .head-icons i {
    color: var(--gold-color);
  }
  .cart-count span {
    color: #fff;
  }
  .menu-close i {
    color: #000;
  }
  .cart-count {
    background-color: var(--gold-color);
  }
  .head-search {
    display: none;
  }
  .head-icons {
    gap: 10px;
  }
  .head-logo img {
    width: 45px;
  }
  .mob-hamburg i {
    font-size: 20px;
    color: var(--gold-color);
    cursor: pointer;
  }
  .mob-menu-main {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: #fff;
    z-index: 100;
    transform: translateX(-100%);
    transition: var(--ani);
    padding: 25px;
    -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
    touch-action: auto; /* ensures touch devices scroll */
  }
  .mob-menu-main.active {
    transform: translateX(0);
  }
  .menu-close {
    width: 100%;
    height: 30px;
    position: relative;
  }
  .menu-close i {
    color: #000;
    font-size: 20px;
    transition: var(--ani);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .menu-nav-icon {
    width: 25px !important;
  }
  .menu-nav-tabs {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0;
    cursor: pointer;
  }
  .menu-all-content a span {
    color: #000;
  }
  .menu-nav-tabs span {
    font-size: 14px;
    font-family: var(--inter-reg);
    margin-left: 10px;
    margin-bottom: 0;
  }
  .menu-nav-tabs i {
    color: #000;
    transition: var(--ani);
  }
  .menu-nav-tabs:hover span,
  .menu-nav-tabs:hover i {
    color: var(--gold-color);
  }
  .menu-nav-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    transform: translateX(-100%);
    transition: var(--ani);
    padding: 20px;
    padding-top: 0;
    cursor: default;
  }
  .menu-nav-content.active {
    transform: translateX(0);
  }
  .menu-nav-content .back-button-icon {
    width: 100%;
    padding: 0 20px;
    padding-top: 20px;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .menu-nav-content .back-button-icon i {
    margin-top: 0;
    color: #000;
  }
  .m-sub-cat h6 {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 300;
    font-family: var(--montmedium);
  }
  .m-tab-content-head h5 {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
  }
  .m-sub-cat-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
  }

  .m-sub-cat-content a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-decoration: none;
    color: #111;
    font-size: 13px;
    transition: all 0.2s ease-in-out;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-sub-cat-content a:hover {
    background-color: #f5f5f5;
    border-color: #bbb;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  }
  .t-cat-card {
    margin-bottom: 20px;
  }
  .trust-card {
    margin-top: 20px;
  }
  .getin-sec.sec-spacer {
    padding-top: 0;
  }
  .getinp input,
  .getinp textarea {
    width: 100%;
  }
  .tint-background {
    height: 100%;
    bottom: 0;
  }
  .pr-video-content {
    width: 100%;
    bottom: inherit;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .experience-rate {
    width: 80%;
  }
  .inptres {
    width: 80%;
  }
  .getin-right-col,
  footer {
    padding: 5%;
  }
  .fooer-rights {
    justify-content: start;
  }
  .category-section-desktopversion {
    display: none;
  }
  .category-section-mobileversion {
    display: block;
    background-image: url("../images/categories-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  .cat-card {
    border: none;
    box-shadow: none;
    width: 330px;
    height: 422px;
  }
  .cat-img img {
    height: 100%;
    object-fit: cover;
  }
  .car-card-width {
    display: flex;
    gap: 20px;
    will-change: transform;
  }

  .bridal-content {
    transform: none;
    box-shadow: none;
  }
  .bridal-content .owl-tre-mob img {
    border-radius: 12px;
  }
  .deatils-container {
    width: auto;
    padding: 0 5%;
  }
  .details-sec {
    padding-top: 0%;
  }
  .pagination-head {
    padding-left: 10px;
  }
  .filter-mob {
    cursor: pointer;
    border: 1px solid #d0d0d0;
    padding: 3px 20px;
    border-radius: 6px;
  }
  .filter-mob span,
  .filter-mob i {
    font-size: 12px;
  }
  .filter-mob i {
    font-size: 16px;
  }
  .earrnings-row {
    position: relative;
  }
  .sidebar {
    position: fixed;
    background-color: #fff;
    width: 400px;
    top: 100px;
    left: 3%;
    z-index: 80;
    padding: 20px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    transform: translateX(-150%);
    transition: transform 0.3s ease;
  }
  .sidebar.active {
    transform: translateX(0);
    transition: transform 0.3s ease;
  }
  .close-btn-sidebar {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .close-btn-sidebar i {
    color: #000;
    font-size: 25px;
    cursor: pointer;
  }
  .close-btn-sidebar i:hover {
    color: var(--gold-color);
  }
  .our-stry,
  .about-us-content {
    width: 90%;
    height: auto;
    background-color: #00000071;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
  }
  .our-stry p,
  .about-us-content p {
    color: #fff;
  }
  .about-banner img,
  .dark-fade {
    height: 400px;
  }
  .our-stry-bg {
    height: calc(100vh - 210px);
  }
  .otheres-head h5 {
    font-size: 14px;
  }
  .bridal-content {
    width: 100%;
  }
  .bridal-content p {
    text-align: justify;
  }
  .family-carousel .owl-nav button {
    position: inherit;
    transform: translateY(0);
  }
  .family-carousel .owl-nav button {
    margin: 10px !important;
  }
  .hero-content-right h2 {
    font-size: 2.4rem;
  }
  .hero-btns a {
    display: inline-block;
    padding: 10px;
  }
  .hero-content-left p {
    padding-right: 0;
    margin-top: 20px;
  }
  .hero-content-img {
    width: 80px !important;
    height: 50px;
  }
  .prr-s {
    margin: auto;
  }
  .slide-content p {
    padding: 0;
    text-align: justify;
  }
  .product-slide-container {
    padding: 0 5%;
  }
  .puma-directory {
    padding: 10px 0;
  }
  .right-side-buy {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .cart-details h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .cart-details {
    padding: 30px;
  }
  .price-det h3 {
    padding-bottom: 10px;
  }
  .d-delivery input,
  .d-delivery textarea,
  .d-delivery select {
    margin-bottom: 20px;
  }
  .address-btn a {
    font-size: 13px;
  }
  .d-delivery-head p {
    font-size: 14px;
  }
  .profile-bxxs {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.5px) {
  .banner img {
    height: 500px;
    object-fit: cover;
  }
  .trending-desktop {
    display: none;
  }
  .trending-mob {
    display: block;
  }
  .t-cat-card p,
  .t-cat-card span {
    font-size: 13px;
  }
  h3 {
    font-size: 20px;
  }
  .trust-container {
    padding: 0 5%;
  }
  .trust-card {
    margin-top: 10px;
  }
  .trust-container p,
  .bridal-contents p {
    font-size: 14px;
  }
  .forher {
    margin: 5%;
    box-shadow: 0 0 15px #cecece;
    height: auto;
    padding: 4%;
    border-radius: 9px;
    margin-bottom: 0;
  }
  .forher a {
    font-size: 14px;
    padding: 5px 15px;
    margin-top: 0;
  }
  .box-shadows {
    box-shadow: 0 0 15px #cecece;
    padding: 4%;
    border-radius: 9px;
  }
  .next button {
    padding: 7px 25px;
    font-size: 13px;
  }
  .t-cat-card {
    margin-bottom: 0;
  }
  .trust-section {
    background-color: #fff;
    padding-top: 0;
  }
  .getinp input,
  .getinp textarea {
    font-size: 12px;
  }

  .footer-des h5 {
    font-size: 17px;
  }
  .footer-des p {
    text-align: justify;
    font-size: 13px;
  }
  .footer-des p:last-child {
    margin-bottom: 0;
  }
  .footerlinks {
    padding-top: 20px;
  }
  .footerlinks h6 {
    margin-bottom: 10px;
  }
  .sub-btn a {
    margin-top: 10px;
  }
  .product-titiles span {
    font-size: 11px;
  }
  .contatct-bx {
    max-width: 100%;
    padding-top: 5%;
  }
  .contact-bxs i {
    font-size: 30px;
  }
  .contact-sec h5 {
    font-size: 14px;
  }
  .contact-para {
    margin-top: 5%;
  }
  .contact-para p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
  }
  .otheres-head p {
    font-size: 14px;
  }
  .bridal-content {
    padding: 30px !important;
  }
  .dolphin-acc {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dolphin-acc-body {
    width: 85%;
  }
  .profile-sec .dolphin-acc-body {
    width: 100%;
  }
  .my-order-bx h5 {
    font-size: 15px;
  }
  .order-total-bxs h5 {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .left {
    display: none;
  }

  .right {
    height: auto;
    width: 100%;
    align-items: center;
  }

  .desktopPhotos {
    display: none;
  }

  .mobileContent {
    display: block;
  }
  .t-cat-card p {
    font-size: 13px;
  }
  .t-cat-card span {
    font-size: 13px;
  }
  .pr-video-content h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .pr-video-content a {
    padding: 7px 25px;
    font-size: 11px;
  }
  .fooer-rights {
    font-size: 9px;
  }
  .footerlinks a,
  .footer-add p {
    font-size: 13px;
  }
  .footer-media,
  .fooer-rights {
    margin-top: 15px;
  }
  .inptres {
    width: 100%;
  }
  .sidebar {
    width: 94%;
  }
}
@media screen and (max-width: 576px) {
  .sort-by-earrings {
    margin-top: 10px;
  }
  .mob-banner-vid {
    height: auto;
  }
  .my-order-bx img {
    width: 95px;
  }
  .order-total-bxs {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 470px) {
  .hero-content-right h2 {
    font-size: 1.8rem;
  }
}
