@charset "UTF-8";
.container-1 {
  max-width: 1391px;
  margin: auto;
  padding: 0px 24px;
}
@media (min-width: 1440px) {
  .container-1 {
    padding: 0px;
  }
}
@media (max-width: 769px) {
  .container-1 {
    padding: 0px 16px;
  }
}

.container-botique {
  max-width: 1391px;
  margin: auto;
  padding: 0px 24px;
}
@media (min-width: 1440px) {
  .container-botique {
    padding: 0px;
  }
}
@media (max-width: 769px) {
  .container-botique {
    padding: 0px 0px;
    margin-right: -16px;
  }
}

.container-2 {
  max-width: 1157px;
  padding: 0px 24px;
  margin: auto;
}
@media (max-width: 769px) {
  .container-2 {
    padding: 0px 16px;
  }
}

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

.text-white {
  color: #fff;
}

.btn-white {
  border: 1px solid #fff;
}
.btn-white:hover {
  background-color: #fff;
  color: #0ba3ba !important;
}

.bg-blue {
  background: #edf5f6;
}

.main-title {
  color: var(--0-ba-3-ba, #0ba3ba);
  text-align: center;
  font-family: Kalnia;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
}
@media (max-width: 480px) {
  .main-title {
    font-size: 22px;
    font-style: normal;
    margin-bottom: 10px !important;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
  }
}

.little-title {
  color: #2a2d2d;
  text-align: center;
  font-family: Kalnia;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.64px;
}

.transparent {
  background-color: transparent !important;
}

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

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

/* Ensure html and body fill the screen without overflow */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Prevent scrolling on both html and body when the menu is open */
body.no-scroll {
  overflow: hidden;
}

/* Ensure scrolling is prevented even when there are fixed elements */
html.no-scroll {
  overflow: hidden;
}

/* Prevent body from being shifted */
body {
  position: relative;
}

@media (min-width: 999px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .desktop-only {
    display: none !important;
  }
}

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

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

.secondary-font, .sust-intro-sec h2 {
  font-family: "Kalnia";
  font-size: 34px;
  font-weight: 400;
  color: #0ba3ba;
}

.btn-main {
  border: 1px solid rgba(159, 174, 176, 0.3);
  color: #fff;
  text-align: center;
  background-color: #0ba3ba !important;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  padding: 12px 38px;
  background-color: transparent;
}
@media (max-width: 580px) {
  .btn-main {
    padding: 7px 18px;
    font-size: 11px;
  }
}
.btn-main {
  cursor: pointer;
}
.btn-main:hover {
  border: 1px solid rgba(159, 174, 176, 0.3);
  background: #fff !important;
  color: #0ba3ba;
}
.btn-main:focus {
  outline: none !important;
}

.btn-bg {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  padding: 12px 36px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}
.contact-btn:hover {
  background-color: #fff;
  color: #0ba3ba;
}
.contact-btn:focus {
  outline: none !important;
}
@media (max-width: 580px) {
  .contact-btn {
    padding: 7px 18px;
  }
}

.product-card-single {
  margin: 0px 10px;
}
@media (max-width: 580px) {
  .product-card-single {
    margin: 0;
  }
}
.product-card-single .product-card {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.product-card-single .product-card:hover .top-img {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.product-card-single .product-card:hover a {
  position: relative;
  z-index: 999;
  background-color: #fff;
  color: #0ba3ba;
  width: 100%;
}
.product-card-single .product-card:hover .default-image {
  opacity: 1;
}
.product-card-single .product-card .top-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-card-single .product-card-wrapper {
  display: flex;
  flex-direction: column;
  background: #fff;
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 15px 22px 22px 22px;
}
@media (max-width: 580px) {
  .product-card-single .product-card-wrapper {
    gap: 0;
    padding: 25px 18px;
    margin: 0px 5px;
  }
}
@media (max-width: 380px) {
  .product-card-single .product-card-wrapper {
    padding: 25px 9px;
  }
}
.product-card-single .product-card-wrapper img {
  width: 100%;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .product-card-single .product-card-wrapper img {
    width: 137px;
  }
}
.product-card-single .product-card-wrapper a {
  color: #fff;
  text-align: center;
  background-color: #0ba3ba;
  padding: 7px 0px;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  border: 1px solid rgba(159, 174, 176, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 580px) {
  .product-card-single .product-card-wrapper a {
    font-size: 12px;
    padding: 5px 0px;
    margin-top: 10px;
  }
}

.single-product .img-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  max-width: 332px;
  justify-content: center;
  align-items: center;
}
.single-product .img-wrapper img {
  width: 100%;
  max-width: 260px;
}
.single-product .img-wrapper h6 {
  color: #757778;
  text-align: center;
  font-family: Kalnia;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 21px;
}
.single-product .img-wrapper h5 {
  color: #2a2d2d;
  text-align: center;
  font-family: Kalnia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}

.slick-pagi-high-jewellwery {
  display: flex;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 10;
  align-items: center;
  justify-content: space-between;
}

.slick-btn-wrapper {
  gap: 24px;
  display: flex;
}

.slick-arrow-white {
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  border: 1px solid #0ba3ba;
  background-color: #0ba3ba;
  gap: 10px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.slick-arrow-white svg path {
  fill: #fff;
}
.slick-arrow-white:hover {
  background-color: #fff;
  border: 1px solid rgba(159, 174, 176, 0.3);
}
.slick-arrow-white:hover svg path {
  fill: #0ba3ba;
}
.slick-arrow-white:focus {
  outline: none;
}
.slick-arrow-white .arrow {
  transform: rotate(-45deg);
}

.slick-pagi-hero {
  padding-right: 30px;
  display: flex;
  position: absolute;
  bottom: 28px;
  right: 125px;
  width: 100%;
  left: 0;
  z-index: 10;
  align-items: center;
  justify-content: space-between;
}
.slick-pagi-hero .slick-btn-wrapper {
  position: unset !important;
}

.slick-dots-container {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
@media (max-width: 1200px) {
  .slick-dots-container {
    bottom: 5px;
  }
}

.slick-pagi-high-jewellery {
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 0;
  margin-top: 50px;
  position: absolute;
  bottom: 120px;
}
@media (max-width: 1400px) {
  .slick-pagi-high-jewellery {
    right: 35px;
  }
}
@media (max-width: 1200px) {
  .slick-pagi-high-jewellery {
    bottom: 92px;
  }
}

.slick-pagi-high-lastest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.slick-dots-container-4 {
  position: relative;
}

.slick-dots-container-4 .slick-btn-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-dots-container .slick-dots,
.slick-dots-container-2 .slick-dots,
.slick-dots-container-3 .slick-dots,
.slick-dots-container-4 .slick-dots,
.slick-dots-container-5 .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  align-items: center;
  margin-top: 20px;
  position: unset !important;
  margin: 0px !important;
}
.slick-dots-container .slick-dots li,
.slick-dots-container-2 .slick-dots li,
.slick-dots-container-3 .slick-dots li,
.slick-dots-container-4 .slick-dots li,
.slick-dots-container-5 .slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 5px;
}
.slick-dots-container .slick-dots li button,
.slick-dots-container-2 .slick-dots li button,
.slick-dots-container-3 .slick-dots li button,
.slick-dots-container-4 .slick-dots li button,
.slick-dots-container-5 .slick-dots li button {
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7" height="7" viewBox="0 0 7 7" fill="none"><path d="M6.93101 3.33437L3.6656 0.0689624C3.64392 0.0471009 3.61812 0.0297489 3.5897 0.0179075C3.56128 0.00606605 3.53079 -3.05176e-05 3.5 -3.05176e-05C3.46921 -3.05176e-05 3.43872 0.00606605 3.4103 0.0179075C3.38188 0.0297489 3.35608 0.0471009 3.3344 0.0689624L0.0689929 3.33437C0.0471314 3.35605 0.0297795 3.38185 0.017938 3.41027C0.00609657 3.43869 0 3.46918 0 3.49997C0 3.53076 0.00609657 3.56125 0.017938 3.58967C0.0297795 3.61809 0.0471314 3.64389 0.0689929 3.66557L3.3344 6.93098C3.35608 6.95284 3.38188 6.97019 3.4103 6.98203C3.43872 6.99387 3.46921 6.99997 3.5 6.99997C3.53079 6.99997 3.56128 6.99387 3.5897 6.98203C3.61812 6.97019 3.64392 6.95284 3.6656 6.93098L6.93101 3.66557C6.95287 3.64389 6.97022 3.61809 6.98206 3.58967C6.9939 3.56125 7 3.53076 7 3.49997C7 3.46918 6.9939 3.43869 6.98206 3.41027C6.97022 3.38185 6.95287 3.35605 6.93101 3.33437Z" fill="%239FAEB0" fill-opacity="0.68"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.slick-dots-container .slick-dots li button::before,
.slick-dots-container-2 .slick-dots li button::before,
.slick-dots-container-3 .slick-dots li button::before,
.slick-dots-container-4 .slick-dots li button::before,
.slick-dots-container-5 .slick-dots li button::before {
  content: none;
}
.slick-dots-container .slick-dots li.slick-active button,
.slick-dots-container-2 .slick-dots li.slick-active button,
.slick-dots-container-3 .slick-dots li.slick-active button,
.slick-dots-container-4 .slick-dots li.slick-active button,
.slick-dots-container-5 .slick-dots li.slick-active button {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M11.9212 7.81071L8.18926 4.07882C8.16448 4.05383 8.135 4.034 8.10251 4.02047C8.07003 4.00694 8.03519 3.99997 8 3.99997C7.96481 3.99997 7.92997 4.00694 7.89749 4.02047C7.865 4.034 7.83552 4.05383 7.81074 4.07882L4.07885 7.81071C4.05386 7.83549 4.03403 7.86497 4.0205 7.89746C4.00697 7.92994 4 7.96478 4 7.99997C4 8.03516 4.00697 8.07 4.0205 8.10248C4.03403 8.13497 4.05386 8.16445 4.07885 8.18923L7.81074 11.9211C7.83552 11.9461 7.865 11.9659 7.89749 11.9795C7.92997 11.993 7.96481 12 8 12C8.03519 12 8.07003 11.993 8.10251 11.9795C8.135 11.9659 8.16448 11.9461 8.18926 11.9211L11.9212 8.18923C11.9461 8.16445 11.966 8.13497 11.9795 8.10248C11.993 8.07 12 8.03516 12 7.99997C12 7.96478 11.993 7.92994 11.9795 7.89746C11.966 7.86497 11.9461 7.83549 11.9212 7.81071Z" fill="%230BA3BA"/><mask id="path-2-inside-1_4881_850" fill="white"><path d="M15.8423 7.62145L8.37852 0.157668C8.32896 0.107698 8.26999 0.0680368 8.20503 0.0409707C8.14006 0.0139045 8.07038 -3.05176e-05 8 -3.05176e-05C7.92962 -3.05176e-05 7.85994 0.0139045 7.79497 0.0409707C7.73001 0.0680368 7.67104 0.107698 7.62148 0.157668L0.157698 7.62145C0.107729 7.67101 0.0680673 7.72997 0.0410012 7.79494C0.013935 7.85991 0 7.92959 0 7.99997C0 8.07035 0.013935 8.14003 0.0410012 8.205C0.0680673 8.26996 0.107729 8.32893 0.157698 8.37849L7.62148 15.8423C7.67104 15.8922 7.73001 15.9319 7.79497 15.959C7.85994 15.986 7.92962 16 8 16C8.07038 16 8.14006 15.986 8.20503 15.959C8.26999 15.9319 8.32896 15.8922 8.37852 15.8423L15.8423 8.37849C15.8923 8.32893 15.9319 8.26996 15.959 8.205C15.9861 8.14003 16 8.07035 16 7.99997C16 7.92959 15.9861 7.85991 15.959 7.79494C15.9319 7.72997 15.8923 7.67101 15.8423 7.62145Z"/></mask><path d="M15.8423 7.62145L14.8995 8.56427L14.9034 8.56812L15.8423 7.62145ZM8.37852 0.157668L7.43185 1.09661L7.43571 1.10048L8.37852 0.157668ZM8 -3.05176e-05V1.3333V-3.05176e-05ZM7.62148 0.157668L8.5643 1.10048L8.56815 1.0966L7.62148 0.157668ZM0.157698 7.62145L1.09664 8.56812L1.10051 8.56426L0.157698 7.62145ZM0 7.99997H-1.33333H0ZM0.157698 8.37849L1.10052 7.43567L1.09663 7.43182L0.157698 8.37849ZM7.62148 15.8423L8.56815 14.9033L8.56429 14.8995L7.62148 15.8423ZM8.37852 15.8423L7.4357 14.8995L7.43185 14.9033L8.37852 15.8423ZM15.8423 8.37849L14.9034 7.43181L14.8995 7.43568L15.8423 8.37849ZM16.7851 6.67864L9.32133 -0.785141L7.43571 1.10048L14.8995 8.56426L16.7851 6.67864ZM9.32519 -0.781268C9.15168 -0.956205 8.94525 -1.09506 8.7178 -1.18982L7.69226 1.27176C7.59474 1.23113 7.50624 1.1716 7.43185 1.0966L9.32519 -0.781268ZM8.7178 -1.18982C8.49035 -1.28458 8.2464 -1.33336 8 -1.33336V1.3333C7.89436 1.3333 7.78977 1.31239 7.69226 1.27176L8.7178 -1.18982ZM8 -1.33336C7.75361 -1.33336 7.50965 -1.28458 7.2822 -1.18982L8.30774 1.27176C8.21023 1.31239 8.10564 1.3333 8 1.3333V-1.33336ZM7.2822 -1.18982C7.05476 -1.09506 6.84832 -0.956208 6.67481 -0.781268L8.56815 1.0966C8.49376 1.1716 8.40525 1.23114 8.30774 1.27176L7.2822 -1.18982ZM6.67867 -0.785141L-0.785111 6.67864L1.10051 8.56426L8.56429 1.10048L6.67867 -0.785141ZM-0.781237 6.67478C-0.956178 6.84829 -1.09503 7.05473 -1.18979 7.28217L1.27179 8.30771C1.23117 8.40522 1.17164 8.49373 1.09663 8.56812L-0.781237 6.67478ZM-1.18979 7.28217C-1.28455 7.50962 -1.33333 7.75357 -1.33333 7.99997H1.33333C1.33333 8.10561 1.31242 8.2102 1.27179 8.30771L-1.18979 7.28217ZM-1.33333 7.99997C-1.33333 8.24636 -1.28455 8.49032 -1.18979 8.71777L1.27179 7.69223C1.31242 7.78974 1.33333 7.89433 1.33333 7.99997H-1.33333ZM-1.18979 8.71777C-1.09503 8.94522 -0.956175 9.15165 -0.781237 9.32516L1.09663 7.43182C1.17163 7.50621 1.23116 7.59471 1.27179 7.69223L-1.18979 8.71777ZM-0.785111 9.3213L6.67867 16.7851L8.56429 14.8995L1.10051 7.43568L-0.785111 9.3213ZM6.67481 16.7812C6.84832 16.9561 7.05475 17.095 7.2822 17.1898L8.30774 14.7282C8.40526 14.7688 8.49376 14.8283 8.56815 14.9033L6.67481 16.7812ZM7.2822 17.1898C7.50965 17.2845 7.75361 17.3333 8 17.3333V14.6666C8.10563 14.6666 8.21022 14.6876 8.30774 14.7282L7.2822 17.1898ZM8 17.3333C8.24639 17.3333 8.49035 17.2845 8.7178 17.1898L7.69226 14.7282C7.78978 14.6876 7.89437 14.6666 8 14.6666V17.3333ZM8.7178 17.1898C8.94526 17.095 9.15168 16.9561 9.32519 16.7812L7.43185 14.9033C7.50623 14.8283 7.59473 14.7688 7.69226 14.7282L8.7178 17.1898ZM9.32133 16.7851L16.7851 9.3213L14.8995 7.43568L7.43571 14.8995L9.32133 16.7851ZM16.7812 9.32516C16.9562 9.15165 17.095 8.94522 17.1898 8.71777L14.7282 7.69223C14.7688 7.5947 14.8284 7.5062 14.9034 7.43182L16.7812 9.32516ZM17.1898 8.71777C17.2845 8.49032 17.3333 8.24636 17.3333 7.99997H14.6667C14.6667 7.89434 14.6876 7.78975 14.7282 7.69223L17.1898 8.71777ZM17.3333 7.99997C17.3333 7.75358 17.2845 7.50962 17.1898 7.28217L14.7282 8.30771C14.6876 8.21019 14.6667 8.1056 14.6667 7.99997H17.3333ZM17.1898 7.28217C17.095 7.05472 16.9562 6.84829 16.7812 6.67478L14.9034 8.56812C14.8284 8.49373 14.7688 8.40523 14.7282 8.30771L17.1898 7.28217Z" fill="%230BA3BA" mask="url(%23path-2-inside-1_4881_850)"/></svg>');
}
.slick-dots-container .slick-dots .slick-active,
.slick-dots-container-2 .slick-dots .slick-active,
.slick-dots-container-3 .slick-dots .slick-active,
.slick-dots-container-4 .slick-dots .slick-active,
.slick-dots-container-5 .slick-dots .slick-active {
  width: 16px;
  height: 16px;
}

.slick-dots li {
  display: none;
}
.slick-dots {
  /* Only displaying the active bullet and the 3 bullets next to it */
}
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li,
.slick-dots li.slick-active + li + li + li,
.slick-dots li.slick-active + li + li + li + li {
  display: block;
}
.slick-dots {
  /* Displaying the last four bullets when slick-active class isn't applied to any li before them */
}
.slick-dots li:nth-last-child(-n+4) {
  display: block;
}
.slick-dots {
  /* Hiding the last four bullets if slick-active exists before them */
}
.slick-dots li.slick-active ~ li:nth-last-child(-n+4) {
  display: none;
}
.slick-dots {
  /* Specific conditions to always display the last four bullets */
}
.slick-dots li.slick-active + li + li + li:nth-last-child(-n+4),
.slick-dots li.slick-active + li + li:nth-last-child(-n+4),
.slick-dots li.slick-active + li:nth-last-child(-n+4) {
  display: block;
}

.gray-bg {
  background-color: #edf5f6;
}

.primary-button {
  padding: 20.5px 38px;
  background-color: #0ba3ba;
  border: 1px solid rgba(159, 174, 176, 0.3);
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.primary-button:hover {
  color: #fff;
  background-color: #047080;
}

.full-card {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 992px) {
  .full-card {
    flex-direction: column;
  }
}
.full-card .card-sec {
  width: 50%;
}
@media (max-width: 992px) {
  .full-card .card-sec {
    width: 100%;
  }
}
.full-card__image {
  height: 520px;
}
@media (max-width: 992px) {
  .full-card__image {
    height: auto;
  }
}
.full-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media (max-width: 992px) {
  .full-card__image img {
    height: auto;
  }
}
.full-card .crafting {
  margin-bottom: 48px;
}
.full-card__content {
  background-color: #fff;
  padding: 60px 48px;
  border: 1px solid rgba(11, 163, 186, 0.3);
}
.full-card__content h3 {
  letter-spacing: 0.34px;
  line-height: 40px;
  margin-bottom: 24px;
}
.full-card__content p {
  color: #2a2d2d;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.full-card__content .desg {
  text-align: right;
  color: #000;
  text-align: right;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.15px;
}

.footer-new {
  background: #f4f8f9;
}
.footer-new .footer-top {
  padding: 50px 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}
.footer-new .footer-top .footer-column {
  flex: 1;
}
.footer-new .footer-top .footer-column .footer-column-wrapper {
  display: flex;
  gap: 32px;
}
.footer-new .footer-top .footer-column h4 {
  color: #2a2d2d;
  font-family: Kalnia;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
.footer-new .footer-top .footer-column h5 {
  color: rgba(117, 119, 120, 0.6);
  leading-trim: both;
  text-edge: cap;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 138.462% */
  letter-spacing: 1px;
  margin-top: 9px;
}
.footer-new .footer-top .footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-new .footer-top .footer-column ul li {
  margin-bottom: 6px;
}
.footer-new .footer-top .footer-column ul li a {
  color: #757778;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
  padding: 0;
  letter-spacing: 1px;
}
.footer-new .footer-top .footer-column ul li a:hover {
  color: #0077b6;
}
.footer-new .footer-bottom {
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  background: #dfecee;
  font-size: 14px;
  color: #666;
  padding: 9px 24px;
}
.footer-new .footer-bottom a,
.footer-new .footer-bottom p {
  text-decoration: none;
  color: #333;
  color: #757778;
  text-align: center;
  leading-trim: both;
  margin-bottom: 0px;
  padding: 0px;
  text-edge: cap;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1px;
}
.footer-new .footer-bottom .footer-links {
  list-style: none;
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
  padding: 0px;
}
@media (max-width: 1024px) {
  .footer-new .footer-top {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .footer-new .footer-column {
    flex-basis: 45%;
    text-align: center;
  }
  .footer-new .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .footer-new .footer-top {
    align-items: start;
  }
  .footer-new .footer-column {
    flex-basis: 100%;
    text-align: left;
  }
  .footer-new .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .footer-new .footer-bottom {
    padding: 9px 15px;
  }
}

.main-nav {
  padding: 16px 0px 0px 0px;
  top: 0;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.main-nav-top {
  display: flex;
  padding: 0px 24px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 999px) {
  .main-nav-top .mobile-number {
    display: none;
  }
}
.main-nav-top a {
  display: flex;
  padding: 4px 0px;
  align-items: center;
  gap: 8px;
  color: #757778 !important;
  text-align: center;
  leading-trim: both;
  display: flex;
  align-items: center;
  text-edge: cap;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-nav-top img {
  max-width: 129.063px;
}
.main-nav-top .cart {
  display: flex;
  padding: 4px 0px;
  align-items: center;
  gap: 8px;
}
@media (max-width: 999px) {
  .main-nav-top .cart {
    display: none;
  }
}
.main-nav-top .cart a {
  color: #757778;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-nav-middle {
  display: flex;
  justify-content: center;
  margin: auto;
}
.main-nav-middle ul {
  display: flex;
  gap: 68px;
  margin-bottom: 0px;
  color: #2a2d2d;
  text-align: center;
  padding: 0px;
  list-style-type: none;
}
@media (max-width: 1400px) {
  .main-nav-middle ul {
    gap: 40px;
  }
}
@media (max-width: 1200px) {
  .main-nav-middle ul {
    gap: 30px;
  }
}
@media (max-width: 1100px) {
  .main-nav-middle ul {
    gap: 10px;
  }
}
.main-nav-middle ul svg {
  transition: transform 0.2s ease;
}
.main-nav-middle ul:hover svg {
  transform: scale(1.1);
}
.main-nav-middle ul a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2a2d2d;
}
.main-nav-middle ul li {
  cursor: pointer;
  position: relative;
  font-family: "Nunito Sans";
  font-size: 13px;
  color: #2a2d2d;
  font-style: normal;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  gap: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
}
.main-nav-middle ul li:hover {
  border-bottom: 2px solid #0ba3ba;
}
.main-nav-middle ul li:hover .dropdown {
  display: block;
}
.main-nav-middle ul li .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  z-index: 10;
  min-width: 200px;
  text-align: left;
}
.main-nav-middle ul li .dropdown li {
  padding: 8px 12px;
  white-space: nowrap;
  border-bottom: 0px;
}
.main-nav-middle ul li .dropdown li:hover {
  background-color: #f0f0f0;
}
.main-nav-middle ul .search-li {
  position: relative;
  list-style: none;
}
.main-nav-middle ul .search-li .search-trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 8px 0;
  transition: all 0.2s ease;
}
.main-nav-middle ul .search-li .web-search {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  gap: 8px;
  padding: 12px;
  background: white;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}
.main-nav-middle ul .search-li .web-search.visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.main-nav-dropdown {
  padding: 32px 32px 20px 32px;
  background-color: #fff;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.main-nav-dropdown-wrapper {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1258px;
}
.main-nav-dropdown-wrapper .links {
  display: flex;
  padding: 0;
}
.main-nav-dropdown-wrapper .links li,
.main-nav-dropdown-wrapper .links a {
  list-style: none;
  padding-bottom: 15px;
  color: #2a2d2d;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 1px;
}
.main-nav-dropdown-wrapper .links-images {
  display: flex;
  gap: 12px;
}
.main-nav-dropdown-wrapper .links-images .dropdown-img-single-new {
  width: 100%;
}
.main-nav-dropdown-wrapper .links-images .dropdown-img-single-new img {
  width: 100%;
}
.main-nav-dropdown-wrapper .links-images h6 {
  color: #2a2d2d;
  text-align: center;
  font-family: Kalnia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.main-nav-dropdown-wrapper .links-images p {
  color: rgba(117, 119, 120, 0.6);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}
.main-nav .mobile-menu-toggle {
  cursor: pointer;
  z-index: 1001;
  display: none;
}
.main-nav .mobile-nav {
  position: fixed;
  top: 0;
  overflow-y: auto;
  left: -100%;
  width: 75%;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease-in-out;
  z-index: 1000;
  padding-left: 30px;
  padding-top: 40px;
}
.main-nav .mobile-nav .cart {
  display: flex;
  padding: 4px 0px;
  align-items: center;
  gap: 8px;
}
.main-nav .mobile-nav .cart a {
  color: #757778;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Nunito;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
}
.main-nav .mobile-nav ul {
  list-style: none;
  padding: 0;
}
.main-nav .mobile-nav ul li {
  padding: 15px 0;
}
.main-nav .mobile-nav ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #333;
}
.main-nav .mobile-nav-close {
  font-size: 30px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  float: right;
  margin-right: 18px;
}
.main-nav .mobile-nav.open {
  left: 0;
}
@media (max-width: 1024px) {
  .main-nav .mobile-menu-toggle {
    display: block;
  }
  .main-nav .main-nav-middle {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-nav .mobile-nav {
    width: 85%;
  }
}
@media (max-width: 480px) {
  .main-nav .mobile-nav {
    width: 100%;
  }
  .main-nav .mobile-nav ul li a {
    font-size: 16px;
  }
}

.scrolled-nav {
  background-color: #fff;
}

.main-nav-dropdown {
  display: none;
}

.nav-item-new:hover + .main-nav-dropdown {
  display: block;
}

.search-wrapper {
  display: flex;
  align-content: center;
  align-items: center;
  padding-left: 10px;
}
.search-wrapper input {
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  min-width: 220px;
  font-family: "Nunito Sans";
  transition: all 0.2s ease;
}
.search-wrapper input:focus {
  border-color: #0ba3ba;
  outline: none;
  box-shadow: 0 0 0 0.5px #09879b;
}
.search-wrapper button {
  padding: 8px 16px;
  border: 1px solid #0ba3ba;
  background-color: #0ba3ba;
  color: white;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.search-wrapper button:hover {
  background-color: #0b94a9;
}
.search-wrapper button:focus {
  outline: #0b94a9;
}

.hero {
  margin-top: 140px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero {
    margin-top: 85px;
  }
}
.hero .hero-wrapper {
  position: relative;
  width: 100%;
}
.hero .hero-slider {
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero-slider .hero-slide {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero .hero-slider .hero-slide {
    flex-direction: column;
  }
}
.hero .hero-slider .video-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-slider .video-slide .hero-desc {
  position: absolute;
  top: 55%;
  transform: translateY(-50%, -50%); /* This centers the div */
  text-align: center;
}
.hero .hero-slider .video-slide .hero-desc h3 {
  margin-top: 12px;
  margin-bottom: 24px;
}
.hero .hero-slider .image-slide {
  position: relative;
}
.hero .hero-slider .image-slide picture,
.hero .hero-slider .image-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-slider .image-slide .hero-desc {
  position: absolute;
  bottom: 30%;
  right: 13%;
  max-width: 500px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero .hero-slider .image-slide .hero-desc {
    position: static;
    padding: 30px 0;
  }
}
.hero .hero-slider .image-slide .hero-desc h4 {
  font-weight: 400px !important;
}
.hero .hero-slider .image-slide .hero-desc h3 {
  margin-top: 12px;
  margin-bottom: 24px;
}
.hero .video-control-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  border: 2px solid #fff;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  transition: 0.3s ease-in-out;
}
.hero .video-control-btn:focus {
  outline: none;
}
.hero .video-control-btn .fa-play {
  font-size: 8px;
}
.hero .video-control-btn i {
  font-size: 10px;
}

.products-home {
  background-color: #edf5f6;
  padding-top: 24px;
  padding-bottom: 14px;
  position: relative;
}
@media (max-width: 580px) {
  .products-home {
    padding: 16px;
  }
  .products-home .container-1 {
    padding: 0px;
  }
}
.products-home-slide {
  width: 100%;
}
@media (max-width: 580px) {
  .products-home-slide {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Create 2 equal columns */
    grid-gap: 10px; /* Add spacing between items */
  }
}
.products-home .slick-btn-wrapper-products {
  position: absolute;
  display: flex;
  right: 40px;
  gap: 24px;
  bottom: 54px;
}
@media (max-width: 580px) {
  .products-home .slick-btn-wrapper-products {
    display: none;
  }
}

.home-service {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  position: relative;
  background-color: #edf5f6;
}
@media (max-width: 769px) {
  .home-service {
    background-color: #fff;
  }
}
.home-service img {
  width: 100%;
  padding: 20px;
}
@media (max-width: 769px) {
  .home-service img {
    padding: 0px 16px 30px 16px;
  }
}
.home-service-description {
  position: absolute;
  top: 50%;
  right: 257px;
  max-width: 450px;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 1200px) {
  .home-service-description {
    right: 116px;
    padding: 50px 0px;
  }
}
@media (max-width: 992px) {
  .home-service-description {
    right: 100px;
  }
}
@media (max-width: 768px) {
  .home-service-description {
    right: 0px;
    left: 0px;
    top: 76%;
    padding: 50px 46px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .home-service-description {
    top: 72%;
  }
}
.home-service-description h5 {
  color: #fff;
  text-align: center;
  font-family: Kalnia;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 117.647% */
  letter-spacing: 0.34px;
}
@media (max-width: 480px) {
  .home-service-description h5 {
    font-size: 28px;
  }
}
.home-service-description p {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /*l 142.857% */
  letter-spacing: 1px;
}
@media (max-width: 380px) {
  .home-service-description p {
    margin-bottom: 10px;
  }
}

.celebrate-years {
  padding: 80px 0px;
}
@media (max-width: 769px) {
  .celebrate-years {
    padding: 50px 0px;
  }
}
.celebrate-years-wrapper {
  display: flex;
  gap: 20px;
}
@media (max-width: 999px) {
  .celebrate-years-wrapper {
    flex-direction: column;
  }
}
.celebrate-years-wrapper .left img {
  width: 100%;
}
.celebrate-years-wrapper .left {
  width: 50%;
}
@media (max-width: 999px) {
  .celebrate-years-wrapper .left {
    width: 100%;
  }
}
.celebrate-years-wrapper .right {
  text-align: left;
  width: 50%;
  padding: 50px 50px;
  border: 1px solid rgba(11, 163, 186, 0.3);
  background: #fff;
}
@media (max-width: 1024px) {
  .celebrate-years-wrapper .right {
    padding: 19px 50px;
  }
}
@media (max-width: 999px) {
  .celebrate-years-wrapper .right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .celebrate-years-wrapper .right {
    padding: 20px;
  }
}
.celebrate-years-wrapper .right h4 {
  text-align: left;
}
.celebrate-years-wrapper .right h6 {
  color: #2a2d2d;
  font-family: Kalnia;
  text-align: start !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.64px;
}
.celebrate-years-wrapper .right p {
  color: #2a2d2d;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1px;
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .celebrate-years-wrapper .right p {
    margin-bottom: 10px;
  }
}
.celebrate-years-wrapper .right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 100%;
}

.engagement {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  justify-content: center;
  background-image: url("/frontend/img/revamp/home/engagement-ring.jpg");
}
@media (max-width: 768px) {
  .engagement {
    padding-top: 240px;
    background-image: url("/frontend/img/revamp/home/bg-banners/mobile-engagement.jpg");
    padding-bottom: 30px;
  }
  .engagement button {
    width: 274px;
    margin-bottom: 10px !important;
    margin: auto;
  }
}
@media (max-width: 360px) {
  .engagement button {
    width: 230px;
    margin: auto !important;
    margin-bottom: 10px !important;
    margin: auto;
  }
}
.engagement .btn-wrapper {
  gap: 12px;
}
@media (max-width: 768px) {
  .engagement .btn-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .engagement .engagement-wrapper {
    display: block !important;
    text-align: center;
  }
}

.gemstone {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  background-image: url("/frontend/img/revamp/home/gemstonesnew.png");
}
@media (max-width: 768px) {
  .gemstone {
    padding-top: 240px;
    padding-bottom: 30px;
    background-image: url("/frontend/img/revamp/home/bg-banners/homescreen-mobile.png");
  }
}

.common-img-box {
  padding: 77px;
  max-width: 562px;
  background: #0ba3ba;
  text-align: center;
}
@media (max-width: 768px) {
  .common-img-box {
    padding: 40px 20px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .common-img-box {
    margin: auto;
  }
}
.common-img-box h5 {
  color: #fff;
  margin: 24px 0px;
}
.common-img-box p {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 38px;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1px;
}

.white-box {
  background-color: #fff;
  max-width: 568px;
  padding: 50px;
}
.white-box h5 {
  color: var(--0-ba-3-ba, #0ba3ba);
}
.white-box p {
  color: #757778;
}
@media (max-width: 768px) {
  .white-box {
    padding: 40px 20px;
    width: 100%;
    max-width: 100%;
  }
}

.email-subs {
  padding: 41px 0px 32px 0px;
  background-color: #0ba3ba;
  margin: auto;
}
.email-subs-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .email-subs-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
  .email-subs-wrapper .logo {
    max-width: 175px;
  }
}
.email-subs-wrapper .logo {
  height: 100%;
}
.email-subs-wrapper-latest {
  text-align: center;
  max-width: 373px;
}
.email-subs-wrapper-latest h5 {
  color: #fff;
  text-align: center;
  font-family: Kalnia;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
}
.email-subs-wrapper-latest p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 1px;
  margin-top: 6px;
  margin-bottom: 16px;
}
.email-subs-wrapper-social {
  display: flex;
  gap: 12px;
}
.email-subs-wrapper-social a {
  padding: 10px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  background-color: #1babc2;
}
.email-subs-wrapper-input {
  max-width: 373px;
  display: flex;
  align-items: center;
  background-color: #0d8b9f;
  overflow: hidden;
  border-bottom: 1px solid #fff;
}
.email-subs-wrapper-input input {
  flex: 1;
  border: none;
  padding-left: 16px;
  outline: none;
  background-color: #0d8b9f;
  color: white;
  font-size: 14px;
}
.email-subs-wrapper-input input::placeholder {
  color: white;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1px;
}
.email-subs-wrapper-input button {
  background-color: white;
  color: var(--0-ba-3-ba, #0ba3ba);
  border: none;
  padding: 8px 16px;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s ease;
}
.email-subs-wrapper-input button:hover {
  background-color: #f1f1f1;
}
.email-subs-wrapper-input button:focus {
  outline: none;
}

.high-jewellery-new {
  background-color: #edf5f6;
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 999px) {
  .high-jewellery-new {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .high-jewellery-new {
    flex-direction: column;
    padding-top: 15px;
  }
}
.high-jewellery-new .left {
  width: calc(50% - 50px);
}
@media (max-width: 999px) {
  .high-jewellery-new .left {
    width: 100% !important;
    padding: 0px 16px !important;
  }
}
@media (max-width: 1200px) {
  .high-jewellery-new .left {
    width: calc(50% - 70px);
  }
}
.high-jewellery-new .left img {
  width: 100%;
}
.high-jewellery-new .right {
  width: calc(50% + 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 999px) {
  .high-jewellery-new .right {
    width: 100%;
    margin: auto;
  }
  .high-jewellery-new .right .slick-dots-container-5 {
    display: none !important;
  }
  .high-jewellery-new .right .slick-btn-wrapper {
    display: none !important;
  }
  .high-jewellery-new .right .empty {
    display: none !important;
  }
}
.high-jewellery-new .right .right-wrapper {
  width: 100%;
  max-width: 700px;
  position: relative;
  background-color: #edf5f6;
  text-align: center;
}
@media (max-width: 999px) {
  .high-jewellery-new .right .right-wrapper {
    margin: auto;
  }
}
.high-jewellery-new .right .products-wrapper-jewellery {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  .high-jewellery-new .right .products-wrapper-jewellery {
    padding: 16px;
    display: none !important;
  }
}
.high-jewellery-new .right .products-wrapper-jewellery .img-wrapper {
  width: 100%;
  display: flex;
}
.high-jewellery-new .right .btn-main {
  margin-top: 74px;
}
@media (max-width: 1200px) {
  .high-jewellery-new .right .btn-main {
    margin-top: 49px;
  }
}
@media (max-width: 999px) {
  .high-jewellery-new .right .btn-main {
    margin-top: 18px;
  }
}

.latest-designs {
  background-color: #edf5f6;
  display: flex;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  width: 100%;
  justify-content: center;
}
.latest-designs .slick-pagi-high-lastest {
  display: flex;
  justify-content: space-between;
  align-items: center;
  right: 0;
  margin-top: 50px;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 999px) {
  .latest-designs {
    flex-direction: column-reverse;
    padding: 40px 16px !important;
    margin: auto;
  }
  .latest-designs .left {
    width: 100%;
  }
  .latest-designs .slick-btn-wrapper {
    display: none;
  }
  .latest-designs .empty {
    display: none;
  }
  .latest-designs .slick-pagi-high-lastest {
    justify-content: center;
  }
  .latest-designs .right {
    justify-content: center !important;
  }
}
@media (min-width: 1920px) {
  .latest-designs video {
    height: auto;
  }
}
@media (max-width: 999px) {
  .latest-designs video {
    width: 100%;
    height: unset !important;
  }
}
@media (max-width: 1366px) {
  .latest-designs video {
    height: 619px;
  }
}
@media (max-width: 1150px) {
  .latest-designs video {
    height: 545px;
  }
}
.latest-designs video {
  height: 760px;
}
.latest-designs .left {
  width: calc(50% + 50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  .latest-designs .left {
    width: 100%;
    justify-content: center;
  }
}
.latest-designs .left .right-wrapper {
  width: 100%;
  max-width: 700px;
  position: relative;
  background-color: #edf5f6;
}
.latest-designs .left .products-wrapper-jewellery-2 {
  position: relative;
  margin-bottom: 50px;
}
.latest-designs .left .products-wrapper-jewellery-2 .img-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.latest-designs .right {
  width: calc(50% - 50px);
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
  .latest-designs .right {
    width: 100%;
  }
}

.our-boutique {
  padding: 40px 0px;
  margin-bottom: 10px;
}
.our-boutique .btn-main {
  margin-top: 18px;
}
@media (max-width: 580px) {
  .our-boutique .btn-main {
    margin-top: 10px;
  }
}
.our-boutique-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1200px) {
  .our-boutique-wrapper {
    gap: 15px;
  }
}
@media (max-width: 999px) {
  .our-boutique-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .our-boutique-wrapper .left {
    width: 30%;
  }
}
@media (max-width: 999px) {
  .our-boutique-wrapper .left {
    width: 100%;
    padding: 0px 16px;
    margin: auto;
  }
}
.our-boutique-wrapper .left-wrapper {
  text-align: center;
}
.our-boutique-wrapper .left-wrapper p {
  color: #2a2d2d;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1px;
}
@media (max-width: 580px) {
  .our-boutique-wrapper .left-wrapper .main-title {
    font-size: 38px !important;
  }
}
.our-boutique-wrapper .right {
  display: flex;
  gap: 2px;
}
@media (max-width: 1200px) {
  .our-boutique-wrapper .right {
    width: 70%;
  }
  .our-boutique-wrapper .right img {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .our-boutique-wrapper .right {
    width: 100%;
    margin-top: 29px;
  }
  .our-boutique-wrapper .right img {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .our-boutique-wrapper .right {
    margin-right: -16px;
    margin-bottom: 0px;
  }
  .our-boutique-wrapper .right img {
    width: 100%;
  }
}
.our-boutique .img-wrapper {
  margin-bottom: 25px;
  overflow: hidden;
}
.our-boutique-single {
  overflow: hidden !important;
}
@media (max-width: 580px) {
  .our-boutique-single {
    margin-right: 16px;
  }
}
.our-boutique-single img {
  transition: transform 0.3s ease-in-out;
}
.our-boutique-single:hover img {
  transform: scale(1.1);
}
.our-boutique-single h6 {
  color: #2a2d2d;
  text-align: center;
  font-family: Kalnia;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.72px;
}
.our-boutique-single p {
  color: #757778;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1px;
}

.insta-feed {
  padding: 40px 0px;
}
.insta-feed .title {
  display: flex;
  justify-content: space-between;
}
.insta-feed h6 {
  color: var(--0-ba-3-ba, #0ba3ba);
  font-family: Kalnia;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 166.667% */
  letter-spacing: 0.24px;
}
.insta-feed p {
  color: #2a2d2d;
  font-family: Kalnia;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.64px;
}

.default-slider .slick-dots {
  display: none;
}

.default-slider.slick-initialized .slick-slide:nth-child(n+2) ~ .slick-dots {
  display: block;
}

.products-home-slide .slick-dots {
  display: none;
}

.products-home-slide .slick-initialized .slick-slide:nth-child(n+2) ~ .slick-dots {
  display: block;
}

.mobile-num-mobile {
  display: block !important;
}
@media (min-width: 999px) {
  .mobile-num-mobile {
    display: none !important;
  }
}

@media (max-width: 580px) {
  .botique-slide {
    display: none !important;
  }
}

@media (max-width: 580px) {
  .botique-p {
    display: none !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.hj-category .hover-element {
  opacity: 1 !important;
}
.hj-category .hover-element h3 {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
.hj-category .hover-element .btn-outline-primary {
  opacity: 1 !important;
}

@media (max-width: 991.98px) {
  html.special-gemstones .common-content-banner-container .common-banner-img {
    opacity: 1;
  }
}
html.special-gemstones .common-content-banner-container .gemstone-banner {
  background-image: url("/frontend/img/revamp/home/special-gemstones/gembanner.png") !important;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  html.special-gemstones .common-content-banner-container .gemstone-banner {
    display: none;
  }
}
@media (max-width: 991.98px) {
  html.special-gemstones .common-content-banner-container .content-box {
    position: relative;
    text-align: center;
  }
}
html.special-gemstones .category-container {
  padding-top: 40px;
}
@media (max-width: 767.98px) {
  html.special-gemstones .category-container {
    text-align: center;
  }
}
.inner-banner {
  width: 100%;
  position: relative;
}
.inner-banner__img {
  width: 100%;
  object-fit: cover;
  object-position: right;
  height: 60vh;
}
@media (max-width: 1440px) {
  .inner-banner__img {
    height: 405px;
  }
}
.inner-banner__content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.inner-banner__content h1 {
  font-family: "Kalnia";
  font-size: 3.125rem;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .inner-banner__content h1 {
    font-size: 40px;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .inner-banner__content h1 {
    font-size: 36px;
  }
}
.inner-banner .left {
  left: 15%;
}
@media (max-width: 992px) {
  .inner-banner .left {
    left: 0;
  }
}
.inner-banner .center {
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-banner .crafting-banner {
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  .banner-overlay {
    display: block;
  }
}

.sust-intro {
  padding-top: 95px;
  padding-bottom: 120px;
}
@media (max-width: 680px) {
  .sust-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sust-intro-sec {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 95px;
}
.sust-intro-sec h2 {
  letter-spacing: 0.34px;
  margin-bottom: 24px;
}
.sust-intro-sec p {
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 48px;
}
.sust-intro-sec a {
  margin-bottom: 24px;
}

.sust-sprit {
  margin-top: 72px;
  margin-bottom: 150px;
}
@media (max-width: 680px) {
  .sust-sprit {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.sust-sprit__header {
  text-align: center;
  margin-bottom: 100px;
}
.sust-sprit__header p {
  color: #2a2d2d;
  font-family: "Kalnia";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.64px;
  margin-bottom: 12px;
}
.sust-sprit__header h2 {
  letter-spacing: 0.34px;
}
.sust-sprit .sustainability-product-lists .card-sustainability-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .sust-sprit .sustainability-product-lists .card-sustainability-product {
    flex-direction: column;
  }
}
.sust-sprit .sustainability-product-lists .card-sustainability-product:last-child {
  margin-bottom: 0;
}
.sust-sprit .sustainability-product-lists .card-sustainability-product:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .sust-sprit .sustainability-product-lists .card-sustainability-product:nth-child(even) {
    flex-direction: column;
  }
}
.sust-sprit .sustainability-product-lists .card-sustainability-product .img-sec {
  width: 53%;
}
@media (max-width: 1024px) {
  .sust-sprit .sustainability-product-lists .card-sustainability-product .img-sec {
    width: 100%;
  }
}
.sust-sprit .sustainability-product-lists .card-sustainability-product .img-sec img {
  width: 100%;
}
.sust-sprit .sustainability-product-lists .card-sustainability-product .content {
  width: 47%;
  text-align: center;
}
@media (max-width: 1024px) {
  .sust-sprit .sustainability-product-lists .card-sustainability-product .content {
    width: 100%;
  }
}
.sust-sprit .sustainability-product-lists .card-sustainability-product .content h3 {
  color: #0ba3ba;
  font-family: "Kalnia";
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.28px;
  margin-bottom: 24px;
}
.sust-sprit .sustainability-product-lists .card-sustainability-product .content p {
  color: #2a2d2d;
  font-family: "Nunito Sans";
  font-size: 14px;
  text-align: center;
  leading-trim: both;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

.blog-section {
  margin-top: 115px;
  margin-bottom: 70px;
}
@media (max-width: 680px) {
  .blog-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.blog-section .sust-sprit__header {
  margin-bottom: 40px;
}

.blog-lists {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1039px;
  margin: 0 auto;
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .blog-lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-lists {
    grid-template-columns: 100%;
    margin-bottom: 50px;
  }
}

.blog-list {
  border: 1px solid #e1f0e1;
  background: #fff;
}
.blog-list:hover {
  text-decoration: underline;
}
.blog-list:hover .blog-list__image-wrap img {
  transform: scale(1.05);
}
.blog-list__image-wrap {
  width: 100%;
  height: 240px;
  margin-bottom: 24px;
  overflow: hidden;
}
.blog-list__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.3s ease-in-out;
}
.blog-list__content {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}
.blog-list__content p {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #979797;
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
}
.blog-list__content h3 {
  color: #0ba3ba;
  font-family: "Kalnia";
  font-size: 24px;
  font-weight: 400;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination ul {
  list-style: none;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.pagination ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li.last a {
  border: none;
}
.pagination ul li.last a svg {
  transform: translateY(5px);
}
.pagination ul li a {
  padding: 8px 14px;
  border: 1px solid rgba(159, 174, 176, 0.3);
  color: #979797;
  font-family: "Nunito";
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.boutiques body {
  scroll-behavior: smooth;
}
.boutiques .boutiques-container #map {
  scroll-margin-top: 100px;
}

.project-gallery {
  background-color: #fff;
  overflow: hidden;
}
.project-gallery .gallery-swiper {
  width: 100%;
  height: 500px;
  padding: 20px 0;
}
.project-gallery .gallery-swiper .swiper-wrapper {
  align-items: center;
}
.project-gallery .gallery-swiper .swiper-slide {
  width: 380px;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .project-gallery .gallery-swiper {
    height: 400px;
  }
  .project-gallery .gallery-swiper .swiper-slide {
    width: 280px;
    height: 360px;
  }
}
.project-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 410px;
  background-color: #e9ecef;
  border-radius: 4px;
}
.project-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.project-gallery .gallery-item img:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .project-gallery .gallery-item {
    width: 280px;
    height: 360px;
  }
}

.more-projects {
  background-color: #EBF3F5;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .more-projects {
    padding: 40px 0;
  }
}

.more-projects-title {
  font-family: Kalnia, serif;
  font-size: 34px;
  color: #0ba3ba;
  margin: 0;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.34px;
}
@media (max-width: 991px) {
  .more-projects-title {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .more-projects-title {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .more-projects-title {
    font-size: 28px;
  }
}

.more-projects-slider {
  margin: 0 -12px;
}
.more-projects-slider .slick-list {
  margin: 0 -12px;
  padding: 20px 0 !important;
}
@media (max-width: 768px) {
  .more-projects-slider .slick-list {
    margin: 0 -8px;
  }
}
.more-projects-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.more-projects-slider .slick-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.more-projects-slider .slick-slide > div {
  height: 100%;
}
@media (max-width: 768px) {
  .more-projects-slider {
    margin: 0 -8px;
  }
}

.project-slide {
  padding: 0 12px;
  margin-bottom: 0;
}
.project-slide .blog-list {
  margin-bottom: 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-slide .blog-list:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .project-slide {
    padding: 0 8px;
  }
}

.slick-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 991px) {
  .slick-btn-wrapper {
    justify-content: center;
    margin-top: 10px;
  }
}

.slick-arrow-custom {
  background: transparent;
  border: 2px solid #00A9B5;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  color: #00A9B5;
}
.slick-arrow-custom:hover {
  background: #00A9B5;
  color: #ffffff;
  border-color: #00A9B5;
}
.slick-arrow-custom:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.slick-arrow-custom:disabled:hover {
  background: transparent;
  color: #00A9B5;
}
.slick-arrow-custom svg {
  width: 18px;
  height: 13px;
}
@media (max-width: 768px) {
  .slick-arrow-custom svg {
    width: 16px;
    height: 11px;
  }
}
@media (max-width: 768px) {
  .slick-arrow-custom {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 576px) {
  .slick-arrow-custom {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 991px) {
  .row.align-items-center {
    text-align: center;
  }
  .section-title {
    text-align: center;
  }
}
.breadcrumb-section {
  background-color: #f5f5f5;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .breadcrumb-section {
    padding: 10px 0;
  }
}
.breadcrumb-section .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .breadcrumb-section .breadcrumb {
    font-size: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .breadcrumb {
    font-size: 11px;
  }
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #666;
}
@media (max-width: 480px) {
  .breadcrumb-section .breadcrumb .breadcrumb-item:nth-child(2) {
    display: none;
  }
}
.breadcrumb-section .breadcrumb .breadcrumb-item:first-child a {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .breadcrumb-section .breadcrumb .breadcrumb-item:first-child a {
    width: 12px;
    height: 12px;
  }
}
.breadcrumb-section .breadcrumb .breadcrumb-item a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}
.breadcrumb-section .breadcrumb .breadcrumb-item a:hover {
  color: #333;
  text-decoration: none;
}
.breadcrumb-section .breadcrumb .breadcrumb-item.active {
  color: #333;
}
.breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 10px;
  color: #999;
  font-size: 16px;
}
@media (max-width: 768px) {
  .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 5px;
    font-size: 14px;
  }
}
.breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-section .breadcrumb .breadcrumb-item::before {
  content: none;
}

/*# sourceMappingURL=main.css.map */
