@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Sorts+Mill+Goudy:ital@0;1&family=Yeseva+One&display=swap");
:root,
[data-bs-theme="light"] {
  --bs-primary-rgb: 113, 65, 45;
  --bs-btn-bg: #71412d;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #71412d;
  --bs-btn-border-color: #71412d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #633724;
  --bs-btn-hover-border-color: #633724;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #633724;
  --bs-btn-active-border-color: #633724;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #71412d;
  --bs-btn-disabled-border-color: #71412d;
}
body {
  font-family: "Montserrat", sans-serif;
}
h1,
h2 {
  font-family: "Sorts Mill Goudy", serif;
}
.jewel-nav {
  width: 100%;
  min-height: 90px;
  position: fixed;
  z-index: 10001;
  top: 0;
  background: linear-gradient(180deg, #f4f4f4 0%, rgba(255, 255, 255, 0));
}
.banner {
  margin-top: 90px;
}
header .jewel-nav.fixed {
  position: fixed;
  width: 100%;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(151, 164, 175, 0.1);
  z-index: 1001;
}
.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #71412d;
  font-weight: 500;
  padding-right: 1rem;
  padding-left: 1rem;
}
.carousel-caption {
  text-align: left;
  bottom: 20% !important;
  z-index: 2;
}
.carousel-caption h1 {
  font-size: 64px;
  font-family: "Yeseva One", cursive;
}
.carousel-inner::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0px;
  content: "";
  z-index: 1;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #592e1c;
}
.carousel-control-prev,
.carousel-control-next {
  position: relative;
}
.slider-nav {
  position: absolute;
  bottom: 10%;
  left: 15%;
  z-index: 1001;
}
.btn-slider {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  padding: 10px 15px;
}
.btn-slider:hover {
  background: #fff;
  color: #71412d;
  border: 2px solid #fff;
}
.collection-header {
  position: relative;
  z-index: 1;
}
.collection-header h1{
  font-size: 74px; 
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgba(113, 65, 45, 0.3) !important;
}
/* .collection-header::before {
  content: "Colletions";
  position: absolute;
  font-size: 128px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  right: 0;
  color: rgba(113, 65, 45, 0.1);
  top: -10px;
  z-index: 0;
} */
.jewel-col {
  border: 0px;
  min-height: 500px;
}
.jewel-col img {
  object-fit: cover;
  min-height: 500px;
  border-radius: 0px;
}
.jewel-col:hover {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #71412d 91.21%
  );
}
.jewel-col .card-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
}
.jewel-col .card-img-overlay::after {
  display: block;
  content: "";
  border-radius: 0px;
  bottom: 0px !important;
  z-index: 2;
  top: 1rem;
  border: 5px solid rgba(255, 238, 205, 1);
  width: calc(100% - 0rem);
  height: calc(100% - 1rem);
  transition: all 0.3s;
  margin-top: 0.5rem;
  transform: scale(1.1);
  opacity: 0;
}
.jewel-col:hover .card-img-overlay::after {
  opacity: 1;
}
.jewel-col .card-img-overlay i {
  font-size: 24px;
  display: none;
}
.jewel-col .card-img-overlay:hover i {
  font-size: 24px;
  display: block;
}
.jewel-col .card-img-overlay a {
  text-decoration: none;
  color: #fff;
}
.jewel-col::before {
  background: linear-gradient(
    180deg,
    rgba(196, 196, 196, 0) 0%,
    #71412d 91.21%
  );
  border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.jewel-col .card-img-overlay .jewel-hcen {
  position: absolute;
  bottom: 15%;
  z-index: 5;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
}
.ourstory-header {
  position: relative;
  z-index: 1;
}
.ourstory-header h1{
  font-size: 74px; 
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(113, 65, 45, 0.3) !important;
}
/* .ourstory-header::before {
  content: "OUR STORY";
  position: absolute;
  font-size: 128px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  left: 0;
  right: 0;
  color: rgba(113, 65, 45, 0.1);
  top: -10px;
  z-index: 0;
} */
.product .card {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.02));
  border: 0px;
  border-radius: 0px;
}

.head-title {
  font-size: 64px;
  font-family: "Yeseva One", cursive;
}

.about .big-img img {
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
}
.about {
  position: relative;
}

.about .small-img {
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 50px;
  background: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  right: 10%;
}
.form-control {
  border-radius: 0%;
  padding: 0.6rem 0.75rem;
}
.bg-jewel-subtle {
  background: rgba(113, 65, 45, 0.05);
}
.border-jewel {
  border-color: #ecd7d0 !important;
}
.form-control {
  border-color: rgba(236, 215, 208, 1);
}
.btn-socail {
  background: #71412d;
  font-size: 24px;
  color: #fff;
  padding: 11px 13px;
}
.mobile-slider{
  display: none;
}
@media only screen and (max-width: 600px) {
  .carousel-caption h1 {
    font-size: 36px !important;
  }
  .desktop-slider{
    display: none;
  }
  .navbar-collapse {
    background: #fff;
  }
  .collection-header h1 {
    font-size: 36px;
    top: 64px;
  }
  .ourstory-header h1 {
    font-size: 36px;
    top: 64px;
  }
  .banner .carousel-item img {
    min-height: 500px;
    object-fit: cover;
    /* object-position: unset; */
}
  .head-title {
    font-size: 42px;
    font-family: "Yeseva One", cursive;
  }
  /* .banner .carousel-item img {
    min-height: 500px;
    object-fit: fill;
    object-position: right;
  } */
  .mobile-slider{
    display: block;
  }
}
.button-next , .button-prev {
  padding: 7px 10px;
}
