@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --navbar-background-color: #fafefd;
  --navbar-text-color: #000;
  --navbar-hover-color: #832729;
  --navbar-deep-color: #832729;
  --backgroundcolor: #f7f6f4;
  --border: 4px solid red;
  --textcolor: #000;

  /* --header_background: #e3e6f3;
  --header_text: #1a1a1a;
  --heading_color: #088178;
  --navbar-background-color: #fff;
  --navbar-text-color: #000;
  --navbar-hover-color: #088178;
  --backgroundcolor: #088178;
  --border: 4px solid red;
  --graycolor: #d8d8d8;
  --boxcolor: #2d3740; */
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}

body {
  height: 100%;
  width: 100%;
  background-color: var(--secondarycolor);
  font-family: "Playfair Display", serif;
}

.p {
  padding: 50px 50px;
}

.active2 {
  color: var(--navbar-hover-color);
}

/* ! LOGIN SECTION */

#login-section {
  height: 100vh;
  width: 100vw;
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99999999999999999999999999999999999999999999999999999;
  background-color: rgba(0, 0, 0, 0.5);
}

.login-form-div {
  height: 100%;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

#login-section .login {
  background-color: #fff !important;
  height: 26rem;
  width: 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px;
  row-gap: 10px;
  border-radius: 6px;
}

#login-section .close {
  width: 100%;
  padding-right: 20px;
  text-align: end;
  font-size: 30px;
  color: var(--navbar-hover-color);
}

#login-section .close i {
  cursor: pointer;
}

#login-section .login h1 {
  font-size: 40px;
  color: var(--navbar-hover-color);
  padding-bottom: 11px;
}

#login-section .login-username,
#login-section .login-password {
  padding-bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
}

#login-section .login-username label i,
#login-section .login-password label i {
  font-size: 18px;
  color: var(--navbar-hover-color);
}

.login-username input[type="text"]::placeholder {
  font-size: 12px;
  /* padding-left: 7px; */
  font-weight: 300;
}

.login-password input[type="password"]::placeholder {
  font-size: 12px;
  /* padding-left: 7px; */
  font-weight: 300;
}

#login-section .login-username input,
#login-section .login-password input {
  height: 29px;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--navbar-hover-color);
  padding-left: 3px;
  margin-left: 9px;
  background-color: transparent;
  width: 300px;
}

.label {
  color: var(--navbar-hover-color);
  font-weight: 900;
}

.eye-on {
  position: relative;
}

.eye {
  position: absolute;
  right: 5px;
  top: 5px;
  color: var(--navbar-hover-color);
  cursor: pointer;
  color: var(--navbar-hover-color);
}

#eye-close {
  display: none;
  color: var(--navbar-hover-color);
}

.login-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}

.login-sub {
  padding: 12px 50px;
  color: #fff;
  background-color: var(--navbar-hover-color);
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.6s ease-in-out all;
}

/*.login-sub:hover {*/
/*  background-color: #fff;*/
/*  color: var(--navbar-hover-color);*/
/*}*/

.forget {
  font-size: 12px;
  text-decoration: none;
  color: #000;
  transition: 0.4s ease-in-out all;
}

/*.forget:hover {*/
/*  color: #fff;*/
/*  font-weight: 700;*/
/*  transform: scale(1.1);*/
/*}*/

.sign {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}

.sign-up {
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid var(--navbar-hover-color);
  padding: 0 !important;
  padding: 9px 20px !important;
  color: var(--navbar-hover-color);
  border-radius: 4px;
  transition: 0.4s ease-in-out all;
}

/*.sign-up:hover {*/
/*  color: var(--navbar-hover-color);*/
/*  background-color: #fff;*/
/*  font-weight: 700;*/
/*  transform: scale(1.1);*/
/*}*/

/* ! SIGN UP SECTION */

#sign-up-section {
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 99999999999999999999999999999999999999999999999999999;
  background-color: rgba(0, 0, 0, 0.5);
}

.sign-up-form-div {
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sign-up-section .sing-up-form {
  background-color: #fff;
  height: 31rem;
  width: 35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0px;
  row-gap: 10px;
  border-radius: 6px;
}

#sign-up-section .close {
  width: 100%;
  padding-right: 20px;
  text-align: end;
  font-size: 30px;
  color: var(--navbar-hover-color);
}

#sign-up-section .close i {
  cursor: pointer;
}

#sign-up-section .sing-up-form h1 {
  font-size: 40px;
  color: var(--navbar-hover-color);
  padding-bottom: 11px;
}

#sign-up-section .sign-up-name,
#sign-up-section .sign-up-phone,
.sign-up-email,
.sign-up-password {
  padding-bottom: 10px;
  display: flex;
  width: 100%;
  justify-content: center;
}

#sign-up-section .sign-up-name label i,
#sign-up-section .sign-up-phone label i,
#sign-up-section .sign-up-email label i,
#sign-up-section .sign-up-password label i {
  font-size: 18px;
  color: var(--navbar-hover-color);
}

.sign-up-name input[type="text"]::placeholder {
  font-size: 12px;
  font-weight: 300;
}

.sign-up-phone input[type="text"]::placeholder {
  font-size: 12px;
  font-weight: 300;
}

.sign-up-email input[type="email"]::placeholder {
  font-size: 12px;
  font-weight: 300;
}

.sign-up-password input[type="password"]::placeholder {
  font-size: 12px;
  font-weight: 300;
}

#sign-up-section .sign-up-name input,
#sign-up-section .sign-up-phone input,
#sign-up-section .sign-up-email input,
#sign-up-section .sign-up-password input {
  height: 29px;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--navbar-hover-color);
  padding-left: 3px;
  margin-left: 9px;
  background-color: transparent;
  width: 300px;
}

.label {
  color: #fff;
  font-weight: 900;
}

.sign-up-eye-on {
  position: relative;
}

.eye {
  position: absolute;
  right: 5px;
  top: 5px;
  color: var(--navbar-hover-color);
  cursor: pointer;
  color: var(--navbar-hover-color);
}

#sign-up-eye-close {
  display: none;
}

.sign-up-submit {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}

.sing-up-sub {
  padding: 12px 50px;
  color: #fff;
  background-color: var(--navbar-hover-color);
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.6s ease-in-out all;
}

.sing-up-sub:hover {
  background-color: #fff;
  color: var(--navbar-hover-color);
}

.log {
  text-align: center;
  width: 100%;
  padding-top: 20px;
}

.login-form-go {
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid var(--navbar-hover-color);
  padding: 0 !important;
  padding: 9px 20px !important;
  color: var(--navbar-hover-color);
  border-radius: 4px;
  transition: 0.4s ease-in-out all;
}

/*.login-form-go:hover {*/
/*  color: var(--navbar-hover-color);*/
/*  background-color: #fff;*/
/*  font-weight: 700;*/
/*  transform: scale(1.1);*/
/*}*/

/* ! LOGIN AND SIGN UP SECTION RESPONSIVE */

@media (width < 574px) {
  .login-form-div {
    padding: 0px 10px;
  }
  .sign-up-form-div {
    padding: 0px 10px;
  }
}

@media (width < 390px) {
  #login-section .login-username input,
  #login-section .login-password input {
    width: 250px;
  }

  #sign-up-section .sign-up-name input,
  #sign-up-section .sign-up-phone input,
  #sign-up-section .sign-up-email input,
  #sign-up-section .sign-up-password input {
    width: 250px;
  }
}

/* ! NAVBAR */

nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;

  font-size: 15px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--navbar-background-color);
  /* padding: 0px 35px; */
  padding-right: 80px;
}

#hallmark-div {
  position: absolute;
  right: 0;
  top: 0;
}

.links-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  justify-content: space-between;
}

.links-div {
  height: 100%;
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lout {
  background-color: var(--navbar-deep-color);
  border-radius: 7px;
  padding: 10px 30px;
  color: #fff;
  margin: 0px 10px;
}

nav a {
  height: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: var(--navbar-text-color);
  position: relative;
}

.welcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.welcome span {
  font-size: 12px;
  text-align: center;
}

/* .active {
  color: var(--navbar-hover-color);
  transition: 0.3s;
}
.active::after {
  content: "";
  position: absolute;
  background-color: var(--navbar-hover-color);
  height: 3px;
  width: 90%;
  left: 10px;
  bottom: 14px;
  transition: 0.3s;
} */

.logo-text {
  padding: 3px 0px;
  padding-right: 20px;
  height: 70px;
  width: 200px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.logo-text img {
  height: 70px;
  width: 200px;
  object-fit: cover;
}

nav a:hover {
  transition: 0.5s ease-in;
  color: var(--navbar-hover-color);
}

nav svg {
  fill: var(--backgroundcolor);
}

#sidebar-active {
  display: none;
}

.open-sidebar-active,
.close-sidebar-active {
  padding: 0px 20px;
  display: none;
}

.search-bar-div {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#search-bar {
  height: 30px;
  width: 300px;
  border-radius: 7px;
  padding-left: 7px;
  border: none;
  outline: none;
  border: 1px solid var(--navbar-deep-color);
  caret-color: var(--navbar-deep-color);
  color: var(--navbar-deep-color);
  font-weight: 600;
}

.search-icon {
  position: absolute;
  top: 6px;
  right: 10px;
  color: var(--navbar-deep-color);
}

.bar {
  font-size: 20px;
}

.heart,
.shopping,
.user {
  color: var(--navbar-hover-color);
}

#cart,
#wishlist,
#lout,
#welcome-name {
  display: none;
}

#cart {
  position: relative;
}

#cart-count {
  position: absolute;
  top: 20px;
  left: 70px;
  width: 16px;
  height: 16px;
  background-color: rgb(204, 173, 0);
  padding-bottom: 3px;
  padding-right: 1px;
  color: #fff;
  border-radius: 50%;
  display: none;
  justify-content: center;
  text-align: center;
  place-content: center;
  place-items: center;
  align-items: center;
  font-size: 11px;
}

#cart1,
#wishlist1,
#lout1,
#welcome-name1 {
  display: block;
}

#cart1 {
  position: relative;
}

#cart-count1 {
  position: absolute;
  top: -12px;
  left: 30px;
  width: 16px;
  height: 16px;
  padding-bottom: 2px;
  background-color: rgb(204, 173, 0);
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  text-align: center;
  place-content: center;
  place-items: center;
  align-items: center;
  font-size: 11px;
}

#lout:hover,
#lout1:hover {
  background-color: #ffffff;
  color: var(--navbar-deep-color);
  border: 1px solid var(--navbar-deep-color);
}

.index-icons {
  display: block;
}

#index-name {
  position: relative;
  display: none;
  transition: 0.3s ease all;
}

.index-icons {
  position: relative;
  transition: 0.3s ease all;
}

.tooltips {
  display: none;
  position: absolute;
  top: 4px;
  left: 8px;
  color: #ffffff;
  background-color: var(--navbar-deep-color);
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 9px;
  transition: 0.3s ease all;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.index-icons:hover ~ .tooltips {
  display: block;
}

#cart-tooltip,
#wishlist-tooltip,
#login-tooltip {
  top: -27px;
  left: 7px;
  z-index: 22;
  letter-spacing: 0.5px;
  font-weight: 400;
}

#about-tooltip-icon {
  font-size: 20px !important;
}

#cart1:hover ~ .tooltips {
  display: block;
}

#wishlist1:hover ~ .tooltips {
  display: block;
}

#login-tooltip-icon:hover ~ .tooltips {
  display: block;
}

#hallmark-texts {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #00000093;
  z-index: 9999;
  overflow: hidden;
}

.hallmark-texts-container {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  padding: 20px;
}

#hallmark-texts-div-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: var(--navbar-deep-color);
  cursor: pointer;
  z-index: 1;
}

#hm-text {
  max-height: 70vh;
  overflow-y: auto;
  margin-top: 20px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* !NAVBAR RESPONSIVE */

@media screen and (max-width: 1104px) {
  nav {
    /* position: relative; */
    padding-right: 10px;
  }

  #hallmark-div {
    position: absolute;
    left: 15px;
    top: 0;
  }

  .index-icons {
    display: none;
  }

  .links-div {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }

  .header-search {
    margin-top: 70px;
    width: 97%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .search-icon {
    margin-top: 73px;
  }

  #cart,
  #cart-count {
    display: flex;
  }

  #index-name {
    display: block;
  }

  #wishlist,
  #lout,
  #welcome-name {
    display: block;
  }
  #lout {
    margin-top: auto;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: center;
    width: 90%;
  }

  .open-sidebar-active {
    position: absolute;
    left: 0;
    color: var(--navbar-hover-color);
  }
  .close {
    position: absolute;
    right: 13px;
    top: 16px;
    color: var(--navbar-hover-color);
  }

  .user {
    position: absolute;
    right: 10px;
    color: var(--navbar-hover-color);
  }
  nav .logo-text {
    position: absolute;
    left: 50px;
  }
  .logo-text img {
    height: 70px;
    width: 200px;
  }
  .active::after {
    width: 27%;
    left: 30px;
  }
  .links-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 999999999999999999999999999999999999999999999999;
    position: fixed;
    top: 0;
    left: -140%;
    width: 250px;
    background-color: #ffffff;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.75s ease-out;
  }

  .nav-div {
    display: flex;
  }
  .shopping {
    position: absolute;
    color: var(--navbar-hover-color);
    left: -10px;
  }
  .heart {
    position: absolute;
    left: 0px;
    color: var(--navbar-hover-color);
  }
  .nav-icon {
    display: flex !important;
    padding: 0px 10px;
  }

  .nav-div {
    position: absolute;
    right: 10px;
  }

  .welcome {
    margin-right: 10px;
  }

  .nav-icon {
    font-size: 18px;
    padding: 0px 10px;
  }

  nav a {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 20px 30px;
    font-size: 12px;
    justify-content: flex-start;
  }

  .open-sidebar-active,
  .close-sidebar-active {
    padding: 20px;
    display: block;
  }

  .close-sidebar-active {
    position: absolute;
    right: 10px;
    top: 0px;
    color: var(--navbar-hover-color);
  }

  #sidebar-active:checked ~ .links-container {
    left: 0;
  }

  #sidebar-active:checked ~ #sidebar-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #00000079;
  }
  #cart1,
  #wishlist1,
  #lout1,
  #welcome-name1,
  #cart-count1 {
    display: none;
  }
  #welcome-name {
    width: 100%;
    color: var(--navbar-deep-color);
    padding-left: 30px;
    font-size: 20px;
    font-weight: 900;
  }
}

/* !  CATEGORY BUTTONS */

#category-buttons {
  position: fixed;
  top: 80px;
  z-index: 999;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-family: "Playfair Display", serif;
  /* background-color: #82262b; */
}
@media screen and (max-width: 1104px) {
  #category-buttons {
    z-index: 99;
  }
}

.category-container {
  overflow: hidden;
  display: flex;
  width: 100% !important;
  position: relative;
  user-select: none; /* Prevent text selection while dragging */
}

.category-wrapper {
  width: 100% !important;
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease-in-out;
  cursor: grab;
  padding: 10px 0px;
}

.category-wrapper.grabbing {
  cursor: grabbing;
  transition: none; /* Disable transition while dragging */
}

.category_links {
  text-decoration: none;
  /* background: var(--navbar-deep-color); */
  /* background: radial-gradient(circle, black 10%, #333 40%, gray 90%); */
  background-color: var(--navbar-hover-color);
  color: #fff;
  padding: 10px 20px;
  border-radius: 27px;
  border: none;
  cursor: pointer;
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

#prev-btn,
#next-btn {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--navbar-deep-color);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 12px;
  flex-shrink: 0;
}

.category_links:hover,
#prev-btn:hover,
#next-btn:hover {
  /*background: #671e20;*/
}

.index-icons {
  color: var(--navbar-deep-color);
}

.hallamark-logo {
  margin-top: 10px;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  object-fit: cover;
}

/* ! HOME */

.main {
  margin-top: 140px;
  height: 83vh;
  width: 100%;
}
.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  overflow: hidden;
}
.slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide .image-data {
  position: absolute;
  top: 30%;
  left: 15%;
  text-align: left;
  width: 100%;
  z-index: 100;
}
.image-data span.text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.image-data h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}

.image-data p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
}

a.button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid white;
  background: transparent;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
}
a.button:hover {
  color: #fff;
  background-color: #d3c48b;
}
/* swiper button css */
.nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.nav-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.swiper-button-next {
  right: 50px;
}
.swiper-button-prev {
  left: 50px;
}
.nav-btn::before,
.nav-btn::after {
  font-size: 25px;
  color: #fff;
}
.swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: #f2f2f2 !important;
  visibility: hidden;
}
.swiper-pagination-bullet-active {
  /* border: 2px solid #fff; */
  border: none !important;
  background-color: #eae1c2 !important;
}
@media screen and (max-width: 768px) {
  .nav-btn {
    visibility: hidden;
  }
  .swiper-pagination-bullet {
    visibility: visible;
  }
}

/* ! BELOW HOME SWIPER  */

#second-swiper {
  height: 17.5rem;
  display: flex;
  align-items: center;
  position: relative;
}
#second-swiper .swiper {
  width: 100%;
  height: 100%;
}
#second-swiper .swiper-wrapper {
  display: flex; /* Ensures proper alignment */
}

#second-swiper .swiper-slide {
  text-decoration: none;
  color: var(--navbar-deep-color);
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  place-items: center;
  width: 180px !important;
  flex-shrink: 0; /* Prevents slides from shrinking */
}

#second-swiper .swiper-slide .image {
  height: 170px;
  width: 170px;
  border-radius: 170px;
  position: relative;
}

#second-swiper .swiper-slide .image img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.swiper2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  background-color: #00000000;
  align-items: center;
}

#second-swiper .swiper-slide p {
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding-top: 9px;
  text-align: center !important;
  place-content: center;
}

.image {
  cursor: pointer;
}

#next11,
#prev11 {
  color: var(--navbar-deep-color);
  font-weight: 900;
}

#next11 {
  position: absolute;
  right: 0px;
}

#prev11 {
  position: absolute;
  left: 0px;
}

@media screen and (max-width: 600px) {
  #second-swiper .swiper-slide {
    width: 130px !important;
    flex-shrink: 0; /* Prevents slides from shrinking */
  }
  #second-swiper .swiper-slide .image {
    height: 130px;
    width: 130px;
    border-radius: 130px;
    position: relative;
  }
}

@media screen and (max-width: 500px) {
  #Swiper-2 {
    padding: 0px 20px;
  }
}

/* ! SHOP BY CATEGORY */

.heading-img {
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--backgroundcolor);
}

.heading-img img {
  height: 100%;
  width: 70%;
  object-fit: cover;
}

#shop-by-category {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  text-align: center;
}

#shop-by-category h1 {
  font-size: 35px;
  font-weight: 400;
  color: var(--navbar-hover-color);
}

/* ! FOUR DIV SECTION */

#four-div {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  padding: 50px 50px;
  padding-bottom: 90px;
}

.four-main-div {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 40px !important;
}

.div {
  display: flex;
  width: 300px;
  min-width: 270px;
  flex-direction: column;
  text-align: center;
  row-gap: 19px;
  padding-right: 9px;
  border: 1px solid var(--navbar-hover-color);
  border-radius: 10px;
  padding: 20px;
}

.div i {
  color: rgb(75, 74, 74);
  font-size: 20px;
}

.div h3 {
  color: var(--navbar-hover-color);
}

.div p {
  font-size: 12px;
}

.div-4 {
  border: none;
}

#images {
  height: 100%;
  width: 100%;
  padding-top: 0;
  background-color: var(--backgroundcolor);
}

.images {
  display: grid;
  justify-content: center;
  grid-template-columns: 45% 45%;
  gap: 20px;
}

.img {
  height: 20rem;
  width: 100%;
  position: relative;
}

.img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.overlay-1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  overflow-x: hidden !important;
  justify-content: center;
  background-color: #00000031;
  padding-left: 20px;
  border-radius: 10px;
}

.overlay-1 h1 {
  color: #fff;
  font-size: 40px;
}

.overlay-1 a {
  width: 150px;
  text-align: center;
}

/* ! BEST SELLING */

#best-selling {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

#best-selling h1 {
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 10px;
  color: var(--navbar-hover-color);
}

#best-selling p {
  font-size: 13px;
  font-weight: 600;
}

/* ! INDEX PRODUCT */

#index-products {
  height: 100%;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}

.index-products {
  height: 100%;
  display: grid;
  grid-template-columns: 300px 300px 300px 300px;
  place-items: center;
  row-gap: 20px;
  column-gap: 30px;
}

.index-product {
  height: 100%;
  width: 260px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}

.index-pro {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  transition: 0.5s ease-in-out all;
}

.index-product-image {
  height: 260px;
  width: 260px;
  position: relative;
}

.tag {
  background-color: #eb0f0f;
  color: rgb(255, 255, 255);
  position: absolute;
  z-index: 20;
  top: 10px;
  right: 20px;
  padding: 7px;
  border-radius: 5px;
  font-weight: 600;
}

.index-product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.index-product h4 {
  font-weight: 700;
  color: #bcad72;
  padding-left: 9px;
}

.index-product p {
  font-weight: 900;
  padding-left: 9px;
}

.index-sale {
  font-weight: 700;
  color: rgb(179, 177, 177);
  padding-left: 9px;
}

.index-rupee,
.shop-rupee {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #fa9b92;
  padding-left: 9px;
}

.index-rupee2 {
  font-family: "Roboto", sans-serif;
}

.pad-top {
  padding-top: 10px;
}

.index-pro:hover {
  transform: scale(1.05);
}

@media (width < 1330px) {
  .index-products {
    grid-template-columns: 300px 300px 300px;
    row-gap: 50px;
  }
}

@media (width < 975px) {
  .index-products {
    grid-template-columns: 300px 300px;
    row-gap: 50px;
  }
}

@media (width < 650px) {
  #index-products {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-products {
    grid-template-columns: 240px 240px;
    column-gap: 20px;
    row-gap: 50px;
  }
  .index-product {
    width: 220px;
  }
  .index-product-image {
    height: 220px;
    width: 220px;
  }

  .index-product p {
    font-size: 12px;
  }

  .index-sale {
    font-size: 11px;
  }

  .index-rupee {
    font-size: 11px;
  }
}

@media (width < 501px) {
  .index-products {
    grid-template-columns: 200px 200px;
    column-gap: 10px;
  }
  .index-product {
    width: 180px;
  }
  .index-product-image {
    height: 180px;
    width: 180px;
  }

  .index-product p {
    font-size: 11px;
  }
}

@media (width < 419px) {
  .index-products {
    grid-template-columns: 150px 150px;
    column-gap: 20px;
  }
  .index-product {
    width: 150px;
  }
  .index-product-image {
    height: 150px;
    width: 150px;
  }

  .index-product h4 {
    font-size: 12px;
  }

  .index-product p {
    font-size: 10px;
  }
}

/* ! SHOP BY COLLECTION */

#shop-by-collection {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  text-align: center;
  padding-top: 0px;
  padding-bottom: 50px;
}

#shop-by-collection h1 {
  font-size: 35px;
  font-weight: 400;
  color: var(--navbar-hover-color);
  padding-bottom: 10px;
}

/* ! LONG IMAGE */

#long-image {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
}

.long-image-div {
  height: 27rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
}

.long-image-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.long-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  overflow-x: hidden !important;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  background-color: #00000031;
  padding-left: 10px;
}

.long-overlay p {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 7px;
}

.long-overlay h3 {
  font-size: 15px;
  padding-top: 9px;
  width: 450px;
}

.long-overlay h1 {
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 7px;
}

.btn {
  display: flex;
  justify-content: center;
}

.long-image-div a {
  font-size: 14px;
  width: 130px;
  font-weight: 500;
  text-align: center;
}

/* ! WEDDING TEXT */

#wedding {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  text-align: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

#wedding h1 {
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 10px;
  color: var(--navbar-hover-color);
}

#wedding p {
  font-size: 13px;
  font-weight: 600;
}

/* ! IMAGE SWIPER */

#image-swiper {
  box-sizing: border-box;
  font-size: 1.6rem;
  background-color: var(--backgroundcolor);
  display: grid;
  place-items: center;
  height: 34rem;
  width: 100%;
}

.carousel {
  margin-top: -90px;
  position: relative;
}
.carousel__item {
  position: relative;
  height: 24rem;
  width: 15rem;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, -50%) scale(0.1);
  z-index: 0;
  transition: all 0.2s linear;
}
.carousel__item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.carousel__item--main {
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  cursor: pointer;
}

.carousel__item--left {
  transform: translate(-130%, -50%) scale(0.9);
  z-index: 1;
}
.carousel__item--right {
  transform: translate(30%, -50%) scale(0.9);
  z-index: 1;
}
.carousel__item--left img,
.carousel__item--right img {
  filter: grayscale(80%);
}

.carousel__item--right:hover {
  transform: translate(10%, -50%) scale(1.2);
  z-index: 3;
  cursor: pointer;
}
.carousel__item--left:hover {
  transform: translate(-110%, -50%) scale(1.2);
  z-index: 3;
  cursor: pointer;
}
.carousel__item--main:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.carousel__item:hover > .carousel__text {
  opacity: 1;
}
.carousel__item:hover img {
  filter: grayscale(0%);
}

.carousel__text {
  position: absolute;
  bottom: 0;
  z-index: 4;
  transition: opacity 0.2s;
  height: auto;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #0000008c;
}

.carousel__btns {
  position: absolute;
  transform: translate(-50%, 15rem);
  display: flex;
  gap: 2rem;
}

.carousel__btn {
  background-color: transparent;
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  border: 1px solid currentColor;
  color: #fff;
  background-color: rgb(5, 5, 5);
  cursor: pointer;
  border: none;
  transition: 0.5s ease-in-out all;
}
.carousel__btn svg {
  height: 1.8rem;
  width: 1.8rem;
}
.carousel__btn:hover {
  color: rgb(5, 5, 5);
  background-color: var(--navbar-hover-color);
  border: none;
}

.carousel__item .span-text {
  display: flex;
  justify-content: center;
  padding: 5px 0px;
  padding-bottom: 10px;
}

.carousel__item h4 {
  font-size: 12px;
  padding: 5px 0px;
  font-weight: 700;
  color: var(--navbar-hover-color);
}

.carousel__item p {
  font-size: 14px;
  font-weight: 900;
}

.carousel__item .sale {
  font-size: 12px;
  font-weight: 700;
  color: rgb(179, 177, 177);
}

.carousel__item .rupee {
  font-weight: 700;
  font-size: 12px;
  color: #fa9b92;
}

@media (width < 630px) {
  .carousel__item {
    height: 17rem;
    width: 14rem;
  }

  .carousel__btns {
    transform: translate(-50%, 11rem);
  }
  .carousel__item--left {
    transform: translate(-100%, -50%) scale(0.9);
  }
  .carousel__item--right {
    transform: translate(0%, -50%) scale(0.9);
  }
  .carousel__btn {
    height: 3rem;
    width: 3rem;
  }

  .carousel_link h4 {
    font-size: 10px;
  }

  .carousel_link p {
    font-size: 8px;
  }

  .carousel_link .sale {
    font-size: 10px;
  }

  .carousel_link .rupee {
    font-size: 10px;
  }
}

@media (width < 437px) {
  #image-swiper {
    height: 25rem;
  }
  .carousel__item {
    height: 15rem;
    width: 12rem;
  }

  .carousel__item--left {
    transform: translate(-100%, -50%) scale(0.9);
  }
  .carousel__item--right {
    transform: translate(0%, -50%) scale(0.9);
  }
}

@media (width < 369px) {
  .carousel__item {
    height: 15rem;
    width: 11rem;
  }

  .carousel__btns {
    transform: translate(-50%, 11rem);
  }
  .carousel__item--left {
    transform: translate(-100%, -50%) scale(0.9);
  }
  .carousel__item--right {
    transform: translate(0%, -50%) scale(0.9);
  }
}

@media (width < 339px) {
  .carousel__item {
    height: 15rem;
    width: 11rem;
  }

  .carousel__btns {
    transform: translate(-50%, 11rem);
  }
  .carousel__item--left {
    transform: translate(-80%, -50%) scale(0.9);
  }
  .carousel__item--right {
    transform: translate(-20%, -50%) scale(0.9);
  }
}

/* ! IMAGE TEXT */

#image-text {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
}

.image-text {
  display: grid;
  grid-template-columns: 55% 45%;
  justify-content: center;
  align-items: center;
  place-content: center;
  place-items: center;
}

.image-image {
  height: 400px;
  width: 500px;
}

.image-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.favourite-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 40px;
}

.favourite-text .donic {
  font-size: 12px;
  font-weight: 700;
  color: var(--navbar-hover-color);
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.favourite-text h1 {
  font-size: 50px;
}

.f,
.d {
  margin-top: -20px;
}
.f {
  padding-left: 15px;
}

.we {
  font-size: 12px;
  padding-top: 15px;
  width: 200px;
}

.favourite-text .btn {
  display: flex;
  justify-content: flex-start;
}

.favourite-text .button {
  font-size: 12px;
  background-color: #262f35;
}

/* ! NEWS TEXT */

#news {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  text-align: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#news h1 {
  font-size: 35px;
  font-weight: 400;
  color: var(--navbar-hover-color);
  padding-bottom: 10px;
}

#news p {
  font-size: 13px;
  font-weight: 600;
}

/* ! NEWS PRODUCT */

#news-text {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
}

.news-text {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  place-content: center;
  place-items: center;
}

.news-product {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  text-align: center;
  padding-bottom: 10px;
  transition: 0.5s ease-in-out all;
}

.news-product:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.news-image {
  height: 200px;
  width: 100%;
}

.news-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gray {
  font-size: 13px;
  font-weight: 600;
  color: #aaa;
}

.news-text h1 {
  font-weight: 400;
}

.view {
  color: #000;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 1px;
}

/* ! GET INT THE KNOW */

#get-know {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  padding: 30px 0px;
  padding-top: 0;
}

#get-know h1 {
  color: var(--navbar-hover-color);
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}

/* ! FORM */

#form {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  text-align: center;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  place-items: center;
}

.sign-up-1 {
  font-size: 14px;
  width: 580px;
  padding-bottom: 40px;
}

.form-input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.email {
  outline: none;
  border: none;
  height: 2.5rem;
  width: 400px;
  padding-left: 7px;
  transition: 0.3s ease-in-out all;
}

.email:focus {
  border: 1px solid var(--navbar-hover-color);
}

.form-input .button {
  outline: none;
  border: none;
  padding: 12px 10px;
  background-color: #262f35;
  color: #fff;
  cursor: pointer;
  transition: 0.5s ease-in-out all;
}

.form-input .button:hover {
  background-color: var(--navbar-hover-color);
}

/* !  INDEX APPOINTMENT AND SCHEDULE FORM */

#appointment-form {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 99999999999999999999999999;
  background-color: #000000ba;
  height: 100dvh;
  width: 100dvw;
}

#video-form {
  height: 100dvh;
  width: 100dvw;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000ba;
  z-index: 99999999999999999999999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  place-items: center;
  place-content: center;
}

.ap-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 400px;
  flex-direction: column;
  background-color: #fff;
  gap: 20px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.form-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--navbar-deep-color);
  font-size: 20px;
  cursor: pointer;
}

.ap-form h1 {
  padding-top: 30px;
  color: var(--navbar-deep-color);
  text-align: center;
}

.ap-same,
.ap-same1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  place-items: center;
  place-content: center;
  width: 100%;
  padding: 0px 20px;
  position: relative;
}

.ap-same1 {
  flex-direction: row;
}

.ap-same input {
  width: 100%;
  padding: 10px 7px;
  border: none;
  position: relative;
  outline: none;
  border-bottom: 1px solid var(--navbar-deep-color);
  font-family: "Playfair Display", serif;
}

.ap-icon {
  position: absolute;
  top: 15px;
  left: 5px;
  color: var(--navbar-deep-color);
  font-size: 14px;
}

.ap-submit {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  border-radius: 4px;
  height: 40px;
  padding: 0px 10px;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: var(--navbar-hover-color);
}

#appointment-form,
#video-form {
  display: none; /* Initially hidden */
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.error-msg {
  display: none;
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

@media (width < 420px) {
  .ap-form {
    width: 95%;
  }
}

@media (width < 404px) {
  .ap-radio-div {
    padding: 0;
    font-size: 15px;
  }
}

@media (width < 385px) {
  .ap-form h1 {
    font-size: 20px;
  }
}

/* ! INDEX CONNECT WITH US SECTION */
#index-connect {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 50px;
}

#index-connect h1 {
  font-size: 35px;
  font-weight: 400;
  padding-bottom: 10px;
  color: var(--navbar-hover-color);
}

#index-connect p {
  font-size: 13px;
  font-weight: 600;
}

#connect-with-us {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  padding: 30px 0px;
  padding-top: 0;
  display: flex;
}

.connect-with-us-div {
  display: grid;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  padding: 0px 10px;
  background-color: transparent;
}

.index-icon-text {
  display: flex;
  background-color: #d4cba933;
  width: 400px;
  height: 180px;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 10px;
  backdrop-filter: blur(4px);
  border-radius: 7px;
}

.index-left {
  width: 50%;
}

.index-right {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: var(--navbar-deep-color);
  width: 50%;
}

.index-right i {
  font-size: 100px;
}

.index-left {
  display: flex;
  flex-direction: column;
}

.index-icon-text h2 {
  font-size: 16px;
  font-weight: 500;
  color: var(--navbar-hover-color);
}

.index-icon-text h1 {
  font-size: 28px;
  font-weight: 600;
  color: var(--navbar-deep-color);
  padding-bottom: 17px;
}

.index-icon-text a,
.appointment-button {
  border: none;
  outline: none;
  cursor: pointer;
  font-family: "Playfair Display", serif;
  text-decoration: none;
  border-radius: 4px;
  height: 40px;
  padding: 0px 10px;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: var(--navbar-hover-color);
}

@media (width < 1257px) {
  .connect-with-us-div {
    grid-template-columns: 420px 420px;
    row-gap: 20px;
  }
}

/* @media (width < 843px) {
  .index-icon-text {
    width: 350px;
    height: 180px;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .index-icon-text h2 {
    font-size: 16px;
    font-weight: 500;
  }

  .index-icon-text h1 {
    font-size: 28px;
    font-weight: 600;
    color: var(--navbar-deep-color);
    padding-bottom: 22px;
  }

  .index-icon-text a {
    text-decoration: none;
    border-radius: 4px;
    height: 40px;
    padding: 0px 10px;
    width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: var(--navbar-hover-color);
  }
} */

@media (width < 840px) {
  .connect-with-us-div {
    grid-template-columns: 1fr;
  }
  .index-icon-text {
    width: 500px;
    height: 180px;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .index-right i {
    font-size: 60px;
  }
}

@media (width < 533px) {
  .index-icon-text {
    width: 99%;
  }
}

/* ! FOOTER */

#footer {
  height: auto;
  width: 100%;
  background-color: #eeeeee;
  padding: 0px 50px;
}

.footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 40px;
  gap: 20px;
}

.fdiv {
  display: flex;
  row-gap: 4px;
  flex-direction: column;
  padding-bottom: 20px;
  /* border: var(--border); */
  width: 22%;
  min-width: 200px;
}

.social-icons-div {
  display: flex;
  gap: 20px;
}

.social-icons {
  font-size: 17px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid var(--navbar-deep-color);
  transition: 0.3s ease all;
  color: var(--navbar-deep-color);
  &:hover {
    background-color: var(--navbar-deep-color);
    color: #ffffff;
  }
}

.bold-2 {
  height: 70px;
  width: 150px;
}

.bold-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-left: -20px;
}

.bold {
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 10px;
}

.f-div-1 h1 {
  font-weight: 900;
  padding-bottom: 10px;
}

.footer a {
  text-decoration: none;
  color: #000;
  transition: 0.7s ease-in-out all;
}

.fdiv p {
  padding-bottom: 3px;
}

.footer a:hover {
  padding-left: 9px;
  font-weight: 900;
  color: var(--navbar-hover-color);
}

.social-icons-link:hover {
  padding-left: 0 !important;
}

.bold-1 {
  font-weight: 700;
}

.input {
  display: flex;
}

.input input {
  outline: none;
  border: none;
  border: 1px solid var(--navbar-hover-color);
  height: 2rem;
  padding-left: 7px;
}

.input button {
  outline: none;
  border: none;
  padding: 6.4px 10px;
  background-color: var(--navbar-hover-color);
  color: #fff;
  cursor: pointer;
}

#develop {
  width: 100%;
  padding: 10px 0px;
  background-color: #eeeeee;
  text-align: center;
  padding-bottom: 30px;
}

#develop a {
  text-decoration: none;
  color: #000;
  font-weight: 900;
}

.bold-2 {
  font-size: 23px;
  font-weight: 900;
  padding-bottom: 6px;
  transition: 1s ease-in-out all;
  &:hover {
    transform: scale(1.1);
  }
}

@media (width < 1035px) {
  .footer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width < 580px) {
  .footer {
    grid-template-columns: 100%;
  }
}

/* ! FAQ WITH FAQ MEDIA QUERY */

main {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  padding-top: 80px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.live-search-box {
  width: 100%;
  display: block;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--navbar-deep-color);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.f-sbox {
  position: relative;
  padding-bottom: 30px;
}

#f-sclose {
  position: absolute;
  right: 10px;
  top: 15px;
  color: var(--navbar-deep-color);
  font-size: 17px;
  cursor: pointer;
}

.f-heading {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  font-weight: 300;
}

.topic {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 1px #ebebeb;
}

.open {
  cursor: pointer;
  display: block;
  padding: 0px;
}

.open:hover {
  opacity: 0.7;
}

.expanded {
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
}

.question {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #526ee4;
}

.answer {
  font-size: 16px;
  line-height: 26px;
  display: none;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.faq-t {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
  float: right;
  position: relative;
  top: -55px;
  right: 10px;
  width: 10px;
  height: 10px;
  background: transparent;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transition: all 0.3s ease-in-out;
}

.faq-o {
  top: -50px;
  -moz-transform: rotate(-224deg);
  -ms-transform: rotate(-224deg);
  -webkit-transform: rotate(-224deg);
  transform: rotate(-224deg);
}

.highlight {
  background-color: var(--navbar-deep-color);
  color: #ffffff;
  padding: 0 2px;
  border-radius: 2px;
}

@media only screen and (max-width: 480px) {
  .faq-t {
    display: none;
  }
  .question {
    padding-right: 0px;
  }
  main {
    padding: 10px;
    padding-top: 80px;
  }
  .answer {
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.f-heading {
  text-align: center;
}

.f-heading {
  color: var(--navbar-deep-color);
  font-weight: 500;
  padding-bottom: 20px;
  font-size: 39px;
}
.question {
  font-size: 22px;
  color: var(--navbar-deep-color);
}

@media (width < 850px) {
  .f-heading {
    font-size: 28px;
  }
  .question {
    font-size: 18px;
  }
  .answer {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (width < 632px) {
  .body-padding {
    padding: 20px 10px;
  }
  .f-heading {
    padding: 10px;
    font-size: 23px;
  }
  .question {
    font-size: 15px;
  }
  .answer {
    font-size: 12px;
  }
}

@media (width < 476px) {
  .f-heading {
    font-size: 20px;
  }
}

/* ! media queries */

@media (width < 1402px) {
  /* .products {
    grid-template-columns: 1fr 1fr 1fr;
  } */
}

@media (width < 1200px) {
  .images {
    grid-template-columns: 100%;
    row-gap: 50px;
  }
}

@media (width < 1100px) {
  /* .products {
    grid-template-columns: 1fr 1fr;
  } */
  /* .product {
    height: 100%;
    width: 80%;
    padding-bottom: 10px;
    transition: 0.4s ease-in-out all;
  } */

  .news-text {
    grid-template-columns: 1fr 1fr;
  }

  .image-image {
    height: 400px;
    width: 400px;
  }
}

@media (width < 890px) {
  .image-image {
    height: 400px;
    width: 300px;
  }
}

@media (width < 740px) {
  .image-text {
    grid-template-columns: 100%;
  }
  .image-image {
    width: 100%;
  }
  .favourite-text {
    padding-top: 10px;
    padding-left: 0;
  }
}

@media (width < 719px) {
  /* .products {
    grid-template-columns: 1fr;
  } */
  .news-product {
    height: 100%;
    width: 80%;
    min-width: 270px;
    padding-bottom: 10px;
    transition: 0.4s ease-in-out all;
  }

  .news-text {
    grid-template-columns: 1fr;
  }
}

@media (width < 395px) {
  #products {
    padding: 0;
    padding-bottom: 30px;
  }
}

@media (width<980px) {
  .four-main-div {
    row-gap: 10px;
  }
  .div-4 {
    border-right: 1px solid rgb(182, 181, 181);
  }
}

@media (width<750px) {
  #images {
    padding-bottom: 90px;
  }
}

@media (width<856px) {
  .images-1,
  .images-2 {
    grid-template-columns: 100%;
    row-gap: 10px;
  }
}

@media (width<500px) {
  .main {
    height: 50vh;
    width: 90%;
    padding-top: 20px;
  }
  .main img {
    border-radius: 10px;
  }

  .image-data h2 {
    font-size: 25px;
  }

  .image-data p {
    width: 95%;
    font-size: 13px;
  }

  .slide .image-data {
    top: 20%;
    left: 4%;
  }

  #long-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .long-image-div img {
    border-radius: 10px;
  }

  .long-overlay {
    border-radius: 10px;
  }

  #images {
    padding-left: 0;
    padding-right: 0;
  }
  .images {
    place-items: center;
  }
  .images .img {
    width: 90%;
  }

  #develop span {
    font-size: 14px;
  }

  .footer {
    justify-content: flex-start;
  }

  #develop a {
    text-decoration: none;
    color: #000;
    font-weight: 900;
  }
}

@media (width<650px) {
  .left {
    left: 20px;
  }
  .right {
    right: 20px;
  }
  .sign-up-1 {
    width: 98%;
  }
  .form-input {
    display: flex;
    width: 100% !important;
    row-gap: 10px;
    flex-direction: column;
  }
  .email {
    width: 370px;
    border-radius: 5px;
  }
  .form-input .button {
    width: 100%;
    border-radius: 5px;
  }
  #form p {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (width<540px) {
  .four-main-div {
    row-gap: 40px;
  }
  .div {
    width: 100%;
  }
}

@media (width<400px) {
  #four-div {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .email {
    width: 270px;
  }
}

@media (width<471px) {
  .images-22 {
    row-gap: 10px;
    grid-template-columns: 100%;
  }
}

@media (width<302px) {
  .nav-div {
    position: absolute;
    right: 90px;
  }

  .nav-icon {
    font-size: 18px;
    padding: 0px 6px;
  }
}

@media (width < 482px) {
  #images .overlay-1 h1 {
    font-size: 30px;
  }

  #long-image .long-overlay h1 {
    font-size: 25px;
  }

  #images .overlay-1 .button,
  #long-image .long-overlay .button {
    font-size: 12px;
    width: 120px;
  }

  #long-image .long-overlay h3 {
    font-size: 12px;
    width: 98%;
  }

  #best-selling h1,
  #wedding h1,
  #news h1,
  #get-know h1,
  #index-connect h1 {
    font-size: 25px;
  }
  #best-selling p,
  #wedding p,
  #news p,
  #get-know p,
  #index-connect p {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (width < 345px) {
  .our-favourite-designs h1 {
    font-size: 34px;
    margin: 0;
  }
  .f,
  .d {
    margin-top: -12px !important;
  }
  #image-text .favourite-text .btn .button {
    font-size: 8px;
  }

  .image-data h2,
  #images .overlay-1 h1 {
    font-size: 25px;
  }

  .slide .image-data {
    top: 20%;
    left: 4%;
  }

  .sign-up-1 p,
  #index-connect p {
    font-size: 11px;
  }
}

@media (width < 720px) {
  .div {
    width: 70%;
  }
}

@media (width < 307px) {
  #four-div {
    padding-left: 0;
    padding-right: 0;
  }
  .div {
    width: 70%;
  }
}

@media (width < 750px) {
  /* #images {
    padding-bottom: 40px;
  } */
  #best-selling {
    padding-bottom: 40px;
  }
  /* #products {
    padding-top: 10px;
  } */
  #wedding,
  #image-text,
  #news-text {
    padding-bottom: 20px;
  }
  #news {
    padding-top: 20px;
  }
  #get-know {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #form {
    padding-bottom: 10px;
  }
}

/* ! PRODUCT SECTION */

/* ! Single Product */

#prodetails {
  margin-top: 160px !important;
}

#prodetails,
#description-review {
  justify-content: center;
}

#description-review {
  padding-top: 30px;
}

#prodetails {
  display: flex;
  margin-top: 20px;
  margin-top: 80px;
}

#prodetails .single-pro-image {
  height: auto;
  width: 350px;
  margin-right: 50px;
}

#prodetails .single-pro-image img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  aspect-ratio: 1/1;
}

.main-img-div {
  height: 23rem;
  width: 23rem;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd; /* Optional border */
}

.main-img-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.2s ease; /* Smooth zoom effect */
}

.main-img-div:hover img {
  transform: scale(2); /* Zoom effect */
  cursor: zoom-in;
}

.small-img-group {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  gap: 5px;
}

.small-img-col {
  flex-basis: 24%;
  cursor: pointer;
}

#prodetails .single-pro-details {
  width: 50%;
}

.jewellery {
  font-size: 10px;
  font-weight: 700;
  color: #878787;
  display: flex;
  justify-content: space-between;
}

#prodetails .single-pro-details h3 {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 10px;
}

#prodetails .single-pro-details i {
  padding-left: 4px;
  font-size: 10px;
}

.star {
  color: gold;
}

.review {
  padding-left: 10px;
  font-weight: 700;
}

#prodetails .single-pro-details h2 {
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 26px;
  color: var(--heading_color);
}

#prodetails .single-pro-details select {
  width: 100%;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px solid gray;
  cursor: pointer;
  font-weight: 700;
  color: gray;
}

#color {
  padding-top: 20px !important;
}

.avail {
  font-size: 12px;
  font-weight: 700;
}

.stock {
  font-size: 12px;
  padding-left: 10px;
}

.sku {
  font-size: 12px;
  font-weight: 700;
}

.av {
  display: flex;
  padding-top: 9px;
  padding-bottom: 9px;
  row-gap: 9px;
  flex-direction: column;
}

.av p {
  margin: 0;
}

.ilmpt {
  font-size: 12px;
  padding-left: 10px;
}

.product-button {
  /* gap: 20px; */
  display: flex;
  margin-left: 0 !important;
  gap: 20px;
  padding-bottom: 10px;
}

.product-counter {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  padding-top: 10px;
}
#product-increase,
#product-decrease {
  border: none;
  outline: none;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  background-color: var(--navbar-deep-color);
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
#product-quantity {
  border: 1px solid var(--navbar-deep-color);
  padding-bottom: 5px;
  width: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  display: inline-block;
  color: var(--navbar-deep-color);
  overflow: hidden; /* Prevents number overflow */
  position: relative;
}

#quantity-value {
  display: inline-block;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  position: relative;
}

.wrapper-new {
  height: 40px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wrapper-new span {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  user-select: none;
}
.wrapper-new span.num-new {
  font-size: 17px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.share-bold {
  color: #717171;
  font-size: 12px;
  font-weight: 900;
  padding-right: 10px;
}

.icons a {
  text-decoration: none;
  color: #000;
}

.icons i {
  font-size: 13px !important;
  padding-right: 5px;
}

#prodetails .single-pro-details select:focus {
  outline: none;
}

#prodetails .single-pro-details input {
  width: 50px;
  height: 47px;
  padding-left: 10px;
  font-size: 16px;
  margin-right: 10px;
}

#prodetails .single-pro-details input:focus {
  outline: none;
}

#prodetails .single-pro-details span {
  line-height: 25px;
}

.main1 {
  display: none;
  height: 100vh;
  width: 100%;
}
.wrapper,
.slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.slide {
  overflow: hidden;
}
.slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.slide .image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide .image-data {
  position: absolute;
  top: 30%;
  left: 15%;
  text-align: left;
  width: 100%;
  z-index: 100;
}
.image-data span.text {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.image-data h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}

.image-data p {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding-top: 10px;
}

a.button {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid white;
  background: transparent;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.3s ease;
}
a.button:hover {
  color: #fff;
  background-color: #d3c48b;
}

.nav-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.nav-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-prev {
  left: 20px;
}
.nav-btn::before,
.nav-btn::after {
  font-size: 25px;
  color: #fff;
}
.swiper-pagination-bullet {
  opacity: 1;
  height: 12px;
  width: 12px;
  background-color: #fff;
  visibility: hidden;
}
.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  background-color: var(--heading_color);
}

/* ! DESCRIPTION AND REVIEW */
.pro-desc {
  padding-bottom: 10px;
}
.description {
  display: flex;
  column-gap: 90px;
  justify-content: center;
}

.container {
  width: 50%;
  text-align: center;
}

.information {
  padding-top: 10px;
  width: 30%;
}

.information h3 {
  font-size: 20px !important;
}

.pd {
  padding-top: 20px;
}

.information h6 {
  padding-top: 20px;
  font-size: 18px !important;
}

.information p {
  font-size: 15px;
}

.w {
  padding: 0 !important;
}

.buttons {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ccc;
}

.button {
  margin: 0 10px;
}

.product-share-icon {
  margin-left: -20px;
  padding-right: 50px;
  font-size: 25px;
  color: var(--navbar-hover-color);
}

.sa {
  padding-top: 10px;
}

.heart-icon:hover,
.share-icon:hover {
  cursor: pointer;
}

.product-share-icon-1 {
  display: flex;
  gap: 5px;
}

.ss {
  color: var(--navbar-deep-color);
  font-size: 20px !important;
}

#descriptionBtn,
#reviewBtn {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px;
  font-weight: bold;
  transition: 0.3s;
  background-color: #fff;
}

#reviewBtn {
  position: absolute;
  left: 190px;
}

.underline {
  position: absolute;
  bottom: -2px;
  left: 0;
  /* width: 15%; */
  width: 150px;
  height: 2px;
  background-color: black;
  transition: transform 0.3s ease-in-out;
}

.slider {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
}

.text {
  overflow-x: auto;
  position: absolute;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left: 10px;
  text-align: left;
  transition: transform 0.5s ease-in-out;
  font-size: 12px;
}

.text p {
  font-size: 14px;
  padding-left: 9px;
  padding-right: 9px;
}

.pd {
  padding-left: 20px;
}

.hand {
  padding-top: 19px;
}

.pd li {
  padding-bottom: 9px;
}

#reviewText {
  transform: translateX(100%);
}

button.active1 {
  font-weight: bold;
}

/* ! PRODUCT SWIPER */

#second-swiper {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding: 20px;
}
#second-swiper .swiper {
  width: 100%;
  height: 100%;
}

#second-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#second-swiper .swiper-slide a {
  text-decoration: none;
}

#second-swiper .swiper-slide img {
  display: block;
  width: 250px;
  height: 220px;
  border-radius: 2px;
  object-fit: cover;
}

.price {
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
}

.stars {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  color: gold;
}

#second-swiper .swiper-slide p {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}

.product-button {
  padding-top: 20px;
}

.normal {
  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  background-color: var(--navbar-hover-color) !important;
  cursor: pointer;
  font-weight: 700;
}

.normal1 {
  background-color: transparent !important;
  color: var(--navbar-hover-color) !important;
  border: 1px solid var(--navbar-hover-color);
}

.second-next,
.second-prev {
  display: none;
}

#second-swiper .price {
  padding-top: 10px;
  padding-bottom: 10px;
}

#second-swiper .stars i {
  font-size: 11px;
}

/* ! Start Media Query */

@media screen and (max-width: 951px) {
  .section-p1 {
    padding: 40px 20px;
  }

  .av {
    padding-top: 9px;
    padding-bottom: 9px;
    row-gap: 9px;
    flex-direction: column;
  }

  .pro-desc {
    padding-bottom: 10px;
  }

  .av p {
    margin: 0;
  }
  /* ! Single Product */

  .main1 {
    display: block;
    height: 50vh;
    width: 100%;
  }
  #prodetails {
    padding-top: 0;
  }
  .nav-btn {
    visibility: hidden;
  }
  .swiper-pagination-bullet {
    visibility: visible !important;
  }
  .main1 .swiper-wrapper .swiper-slide {
    height: auto;
    width: 320px;
  }
  .main1 .wrapper .slide img {
    width: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
    border-radius: 6px;
  }

  .image-data h2 {
    font-size: 25px;
  }

  .image-data p {
    width: 95%;
    font-size: 13px;
  }

  .slide .image-data {
    top: 20%;
    left: 4%;
  }

  /* .product-share-icon {
    display: none;
  }

  .product-share-icon-1 {
    display: flex;
    gap: 5px;
    color: var(--navbar-hover-color);
  }

  .ss {
    font-size: 24px !important;
  } */

  .product-share-icon-1 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  #long-image {
    padding-left: 10px;
    padding-right: 10px;
  }

  .long-image-div img {
    border-radius: 10px;
  }

  .long-overlay {
    border-radius: 10px;
  }

  #images {
    padding-left: 0;
    padding-right: 0;
  }
  .images {
    place-items: center;
  }
  .images .img {
    width: 90%;
  }

  #prodetails {
    display: flex;
    flex-direction: column;
  }

  #prodetails .single-pro-image {
    display: none;
    width: 100%;
    margin-right: 0px;
  }

  #prodetails .single-pro-details {
    width: 100%;
  }

  .description {
    flex-direction: column;
  }

  .container {
    width: 100%;
  }

  .information {
    padding-top: 30px;
    width: 100%;
  }

  .slider {
    height: 250px;
  }

  .product-counter {
    padding-top: 20px;
  }
}

@media screen and (max-width: 477px) {
  #prodetails .single-pro-details h3 {
    font-size: 20px;
  }
  .review {
    font-size: 12px;
  }

  .pro-desc {
    padding-bottom: 10px;
  }

  #prodetails .single-pro-details h2 {
    font-size: 20px;
    padding-top: 0px;
  }

  .button {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .share-icon {
    text-align: left;
  }

  .text p {
    font-size: 11px !important;
  }

  .pd,
  .pd li {
    font-size: 11px;
  }
}

@media screen and (max-width: 551px) {
  #second-swiper {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media screen and (max-width: 518px) {
  #second-swiper .swiper-slide img {
    width: 170px;
    height: 130px;
  }
  #second-swiper {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  #second-swiper .swiper-slide p {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 8px;
  }
  .price {
    height: 30px;
  }
  .stars {
    font-size: 10px;
    padding-left: 7px;
  }
}

@media screen and (max-width: 341px) {
  #second-swiper .swiper-slide img {
    width: 125px;
    height: 100px;
  }
}

@media screen and (max-width: 351px) {
  #reviewBtn {
    left: 130px;
  }

  .underline {
    left: 0;
    width: 120px;
    height: 2px;
  }
}

/* ! CART SECTION */

#cart-header {
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}

.cart-header-image-div {
  height: 34rem;
  width: 100%;
}

.cart-header-image-div img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

.cart-text {
  position: absolute;
  top: 60px;
  height: 34rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  width: 100%;
  z-index: 9999;
}

.cart-text h1,
.cart-text p {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.golden {
  color: var(--navbar-hover-color);
}

#checkout {
  overflow-x: auto;
  padding-top: 20px;
  margin-top: 80px;
}

#checkout table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  white-space: nowrap;
}

#checkout table img {
  width: 70px;
}

#checkout table td:nth-child(1) {
  width: 100px;
  text-align: center;
}

#checkout table td:nth-child(2) {
  width: 150px;
  text-align: center;
}

#checkout table td:nth-child(3) {
  width: 250px;
  text-align: center;
}

#checkout table td:nth-child(4),
#checkout table td:nth-child(5),
#checkout table td:nth-child(6) {
  width: 150px;
  text-align: center;
}

#checkout table td:nth-child(5) input {
  width: 70px;
  padding: 10px 5px 10px 15px;
}

#checkout table thead {
  border: 1px solid #e2e9e1;
  border-left: none;
  border-right: none;
}

#checkout table thead td {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 0;
}

#checkout table tbody tr td {
  padding-top: 15px;
}

#checkout table tbody td {
  font-size: 13px;
}

.td-centerr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout-new {
  height: 40px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.checkout-new span {
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  user-select: none;
}

/* For Chrome, Safari, Edge, and Opera */
.num-new-1::-webkit-outer-spin-button,
.num-new-1::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
.num-new-1 {
  -moz-appearance: textfield;
}

.checkout-new input.num-new-1 {
  width: auto;
  height: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  border: none;
  outline: none;
  user-select: none;
  background: transparent;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}

.num-new-1 {
  width: 50px !important;
  padding: 0 !important;
}

#checkout-add {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

#coupon {
  width: 50%;
  margin-bottom: 30px;
}

#coupon h3,
#subtotal h3 {
  padding-bottom: 15px;
}

#coupon input {
  padding: 10px 20px;
  outline: none;
  width: 60%;
  margin-right: 10px;
  border: 1px solid #e2e9e1;
}

#coupon button,
#subtotal button {
  background-color: #088178;
  color: #fff;
  padding: 12px 20px;
}

#subtotal {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #e2e9e1;
  padding: 30px;
}

#subtotal table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

#subtotal table td {
  width: 50%;
  border: 1px solid #e2e9e1;
  padding: 10px;
  font-size: 13px;
}

@media screen and (max-width: 688px) {
  /* ! Cart Page */

  #checkout-add {
    flex-direction: column;
  }

  #coupon {
    width: 100%;
  }

  #subtotal {
    width: 100%;
    padding: 20px;
  }
  #checkout-add {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ! SHOP SECTION */

#shop-header {
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}

.shop-header-image-div {
  height: 34rem;
  width: 100%;
}

.shop-header-image-div img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

.shop-header-text {
  position: absolute;
  top: 60px;
  height: 34rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  width: 100%;
  z-index: 9999;
}

#shop-products {
  height: 100%;
  min-height: 56vh;
  width: 100%;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  margin-top: 120px;
}

.shop-products {
  height: 100%;
  display: grid;
  grid-template-columns: 300px 300px 300px 300px;
  place-items: center;
  row-gap: 20px;
  column-gap: 30px;
}

.shop-product {
  height: 100%;
  width: 260px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}

.shop-pro {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  transition: 0.5s ease-in-out all;
}

.shop-product-image {
  height: auto;
  width: auto;
  position: relative;
}

.shop-product-image img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.wc {
  position: absolute;
  height: auto;
  display: flex;
  justify-content: flex-end;
  top: 10px;
  cursor: pointer;
  right: 10px;
}

.shop-heart {
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: 500;
  color: var(--navbar-hover-color);
  font-size: 27px;
  z-index: 10000;
}

.shop-product h4 {
  font-weight: 700;
  color: #bcad72;
  padding-left: 9px;
}

.shop-product p {
  font-weight: 900;
  padding-left: 9px;
}

.shop-sale {
  font-weight: 700;
  color: rgb(179, 177, 177);
  padding-left: 9px;
}

.shop-rupee {
  font-weight: 700;
  color: #fa9b92;
  padding-left: 9px;
}

.shop-pro:hover {
  transform: scale(1.05);
}

@media (width < 1330px) {
  .shop-products {
    grid-template-columns: 300px 300px 300px;
    row-gap: 50px;
  }
}

@media (width < 975px) {
  .shop-products {
    grid-template-columns: 300px 300px;
    row-gap: 50px;
  }
}

@media (width < 650px) {
  #shop-products {
    padding-left: 10px;
    padding-right: 10px;
  }
  .shop-products {
    grid-template-columns: 240px 240px;
    column-gap: 20px;
    row-gap: 50px;
  }
  .shop-product {
    width: 220px;
  }

  .shop-product p {
    font-size: 12px;
  }

  .shop-sale {
    font-size: 11px;
  }

  .shop-rupee {
    font-size: 11px;
  }
}

@media (width < 501px) {
  .shop-products {
    grid-template-columns: 200px 200px;
    column-gap: 10px;
  }
  .shop-product {
    width: 180px;
  }

  .shop-product-image {
    height: 120px;
  }

  .shop-product p {
    font-size: 11px;
  }
}

@media (width < 419px) {
  .shop-products {
    grid-template-columns: 150px 150px;
    column-gap: 20px;
  }
  .shop-product {
    width: 150px;
  }

  .shop-product-image {
    height: 120px;
  }

  .shop-product h4 {
    font-size: 12px;
  }

  .shop-product p {
    font-size: 10px;
  }
}

/* ! CART PRODUCT AND CART DETAILS SECTION */

#cart-product-cart-details {
  height: 100%;
  width: 100%;
  padding: 20px;
  padding-bottom: 80px;
  margin-top: 80px;
}

.cart-product-cart-details-main-div {
  height: 100%;
  width: 100%;
  display: flex;
}

.cart-product-div {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

/* .cart-details-div {
  height: 100%;
  justify-content: center;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
} */

.cart-product {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 10px;
  border-bottom: 1px solid var(--navbar-hover-color);
}

.cart-product-image {
  height: 10rem;
  width: 10rem;
}

.cart-product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.cart-product-details {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.cart-product-details h1 {
  color: var(--navbar-hover-color);
  font-weight: 700;
  padding-bottom: 8px;
}

.cart-product-details .cart-weight {
  color: gray;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 3px;
}

.cart-product-details .cart-amount {
  font-size: 30px;
  font-weight: 600;
}

.cart-quantity-remove-div {
  display: flex;
  align-items: center;
}

.trash {
  padding-left: 20px;
  height: 35px;
  margin-top: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  border-left: 2px solid rgba(128, 128, 128, 0.813);
}

.trash i {
  font-size: 18px;
  cursor: pointer;
  color: rgb(128, 128, 128);
}

.cart-details-price-div {
  display: flex;
  width: 80%;
  border: 2px solid var(--navbar-hover-color);
  flex-direction: column;
  row-gap: 10px;
  /* border-radius: 9px; */
  padding: 10px 0px;
}

.cart-order {
  border-bottom: 1px solid var(--navbar-hover-color);
}

.cart-details-price-div h1 {
  font-size: 25px;
  width: 100%;
  text-align: center;
  color: var(--navbar-hover-color);
  padding-bottom: 9px;
}

.cart-order,
.cart-subtotal,
.cart-discount,
.cart-discount,
.cart-delivery,
.cart-total,
.cart-save {
  padding: 0px 15px;
  font-weight: 400;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  color: gray;
}

.cart-total {
  color: var(--navbar-hover-color);
  font-size: 18px;
}

.cart-save {
  padding-top: 10px;
  font-size: 22px;
  color: rgb(64, 199, 64);
  font-weight: 800;
}

@media (width < 1000px) {
  .cart-product-div {
    height: 100%;
    /* width: 55%; */
  }

  /* .cart-details-div {
    height: 100%;
    justify-content: center;
    width: 45%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  } */
  .cart-product {
    width: 100%;
  }
  .cart-product h1 {
    font-size: 19px;
  }
  .cart-product .cart-amount {
    font-size: 24px;
  }
}

@media (width < 888px) {
  .cart-product-cart-details-main-div {
    flex-direction: column;
    row-gap: 40px;
    padding-bottom: 20px;
  }
  .cart-product-div,
  .cart-details-div {
    width: 100%;
  }
  .cart-details-div {
    padding-bottom: 90px;
  }
}

@media (width < 400px) {
  .cart-details-price-div {
    width: 100%;
  }
}

#cart-checkout {
  height: 90px;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.cart-checkout-div {
  height: 100%;
  width: 100%;
  background-color: var(--backgroundcolor);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 0px;
}

.checkout-item-price {
  display: flex;
  align-items: center;
  color: var(--navbar-hover-color);
  gap: 20px;
}

.checkout-item-price h1 {
  font-size: 24px;
}

.checkout-item-price .check-price {
  font-size: 25px;
}

.cart-button {
  text-decoration: none;
  color: white;
  padding: 13px 16px;
  border-radius: 4px;
  background-color: var(--navbar-hover-color);
  font-size: 17px;
  font-weight: 600;
}

@media (width < 528px) {
  #cart-checkout {
    height: 150px;
  }
  .cart-checkout-div {
    flex-direction: column;
    row-gap: 20px;
  }
  .cart-button {
    padding: 17px 56px;
  }
}

/* ! ABOUT US PAGE */

#about-us-header {
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
  margin-top: 80px;
}

.about-us-header-image-div {
  height: 34rem;
  width: 100%;
  padding: 10px 20px;
}

.about-us-header-image-div img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  border-radius: 5px;
  position: relative;
}

.about-us-header-text {
  position: absolute;
  top: 60px;
  height: 34rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 28px;
  width: 100%;
  z-index: 9999;
}

#about-us-text-image {
  height: 100%;
  width: 100%;
  padding-bottom: 20px;
}

.about-us-text-image-main-div {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.about-us-text-div {
  display: flex;
  flex-direction: column;
  width: 44%;
  height: auto;
  justify-content: space-between;
  padding-left: 50px;
}

.about-us-image-div {
  display: flex;
  height: 30rem;
  width: 50%;
  justify-content: center;
}

.about-us-image-div img {
  height: 100%;
  width: 97%;
  border-radius: 5px;
  object-fit: contain;
}

.about-us-text-div-1 {
  display: flex;
  flex-direction: column;
}

.about-us-text-div-1 h1 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--navbar-hover-color);
}

.about-us-text-div-1 p {
  font-size: 13px;
  color: gray;
  line-height: 1.6;
  padding-bottom: 20px;
}

.about-us-text-div-2 {
  display: flex;
  padding-bottom: 50px;
  align-items: center;
  border-top: 2px solid var(--navbar-hover-color);
}

.about-us-text-div-2 h1 {
  font-size: 90px;
  color: var(--navbar-hover-color);
}

.about-us-text-div-2-text-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 50px;
  padding-left: 20px;
}

.about-us-text-div-2-text-div h3 {
  color: var(--navbar-hover-color);
  padding-bottom: 10px;
}

.about-us-text-div-2-text-div p {
  font-size: 14px;
  color: gray;
}

@media (width < 1080px) {
  .about-us-header-text {
    text-align: center;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    row-gap: 10px;
  }

  .about-us-text-image-main-div {
    flex-direction: column;
  }
  .about-us-text-div {
    padding-right: 50px;
  }
  .about-us-text-div,
  .about-us-image-div {
    width: 100%;
  }
}

@media (width < 705px) {
  .about-us-header-image-div {
    height: 20rem;
  }

  .about-us-header-text h2 {
    font-size: 16px !important;
  }

  .about-us-header-text p {
    font-size: 12px !important;
  }

  .about-us-header-text {
    height: 20rem;
  }

  .about-us-text-div {
    padding-left: 0px;
    padding-right: 20px;
  }
}

@media (width < 563px) {
  .about-us-image-div {
    padding-left: 20px;
    padding-right: 20px;
    height: 300px !important;
  }
  .about-us-text-div-2 {
    flex-direction: column;
  }
  .about-us-text-div-2 h1 {
    width: 100%;
  }
  .about-us-text-div-2-text-div {
    padding: 0;
  }
}

@media (width < 460px) {
  .about-us-text-div-1,
  .about-us-text-div-2 {
    padding-left: 5px;
  }
  .about-us-text-div-1 h1 {
    font-size: 20px;
  }

  .about-us-text-div-1 p {
    font-size: 11px;
    line-height: 1.7;
  }

  .about-us-text-div-2 h1 {
    font-size: 40px;
  }

  .about-us-text-div-2-text-div h3 {
    font-size: 15px;
  }

  .about-us-text-div-2-text-div p {
    font-size: 11px;
  }
}

/* ! WISHLIST PAGE */

#wishlist-products {
  height: 100%;
  width: 100%;
  min-height: 56vh;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
}

.wishlist-products {
  height: 100%;
  min-height: 80vh;
  display: grid;
  grid-template-columns: 300px 300px 300px 300px;
  place-items: center;
  row-gap: 20px;
  column-gap: 30px;
}

#wishlist-items {
  height: 100%;
  min-height: 80vh;
  display: grid;
  grid-template-columns: 300px 300px 300px 300px;
  row-gap: 20px;
  column-gap: 30px;
  justify-content: center;
}

.wishlist-product {
  height: 100%;
  width: 260px;
  display: flex;
  flex-direction: column;
  position: relative;

  row-gap: 10px;
}

.wishlist-pro {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
  transition: 0.5s ease-in-out all;
}

.wcc {
  position: absolute;
  display: flex;
  height: auto;
  top: 10px;
  right: 10px;
}

.wishlist-product-image {
  height: 200px;
  width: 100%;
}

.wishlist-product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 2px 2px;
}

.wishlist-close {
  font-weight: 500;
  color: var(--navbar-hover-color);
  font-size: 27px;
  cursor: pointer;
}

.wishlist-product h4 {
  font-weight: 700;
  color: #bcad72;
  padding-left: 9px;
}

.wishlist-product p {
  font-weight: 900;
  padding-left: 9px;
}

.wishlist-sale {
  font-weight: 700;
  color: rgb(179, 177, 177);
  padding-left: 9px;
}

.wishlist-rupee {
  font-weight: 700;
  color: #fa9b92;
  padding-left: 9px;
}

.wishlist-pro:hover {
  transform: scale(1.05);
}

.empty-text {
  text-align: center;
  font-size: 20px;
  color: var(--navbar-deep-color);
}

@media (width < 1330px) {
  .wishlist-products,
  #wishlist-items {
    grid-template-columns: 300px 300px 300px;
    row-gap: 50px;
  }
}

@media (width < 975px) {
  .wishlist-products,
  #wishlist-items {
    grid-template-columns: 300px 300px;
    row-gap: 50px;
  }
}

@media (width < 650px) {
  #wishlist-products,
  #wishlist-items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wishlist-products,
  #wishlist-items {
    grid-template-columns: 240px 240px;
    column-gap: 20px;
    row-gap: 50px;
  }
  .wishlist-product {
    width: 220px;
  }

  .wishlist-product p {
    font-size: 12px;
  }

  .wishlist-sale {
    font-size: 11px;
  }

  .wishlist-rupee {
    font-size: 11px;
  }
}

@media (width < 501px) {
  .wishlist-products,
  #wishlist-items {
    grid-template-columns: 200px 200px;
    column-gap: 10px;
  }
  .wishlist-product {
    width: 180px;
  }

  .wishlist-product-image {
    height: 120px;
  }

  .wishlist-product p {
    font-size: 11px;
  }
}

@media (width < 419px) {
  .wishlist-products,
  #wishlist-items {
    grid-template-columns: 150px 150px;
    column-gap: 20px;
  }
  .wishlist-product {
    width: 150px;
  }

  .wishlist-product-image {
    height: 120px;
  }

  .wishlist-product h4 {
    font-size: 12px;
  }

  .wishlist-product p {
    font-size: 10px;
  }
}

#wishlist-page {
  min-height: 80vh;
  height: 100%;
  margin-top: 80px;
  display: grid;
  align-content: center;
  justify-content: center;
}

#wishlist-page img {
  height: 500px;
  width: 600px;
}

.wishlist-page-div {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 600px);
  justify-content: center;
  align-items: center;
  place-items: center;
  gap: 50px;
}

.wishlist-product-link {
  text-decoration: none;
  height: auto;
  width: 100%;
  border: 1px solid var(--navbar-deep-color);
  border-radius: 10px;
}

.wishlist-product-box {
  display: flex;
  height: auto;
  width: 100%;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
}

.wishlist-product-image-box {
  height: 200px;
  width: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.wishlist-product-image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wishlist-product-text-box {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  width: calc(100% - 200px);
  gap: 10px;
}

.wishlist-product-title {
  color: var(--navbar-deep-color);
  font-size: 20px;
  width: auto; /* Adjust as needed */
  white-space: nowrap; /* Prevents text from wrapping */
  overflow: hidden; /* Hides overflowing text */
  text-overflow: ellipsis; /* Shows '...' when text overflows */
}

.wishlist-product-price {
  color: var(--navbar-deep-color);
  font-size: 20px;
  font-weight: 600;
}

.wishlist-product-button-div {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
}

.wishlist-product-btn {
  border: none;
  outline: none;
  cursor: pointer;
  height: 40px;
  width: 100px;
  border-radius: 4px;
  background-color: var(--navbar-deep-color);
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
}

.wishlist-product-remove {
  background-color: #ffffff;
  color: var(--navbar-deep-color);
  border: 1px solid var(--navbar-deep-color);
}

@media (width < 1286px) {
  .wishlist-page-div {
    grid-template-columns: repeat(2, 500px);
    gap: 50px;
  }
}

@media (width < 1075px) {
  .wishlist-page-div {
    grid-template-columns: repeat(2, 440px);
    gap: 30px;
  }
}

@media (width < 941px) {
  .wishlist-page-div {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

@media (width < 513px) {
  #wishlist-page {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (width < 438px) {
  .wishlist-product-box {
    width: 100%;
  }

  .wishlist-product-image-box {
    height: 150px;
    width: 150px;
  }

  .wishlist-product-text-box {
    width: calc(100% - 150px);
  }

  .wishlist-product-title,
  .wishlist-product-price {
    font-size: 16px;
  }

  .wishlist-product-box {
    padding: 5px;
  }

  .wishlist-product-btn {
    height: 30px;
    width: 80px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 11px;
  }
}

/* ! TERMS AND CONDITION PAGE  */

#rules {
  height: 100%;
  width: 100%;
  margin-top: 80px;
}

.rules-container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rules-gold {
  color: var(--navbar-hover-color);
}

.terms-bold {
  font-weight: 600;
  padding: 20px 0px;
}

.rules-text {
  height: 100%;
  width: 60rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
}

.rules-text h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  padding-bottom: 8px;
}

.rules-gold-1 {
  padding-bottom: 19px !important;
}

.ull {
  padding-top: 20px;
  padding-left: 50px;
}

.rules-text h3 {
  text-align: center;
  padding-bottom: 15px;
}

ol {
  padding-left: 50px;
  padding-bottom: 9px;
}

li {
  padding-bottom: 29px;
}

.padding {
  padding-left: 90px;
}

.padding li:first-child {
  padding-top: 10px;
}

.none {
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
}

@media (width < 984px) {
  .rules-text {
    width: 50rem;
  }
  .padding {
    padding-left: 60px;
  }
}

@media (width < 814px) {
  .rules-text {
    width: 40rem;
  }
}

@media (width < 660px) {
  .rules-text {
    width: 95%;
  }
  .rules-text h1 {
    font-size: 27px;
  }

  .rules-text h3 {
    font-size: 14px;
  }
  ol {
    padding-left: 20px;
  }

  ol li {
    font-size: 12px;
  }

  .padding {
    padding-left: 30px;
  }
}

@media (width < 509px) {
  .rules-gold {
    font-size: 22px !important;
  }

  .terms-bold {
    font-size: 12px !important;
  }
}

/*  ! CONTACT US PAGE */

.jewellery-header {
  margin-top: 80px;
  width: 100%;
  height: 400px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--header_text);
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.jewellery-header img {
  height: 100%;

  width: 100%;
  object-fit: cover;
}

.jewellery-absolute {
  position: absolute;
  color: #ffffff;
}

.jewellery-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.jewellery-contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px auto;
  background: var(--navbar-background-color);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 20px;
}

/* Left Side: Gradient Background with Interactive Message */
.jewellery-contact-info {
  flex: 1 1 50%;
  background: linear-gradient(135deg, #832729, #5a1a1b, #3d1213);
  padding: 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
  border-radius: 4px;
  gap: 10px;
}

.j-contact-div {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.j-link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  border-radius: 50%;
  background-color: var(--navbar-background-color);
}

.j-icon {
  color: var(--navbar-deep-color);
  font-size: 14px;
}

.j-details {
  display: flex;
  flex-direction: column;
}

.j-details p {
  font-size: 12px;
}

/* Right Side: Contact Form */
.jewellery-contact-container {
  flex: 1 1 50%;
  padding: 40px;
}

.jewellery-contact-container h2 {
  text-align: center;
  color: var(--heading_color);
  margin-bottom: 20px;
}

.jewellery-form-group {
  margin-bottom: 15px;
}

.jewellery-form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.jewellery-form-group input,
.jewellery-form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--graycolor);
  border-radius: 5px;
  font-size: 1rem;
}

.jewellery-form-group textarea {
  resize: none;
  height: 100px;
  font-family: "Playfair Display", serif;
}

#message {
  border: 1px solid black !important;
}

.jewellery-error {
  color: red;
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
}

.jewellery-submit-btn {
  width: 100%;
  padding: 12px;
  background: var(--navbar-deep-color);
  color: white;
  border: none;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.jewellery-submit-btn:hover {
  background: var(--navbar-hover-color);
}

/* Map Section */
.jewellery-map {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .jewellery-contact-wrapper {
    flex-direction: column;
  }

  .jewellery-contact-info,
  .jewellery-contact-container {
    flex: 1 1 100%;
    padding: 20px;
  }

  .jewellery-map {
    height: 250px;
  }
  .jewellery-body {
    padding: 10px;
  }
}

.wishlist-products {
  min-height: calc(100vh - 80px) !important;
  height: 100% !important;
  margin-top: 80px;
}

/* Main Share Button */
.share-btn {
  background-color: #007bff;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
}

.share-btn:hover {
  background-color: #0056b3;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.modal-content button {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.copy-btn {
  background-color: #007bff;
  color: white;
}

.copy-btn:hover {
  background-color: #0056b3;
}

.whatsapp-btn {
  background-color: #25d366;
  color: white;
}

.whatsapp-btn:hover {
  background-color: #1da851;
}

.close-btn {
  margin-top: 10px;
  background-color: #888;
  color: white;
}

.close-btn:hover {
  background-color: #555;
}

.new-index {
  font-weight: 900 !important;
}

/* #searchResult {
  position: absolute;
  top: 37px;
  width: 100%;
  background-color: var(--backgroundcolor);
  border-radius: 10px;
  max-width: 400px;
  margin-top: 5px;
  padding-bottom: 10px;
} */

#searchResult {
  position: absolute;
  top: 37px;
  width: 100%;
  background-color: var(--backgroundcolor);
  border-radius: 10px;
  max-width: 400px;
  margin-top: 5px;
  padding-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease; /* <-- smooth transition */
}

#searchResult.active-search {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.result-item {
  padding: 8px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.result-item:hover {
  background-color: #f2f2f2;
}

.search-bar-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-search {
  height: 35px;
  width: 500px;
  border: none;
  outline: none;
  border: 1px solid var(--navbar-hover-color);
  border-radius: 5px;
  padding-left: 7px;
}

@media screen and (max-width: 1104px) {
  #searchResult {
    top: 120px;
    width: 100%;
    z-index: 99999999999999999999999999999999;
  }

  .result-item a {
    padding: 10px 20px;
  }
}
