@font-face {
  font-family: "AlbertSans-Regular";
  src: url("fonts/AlbertSans-Regular.woff2") format("woff2"), url("fonts/AlbertSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Cinzel-Regular";
  src: url("fonts/Cinzel-Regular.woff2") format("woff2"), url("fonts/Cinzel-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "AlbertSans-Regular", sans-serif;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.35s ease;
}
.main-header .container {
  max-width: 750px;
}
.main-header .navbar {
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.1294117647);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 60px;
  margin: 30px 0;
  padding: 5px 10px !important;
}
.main-header .logo img {
  height: 50px;
  width: auto;
  display: block;
}
.main-header .navbar-nav {
  align-items: center;
}
.main-header .navbar-nav .nav-item {
  margin: 0 18px;
  position: relative;
}
.main-header .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all 0.35s ease;
  position: relative;
}
.main-header .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #D39700;
  transition: all 0.35s ease;
}
.main-header .navbar-nav .nav-link:hover {
  color: #D39700;
}
.main-header .navbar-nav .nav-link:hover:after {
  width: 100%;
}
.main-header .nav-item.active .nav-link {
  color: #D39700;
}
.main-header .navbar-collapse {
  flex-grow: 1;
}
.main-header .header-right {
  display: flex;
  align-items: center;
}
.main-header .search-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: transparent;
  transition: all 0.35s ease;
  cursor: pointer;
  outline: none;
}
.main-header .search-btn:hover {
  color: #ffffff;
  transform: rotate(360deg);
}
.main-header .search-btn.active {
  background: #D39700;
  color: #ffffff;
}
.main-header .search-area {
  background: #000000;
  display: none;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.main-header .search-area form {
  display: flex;
  position: relative;
}
.main-header .search-area input {
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 60px 0 15px;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.1294117647);
  color: #ffffff;
}
.main-header .search-area button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
  border: none;
  background: #D39700;
  color: #ffffff;
  cursor: pointer;
}
.main-header .search-area button img {
  height: 20px;
  width: 20px;
  margin-top: -5px;
}
.main-header .navbar-toggler {
  border: none;
  color: #ffffff;
  font-size: 30px;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.main-header .main-header.sticky {
  background: #000;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.main-header .banner {
  background: url("../images/home-banner.svg");
  height: 100vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-header .profile-menu .dropdown-toggle {
  padding: 0.5rem;
}
.main-header .profile-menu .dropdown-toggle::after {
  display: none;
}
.main-header .header-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.btn-primary {
  background-color: #D39700;
  color: #ffffff;
  border: 1px solid #D39700;
  font-size: 16px;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 0;
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #D39700;
  border: 1px solid #D39700;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #ffffff;
  color: #D39700;
  border: 1px solid #D39700;
  box-shadow: none;
}
.btn-primary:focus {
  background-color: #ffffff;
  color: #D39700;
  border: 1px solid #D39700;
  box-shadow: none;
}

.btn-light {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 16px;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 0;
}
.btn-light:hover {
  background-color: #ffffff;
  color: #D39700;
  border: 1px solid #D39700;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus {
  background-color: #ffffff;
  color: #D39700;
  border: 1px solid #D39700;
  box-shadow: none;
}
.btn-light:focus {
  background-color: #ffffff;
  color: #D39700;
  border: 1px solid #D39700;
  box-shadow: none;
}

.featured-jewellery {
  position: relative;
  overflow: hidden;
}
.featured-jewellery .product-track-wrapper {
  overflow: hidden;
  max-width: 720px;
}
.featured-jewellery .product-track {
  display: flex;
  gap: 30px;
}
.featured-jewellery .gallery-wrapper {
  position: relative;
  height: 520px;
  z-index: 20;
}
.featured-jewellery .gallery-track {
  position: relative;
  width: 100%;
  height: 100%;
}
.featured-jewellery .gallery-item {
  position: absolute;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.featured-jewellery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.featured-jewellery .left-hide {
  width: 150px;
  height: 200px;
  left: 0;
  top: 250px;
  opacity: 0.2;
}
.featured-jewellery .left-small {
  width: 190px;
  height: 270px;
  left: 157px;
  top: 170px;
  opacity: 0.45;
}
.featured-jewellery .left-medium {
  width: 240px;
  height: 360px;
  left: 353px;
  top: 70px;
  opacity: 0.8;
}
.featured-jewellery .active {
  width: 320px;
  height: 470px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 0;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}
.featured-jewellery .right-medium {
  width: 240px;
  height: 360px;
  right: 352px;
  top: 70px;
  opacity: 0.8;
}
.featured-jewellery .right-small {
  width: 190px;
  height: 270px;
  right: 156px;
  top: 170px;
  opacity: 0.45;
}
.featured-jewellery .right-hide {
  width: 150px;
  height: 200px;
  right: 0;
  top: 250px;
  opacity: 0.2;
}
.featured-jewellery .curve-bg {
  position: absolute;
  left: 50%;
  bottom: -190px;
  transform: translateX(-50%);
  width: 108rem;
  height: 390px;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 75%, #FFF9EC 92%, #FFE6B5 100%);
  border-top-left-radius: 100% 100%;
  border-top-right-radius: 100% 100%;
  z-index: 2;
}
.featured-jewellery .product-area {
  position: relative;
  z-index: 50;
  margin-top: -225px;
}
.featured-jewellery .product-title {
  text-align: center;
  font-size: 33px;
  font-weight: 400;
  margin-bottom: 10px;
}
.featured-jewellery .product-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.featured-jewellery .product-item {
  flex: 0 0 220px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  transition: 0.4s;
}
.featured-jewellery .product-item:hover {
  transform: translateY(-10px);
}
.featured-jewellery .product-image {
  width: 130px;
  height: 130px;
  margin: auto auto 20px;
}
.featured-jewellery .product-image img {
  width: 100%;
}
.featured-jewellery .view-product {
  font-size: 18px;
  color: #737373;
  font-weight: 400;
  text-decoration: none;
}
.featured-jewellery .view-product i {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.featured-jewellery .arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: none;
  background: #FAF7F0;
  color: #C29956;
  font-size: 24px;
  transition: 0.4s;
}
.featured-jewellery .arrow:hover {
  background: #D39700;
  color: #fff;
}

section {
  padding: 4rem 0;
}

html,
body {
  overflow-x: hidden;
}

.wrapper {
  max-width: 1450px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*section title*/
.section-title {
  margin-bottom: 30px;
}
.section-title span {
  display: block;
  color: #D39700;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.section-title h2 {
  font-size: 52px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
  font-family: "Cinzel-Regular";
}
.section-title img {
  width: 200px;
}

.white-section-title {
  margin-bottom: 30px;
}
.white-section-title span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.white-section-title h2 {
  font-size: 52px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: "Cinzel-Regular";
}

.product-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D39700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.product-link:hover {
  color: #D39700;
  text-decoration: none;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  background: url("../images/home-banner-plain.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 9rem 0 0 0;
}
.hero-banner .banner-title {
  font-size: 100px;
  background: linear-gradient(180deg, #D8C898 9.13%, #3F372E 90.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: "Cinzel-Regular";
  font-weight: 400;
}
.hero-banner .since-year {
  height: 170px;
  position: absolute;
  bottom: 10px;
}
.hero-banner .container {
  position: relative;
  z-index: 2;
}
.hero-banner .hero-content {
  position: relative;
  z-index: 5;
}
.hero-banner .hero-content .hero-text {
  max-width: 315px;
  color: #908C88;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 15px;
}

.hero-images-wommen {
  position: relative;
  width: 100%;
  height: 470px;
}
.hero-images-wommen .woman-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 520px;
  z-index: 6;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.18));
}

.ring-img {
  position: absolute;
  width: 100%;
  height: 450px;
  left: 0;
  bottom: 0;
  z-index: 8;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.18));
  transform-origin: center center;
}

.hero-banner:hover .woman-img {
  transform: translateY(-6px);
}
.hero-banner:hover .ring-img {
  transform: translateY(-12px) scale(1.05);
}

@keyframes floatRing {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floatWoman {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes pulseGlow {
  0% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.8);
  }
}
@keyframes rotateBadge {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ring-img {
  animation: floatRing 4s ease-in-out infinite;
}

.woman-img {
  animation: floatWoman 6s ease-in-out infinite;
}

.rotate-badge {
  animation: rotateBadge 25s linear infinite;
}

.collections-section {
  background: #fff;
}
.collections-section .display-4 {
  font-size: 54px;
  font-weight: 300;
  color: #000000;
}
.collections-section .btn-dark {
  padding: 14px 40px;
  border-radius: 0;
  transition: all 0.35s ease;
}
.collections-section .btn-dark:hover {
  background: #D39700;
  border-color: #D39700;
}
.collections-section .collection-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #E7E5E4;
  background: #fff;
}
.collections-section .collection-tabs .nav-link {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin: 0;
  color: #000000;
  background: #FFFEFA;
  border-right: 1px solid #E7E5E4;
  border-bottom: 1px solid #E7E5E4;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.collections-section .collection-tabs .nav-link img {
  width: 58px;
  margin-bottom: 18px;
  transition: all 0.35s ease;
}
.collections-section .collection-tabs .nav-link .tab-title {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(11, 4, 4);
  letter-spacing: 1px;
  font-weight: 400;
}
.collections-section .collection-tabs .nav-link:hover {
  background: #FFFEFA;
  box-shadow: 0px 0px 75.4px 0px rgba(211, 151, 0, 0.2) inset;
  color: #D39700;
}
.collections-section .collection-tabs .nav-link:hover img {
  transform: scale(1.08);
}
.collections-section .collection-tabs .nav-link:hover:before {
  height: 100%;
}
.collections-section .collection-tabs .nav-link:nth-child(2n) {
  border-right: none;
}
.collections-section .collection-tabs .nav-link:nth-last-child(-n+2) {
  border-bottom: none;
}
.collections-section .collection-tabs .nav-link.active {
  background: #FFFEFA;
  box-shadow: 0px 0px 75.4px 0px rgba(211, 151, 0, 0.2) inset;
  color: #D39700;
}
.collections-section .collection-tabs .nav-link.active:before {
  height: 100%;
}
.collections-section .collection-tabs .nav-link.active img {
  transform: scale(1.1);
}
.collections-section .product-card {
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.35s ease;
}
.collections-section .product-card .img-fluid {
  width: 100%;
  height: 340px;
  object-fit: contain;
  background: #f5f5f4;
  transition: 0.5s;
}
.collections-section .product-card .product-info {
  padding: 15px 0 0;
}
.collections-section .product-card .product-info .product-title {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  color: rgb(11, 4, 4);
  margin-bottom: 0;
}
.collections-section .product-card .product-info .product-colors {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.collections-section .product-card .product-info .product-colors .color {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.collections-section .product-card .product-info .product-colors .color-light {
  background: #ececec;
}
.collections-section .product-card .product-info .product-colors .color-gold {
  background: #c79b2b;
}

.story-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.story-section .story-image {
  position: relative;
  overflow: hidden;
}
.story-section .story-image img {
  width: 100%;
  display: block;
  transition: all 0.6s ease;
}
.story-section .story-image:hover img {
  transform: scale(1.05);
}
.story-section .story-content {
  padding-left: 15px;
}
.story-section .story-title {
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  color: #000000;
  font-family: "Cinzel-Regular";
  margin-bottom: 30px;
  text-transform: uppercase;
}
.story-section .story-title span {
  display: block;
}
.story-section .story-item {
  margin-bottom: 30px;
}
.story-section .story-item h4 {
  font-size: 18px;
  color: #C89B2B;
  font-weight: 500;
  margin-bottom: 5px;
}
.story-section .story-item p {
  margin: 0;
  color: #737373;
  line-height: normal;
  font-size: 16px;
}
.story-section .story-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 25px;
  color: #C89B2B;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  transition: all 0.35s ease;
}
.story-section .story-btn span {
  margin-left: 5px;
  transition: all 0.35s ease;
}
.story-section .story-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100px;
  height: 2px;
  background: #C89B2B;
  transition: 0.4s;
}
.story-section .story-btn:hover {
  color: #222;
}
.story-section .story-btn:hover span {
  transform: translateX(8px);
}
.story-section .story-btn:hover:after {
  width: 120px;
}

.trust-section {
  padding: 0;
  background: linear-gradient(rgba(173, 134, 69, 0.87)), url(../images/trust-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  background-position: top center;
  background-size: cover;
}
.trust-section .trust-content {
  padding-right: 10rem;
}
.trust-section .trust-content .trust-title {
  font-size: 48px;
  line-height: 1.25;
  font-weight: 400;
  color: #ffffff;
  font-family: "Cinzel-Regular";
  text-transform: uppercase;
  margin-bottom: 20px;
}
.trust-section .trust-content .trust-title p {
  margin: 0;
}
.trust-section .trust-content .trust-para {
  margin-bottom: 40px;
}
.trust-section .trust-content .trust-para p {
  font-size: 16px;
  color: #F1E6DB;
  font-weight: 500;
}
.trust-section .trust-content a {
  text-decoration: none;
}

.testimonial-section {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.marquee-row {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.marquee-row:last-child {
  margin-bottom: 0;
}

.marquee-track {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: max-content;
  gap: 45px;
}

.testimonial-card {
  width: 600px;
  min-width: 600px;
  display: flex;
  align-items: flex-start;
  padding: 10px;
  transition: 0.35s ease;
  cursor: pointer;
}
.testimonial-card:hover {
  transform: translateY(-8px);
}
.testimonial-card:hover .client-image img {
  transform: scale(1.08);
}

.client-image {
  width: 85px;
  height: 85px;
  flex: 0 0 85px;
  margin-right: 22px;
  overflow: hidden;
}
.client-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.testimonial-content h4 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  font-family: "Cinzel-Regular";
  margin-bottom: 12px;
  text-transform: uppercase;
}
.testimonial-content p {
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  margin: 0;
  font-weight: 400;
}

.testimonial-card:hover .testimonial-content h4 {
  color: #C89B2B;
}

.premium-collection {
  position: relative;
  background: url("../images/premium-collection-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
.premium-collection .wrapper {
  position: relative;
  margin: auto;
  min-height: 700px;
}
.premium-collection .premium-product-card {
  position: absolute;
  width: fit-content;
  background: #fff;
  padding: 10px;
  transition: 0.4s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.premium-collection .premium-product-card img {
  width: 100%;
}
.premium-collection .premium-product-card:hover {
  transform: translateY(-10px);
}
.premium-collection .premium-product-card .card-content h5 {
  color: #000000;
  font-size: 18px;
  padding: 10px 0 0 0;
  font-weight: 400;
  margin: 0;
}
.premium-collection .left-card {
  left: 15px;
  bottom: 0;
}
.premium-collection .right-card {
  right: 15px;
  top: 0;
}

.promise-section {
  position: relative;
  overflow: hidden;
  padding-top: 15rem;
  background: #fff;
}
.promise-section .section-title,
.promise-section .promise-list {
  position: relative;
  z-index: 2;
}
.promise-section .bg-text {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.promise-section .bg-text .bg-marquee {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 40px;
  width: max-content;
}
.promise-section .bg-text span {
  font-size: clamp(60px, 9vw, 120px);
  font-weight: 300;
  color: #ececec;
  letter-spacing: 3px;
  flex-shrink: 0;
}
.promise-section .bg-text .ring-heading-img {
  width: 90px;
  flex-shrink: 0;
  transform: rotate(-20deg);
}
.promise-section .row {
  position: relative;
  z-index: 2;
}
.promise-section .section-title {
  position: relative;
  z-index: 3;
}
.promise-section .promise-list {
  max-width: 430px;
  margin: auto;
}
.promise-section .promise-item {
  padding: 28px 0;
  border-bottom: 1px solid #eee;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}
.promise-section .promise-item i {
  margin-right: 10px;
  display: inline-block;
}
.promise-section .promise-item small {
  display: block;
  color: #999;
  margin-top: 6px;
  font-size: 13px;
}
.promise-section .left-images,
.promise-section .right-images {
  position: relative;
  height: 650px;
}
.promise-section .left-images img,
.promise-section .right-images img {
  width: 160px;
  border-radius: 4px;
  position: absolute;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}
.promise-section .img-one {
  top: 120px;
  left: 0;
}
.promise-section .img-two {
  bottom: 30px;
  left: 40px;
}
.promise-section .img-three {
  top: 150px;
  right: 0px;
}
.promise-section .img-four {
  bottom: 0;
  right: 70px;
}

footer {
  background-color: #080808;
  color: #ffffff;
  padding: 4rem 0;
}

.footer-logo {
  width: 50px;
  height: auto;
  margin-bottom: 20px;
}

.footer-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  padding-right: 2rem;
}

/* Newsletter Input Styles */
.newsletter-box {
  background-color: #D39700;
  padding: 10px;
  display: flex;
  align-items: center;
  max-width: 370px;
}
.newsletter-box input {
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 5px 12px;
  width: 100%;
}
.newsletter-box input::placeholder {
  color: #ffffff;
}
.newsletter-box input:focus {
  outline: none;
  box-shadow: none;
}

.newsletter-box .btn-subs {
  background-color: #212121;
  color: #FFFDFB;
  border: none;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.3s ease;
}

.newsletter-box .btn-subs:hover {
  background-color: #333333;
}

.footer-heading {
  font-family: "Cinzel-Regular";
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 25px;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  color: #878787;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #D39700;
}

/* Contact and Payment Icons */
.contact-phone {
  color: #878787;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}

.payment-icons img {
  height: 25px;
  margin-right: 2px;
}

@media (max-width: 1199px) {
  .navbar-nav .nav-item {
    margin: 0 12px;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .story-section .story-content {
    padding-left: 40px;
  }
  .testimonial-card {
    width: 450px;
    min-width: 450px;
  }
  .trust-title p,
  .story-section .story-title {
    font-size: 24px;
  }
  .white-section-title span {
    font-size: 16px;
  }
  .white-section-title h2 {
    font-size: 30px;
    margin: auto 8rem;
  }
  .hero-banner .banner-title {
    font-size: 80px;
  }
  .featured-jewellery .gallery-wrapper {
    height: 470px;
  }
  .featured-jewellery .left-hide {
    width: 84px;
    height: 136px;
    left: 0;
    top: 195px;
  }
  .featured-jewellery .left-small {
    width: 142px;
    height: 155px;
    left: 80px;
    top: 150px;
  }
  .featured-jewellery .left-medium {
    width: 157px;
    height: 236px;
    left: 220px;
    top: 60px;
  }
  .featured-jewellery .active {
    width: 270px;
    height: 280px;
  }
  .featured-jewellery .right-medium {
    width: 157px;
    height: 236px;
    right: 220px;
    top: 60px;
  }
  .featured-jewellery .right-small {
    width: 142px;
    height: 155px;
    right: 80px;
    top: 150px;
  }
  .featured-jewellery .right-hide {
    width: 84px;
    height: 136px;
    right: 0;
    top: 195px;
  }
  .featured-jewellery .curve-bg {
    width: 145rem;
    height: 500px;
    bottom: -305px;
  }
  .featured-jewellery .product-area {
    margin-top: -190px;
  }
}
@media (max-width: 991px) {
  .main-header .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .main-header .navbar {
    min-height: 70px;
    padding: 10px 15px !important;
    position: relative;
    border-radius: 20px;
  }
  .main-header .logo img {
    height: 42px;
  }
  .main-header {
    /* Right icons */
  }
  .main-header .header-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .main-header .header-right {
    margin: 0;
  }
  .main-header .profile-menu {
    margin: 0;
  }
  .main-header .profile-menu .dropdown-menu {
    right: 0;
    left: auto;
  }
  .main-header {
    /* Hamburger */
  }
  .main-header .navbar-toggler {
    padding: 0;
    margin-left: 10px;
    border: 0;
    color: #fff;
    font-size: 30px;
  }
  .main-header .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }
  .main-header {
    /* Mobile Menu */
  }
  .main-header .navbar-collapse {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #1f1f1f;
    border-radius: 15px;
    padding: 15px;
    z-index: 999;
  }
  .main-header .navbar-nav {
    width: 100%;
    align-items: flex-start;
  }
  .main-header .navbar-nav .nav-item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .main-header .navbar-nav .nav-item:last-child {
    border-bottom: 0;
  }
  .main-header .navbar-nav .nav-link {
    display: block;
    padding: 16px 0;
  }
  .story-section .story-content {
    padding-left: 0;
  }
  .hero-banner {
    padding: 9rem 0 0 0;
  }
  .hero-content {
    text-align: center;
    margin-bottom: 60px;
  }
  .woman-img {
    width: 360px;
    right: 50%;
    transform: translateX(50%);
  }
  .ring-heading-img {
    width: 120px;
    left: 50%;
    bottom: 160px;
    transform: translateX(-50%);
  }
  .rotate-badge {
    max-width: 100%;
    left: 0;
  }
  .woman-img {
    width: 450px;
  }
  .mountain-img {
    width: 300px;
  }
  .ring-heading-img {
    width: 150px;
    left: 150px;
    bottom: 190px;
  }
  .promise-section {
    padding-top: 10rem;
  }
  .promise-section .bg-text span {
    font-size: 70px;
  }
  .promise-section .bg-text .ring-heading-img {
    width: 70px;
  }
  .tab-pane .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .tab-pane .row::-webkit-scrollbar {
    display: none;
  }
  .tab-pane .row > [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .product-card {
    height: 100%;
  }
  .collections-section .collection-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .collections-section .collection-tabs::-webkit-scrollbar {
    display: none;
  }
  .collections-section .collection-tabs .nav-link {
    text-align: center;
    flex: 0 0 140px;
    max-width: 140px;
    height: 130px;
  }
  .collections-section .collection-tabs .nav-link img {
    width: 40px;
    margin-bottom: 10px;
  }
  .collections-section .collection-tabs .nav-link .tab-title {
    font-size: 12px;
  }
  .collection-tabs .nav-link:nth-child(2n) {
    border-right: 1px solid #E7E5E4;
  }
  .trust-title p,
  .story-section .story-title {
    font-size: 24px;
  }
  .trust-section .trust-content {
    padding-right: 0;
  }
  .trust-section .trust-content .trust-para {
    margin-bottom: 20px;
  }
  .section-title span {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 24px;
    margin: 0;
  }
  .section-title img {
    width: 100px;
  }
  .white-section-title span {
    font-size: 14px;
  }
  .white-section-title h2 {
    font-size: 30px;
    margin: auto 2rem;
  }
  .premium-collection .right-card {
    top: 6rem;
  }
  .premium-collection .premium-product-card {
    width: 30%;
  }
  .since-year img,
  .rotate-badge,
  .hero-images .ring-img {
    display: none;
  }
  .hero-banner .hero-content .hero-text {
    font-size: 16px;
    max-width: 100%;
    margin: auto 10rem;
  }
  .hero-banner .banner-title {
    font-size: 50px;
  }
  .mobile-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 40px;
    gap: 5px;
  }
  .mobile-gallery .item {
    overflow: hidden;
    border-radius: 8px;
  }
  .mobile-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .item1 {
    grid-column: 2/span 2;
    grid-row: 1/span 10;
  }
  .item2 {
    grid-column: 5/span 26;
    grid-row: 2/span 7;
  }
  .item3 {
    grid-column: 4/span 1;
    grid-row: 7/span 5;
  }
  .featured-jewellery .gallery-wrapper {
    height: 390px;
  }
  .featured-jewellery .left-hide {
    width: 85px;
    height: 105px;
    left: 5px;
    top: 223px;
  }
  .featured-jewellery .left-small {
    width: 90px;
    height: 140px;
    left: 95px;
    top: 160px;
  }
  .featured-jewellery .left-medium {
    width: 96px;
    height: 177px;
    left: 192px;
    top: 112px;
  }
  .featured-jewellery .active {
    width: 170px;
    height: 290px;
  }
  .featured-jewellery .right-medium {
    width: 96px;
    height: 177px;
    right: 192px;
    top: 112px;
  }
  .featured-jewellery .right-small {
    width: 90px;
    height: 140px;
    right: 95px;
    top: 160px;
  }
  .featured-jewellery .right-hide {
    width: 85px;
    height: 105px;
    right: 5px;
    top: 223px;
  }
  .featured-jewellery .curve-bg {
    width: 180%;
    height: 400px;
    bottom: -270px;
  }
  .featured-jewellery .product-area {
    margin-top: -120px;
  }
  .featured-jewellery .arrow {
    height: 35px;
    width: 35px;
    font-size: 20px;
  }
  .featured-jewellery .product-item {
    flex: 0 0 135px;
    padding: 15px;
  }
  .hero-images-wommen .woman-img {
    position: absolute;
    left: 50% !important;
    right: auto !important;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-50%) !important;
  }
}
@media (max-width: 767px) {
  section {
    padding: 2rem 0;
  }
  .main-header .navbar {
    border-radius: 15px;
    min-height: 70px;
  }
  .logo img {
    height: 36px;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
    padding: 14px;
  }
  .search-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .search-area form {
    display: flex;
    flex-direction: column;
  }
  .search-area input {
    width: 100%;
    margin-bottom: 12px;
  }
  .search-area button {
    position: relative;
    width: 100%;
    height: 50px;
  }
  .story-section .story-item {
    margin-bottom: 25px;
  }
  .story-section .story-item h4 {
    font-size: 18px;
  }
  .story-section .story-item p {
    font-size: 15px;
    line-height: 28px;
  }
  .client-image {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    margin-right: 15px;
  }
  .testimonial-content h4 {
    font-size: 24px;
  }
  .testimonial-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-banner {
    padding: 9rem 0 0 0;
  }
  .hero-banner .banner-title {
    font-size: 25px;
  }
  .since-year img,
  .rotate-badge,
  .hero-images .ring-img {
    display: none;
  }
  .hero-text {
    font-size: 15px;
    line-height: 28px;
  }
  .woman-img {
    width: 280px;
  }
  .ring-img {
    width: 95px;
    bottom: 120px;
  }
  .bg-text {
    top: 15px;
  }
  .bg-text span {
    font-size: 38px;
  }
  .bg-text .ring-heading-img {
    width: 38px;
    margin: 0 5px;
  }
  .promise-list {
    max-width: 100%;
    margin: 35px auto;
  }
  .promise-item {
    font-size: 18px;
    padding: 18px 0;
  }
  .left-images,
  .right-images {
    position: static;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
  }
  .left-images img,
  .right-images img {
    position: static !important;
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 6px;
  }
  .mobile-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 40px;
    gap: 5px;
  }
  .mobile-gallery .item {
    overflow: hidden;
    border-radius: 8px;
  }
  .mobile-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .item1 {
    grid-column: 1/span 2;
    grid-row: 1/span 4;
  }
  .item2 {
    grid-column: 5/span 2;
    grid-row: 2/span 4;
  }
  .item3 {
    grid-column: 1/span 3;
    grid-row: 7/span 5;
  }
  .section-title span {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 24px;
    margin: 0;
  }
  .section-title img {
    width: 100px;
  }
  .tab-pane .row > [class*=col-] {
    flex: 0 0 33%;
    max-width: 33%;
    width: 33%;
  }
  .trust-section {
    padding: 4rem 0;
  }
  .trust-section .trust-content {
    margin-bottom: 3rem;
    padding-right: 0;
  }
  .trust-title p,
  .story-section .story-title {
    font-size: 24px;
  }
  .premium-collection {
    min-height: 650px;
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .premium-collection .premium-product-card {
    position: absolute;
    width: 35%;
    background: #fff;
    padding: 6px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  .premium-collection .premium-product-card img {
    width: 100%;
  }
  .premium-collection .premium-product-card h5 {
    font-size: 10px;
  }
  .premium-collection .premium-product-card .product-link {
    font-size: 8px;
  }
  .premium-collection .right-card {
    top: 8rem;
  }
  .wrapper {
    position: relative;
    height: 100%;
  }
  .white-section-title span {
    font-size: 14px;
  }
  .white-section-title h2 {
    font-size: 24px;
  }
  .collections-section .collection-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .collections-section .collection-tabs::-webkit-scrollbar {
    display: none;
  }
  .collections-section .collection-tabs .nav-link {
    text-align: center;
    flex: 0 0 200px;
    max-width: 200px;
    height: 130px;
  }
  .collections-section .collection-tabs .nav-link img {
    width: 40px;
    margin-bottom: 10px;
  }
  .collections-section .collection-tabs .nav-link .tab-title {
    font-size: 12px;
  }
  .collections-section .collection-tabs .nav-link:nth-child(2n) {
    border-right: 1px solid #E7E5E4;
  }
  .featured-jewellery .gallery-wrapper {
    height: 320px;
  }
  .featured-jewellery .left-hide {
    width: 45px;
    height: 65px;
    left: 0;
    top: 155px;
  }
  .featured-jewellery .left-small {
    width: 70px;
    height: 100px;
    left: 35px;
    top: 105px;
  }
  .featured-jewellery .left-medium {
    width: 95px;
    height: 140px;
    left: 90px;
    top: 45px;
  }
  .featured-jewellery .active {
    width: 145px;
    height: 215px;
  }
  .featured-jewellery .right-medium {
    width: 95px;
    height: 140px;
    right: 90px;
    top: 45px;
  }
  .featured-jewellery .right-small {
    width: 70px;
    height: 100px;
    right: 35px;
    top: 105px;
  }
  .featured-jewellery .right-hide {
    width: 45px;
    height: 65px;
    right: 0;
    top: 155px;
  }
  .featured-jewellery .curve-bg {
    width: 220%;
    height: 340px;
    bottom: -245px;
  }
  .featured-jewellery .product-area {
    margin-top: -70px;
  }
}
@media (max-width: 575px) {
  .main-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo img {
    height: 32px;
  }
  .navbar {
    min-height: 65px;
  }
  .navbar-toggler {
    font-size: 26px;
  }
  .navbar-collapse {
    padding: 10px;
  }
  .navbar-nav .nav-link {
    padding: 12px;
    font-size: 13px;
  }
  .dropdown-item {
    font-size: 13px;
  }
  .search-btn {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  .search-area input {
    height: 46px;
  }
  .search-area button {
    height: 46px;
  }
  .woman-img {
    width: 230px;
  }
  .ring-img {
    width: 75px;
    bottom: 100px;
  }
  .rotate-badge {
    display: none;
  }
  .white-section-title span {
    font-size: 14px;
  }
  .white-section-title h2 {
    font-size: 24px;
  }
  .product-link {
    font-size: 12px;
  }
  .story-section .story-btn {
    display: none !important;
  }
  .trust-section .trust-content {
    padding-right: 0;
  }
  .hero-images-wommen {
    height: 450px;
  }
  .hero-images,
  .since-year {
    display: none;
  }
  .hero-banner .hero-content .hero-text {
    font-size: 12px;
    max-width: 100%;
    margin: 0;
  }
  .tab-pane .row > [class*=col-] {
    flex: 0 0 80%;
    max-width: 80%;
    width: 80%;
  }
  .featured-jewellery .gallery-wrapper {
    height: 280px;
  }
  .featured-jewellery .left-hide {
    width: 30px;
    height: 45px;
    left: 2px;
    top: 145px;
  }
  .featured-jewellery .left-small {
    width: 50px;
    height: 75px;
    left: 25px;
    top: 105px;
  }
  .featured-jewellery .left-medium {
    width: 75px;
    height: 110px;
    left: 65px;
    top: 50px;
  }
  .featured-jewellery .active {
    width: 120px;
    height: 180px;
  }
  .featured-jewellery .right-medium {
    width: 75px;
    height: 110px;
    right: 65px;
    top: 50px;
  }
  .featured-jewellery .right-small {
    width: 50px;
    height: 75px;
    right: 25px;
    top: 105px;
  }
  .featured-jewellery .right-hide {
    width: 30px;
    height: 45px;
    right: 2px;
    top: 145px;
  }
  .featured-jewellery .curve-bg {
    width: 260%;
    height: 437px;
    bottom: -308px;
  }
  .featured-jewellery .product-area {
    margin-top: -150px;
  }
}

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