@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;
  background-image: url("../img/bg.png");
}
.fs-18 {
  font-size: 18px;
}
.jewel-col img {
  object-fit: cover;
  min-height: 500px;
  border-radius: 0px;
}
h1,
h2 {
  font-family: "Sorts Mill Goudy", serif;
}
.font-sorts {
  font-family: "Sorts Mill Goudy", serif !important;
}
.jewel-nav {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .jewel-nav.fixed-top {
  padding-top: 20px;
  padding-bottom: 20px;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
}
.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;
  width: 100%;
  height: 100%;
  top: 0px;
  content: "";
  z-index: 1;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #592e1c;
}
.navbar-nav .nav-link::before {
  content: "-";
  padding-right: 5px;
}
.carousel-control-prev,
.carousel-control-next {
  position: relative;
}
.slider-nav {
  position: absolute;
  bottom: 10%;
  left: 15%;
  z-index: 1001;
}
.btn-slider {
  border: 2px solid #fce4aa;
  color: #fce4aa;
  border-radius: 50%;
  padding: 10px 15px;
}

.btn-slider:hover {
  background: #fce4aa;
  color: #592e1c;
  border: 2px solid #592e1c;
}
.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;
}
.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;
  width: calc(100% - 0rem);
  height: calc(100% - 1rem);
  transition: all 0.3s;
  margin-top: 0.5rem;
  transform: scale(1.1);
  opacity: 0;
}
.fs-64 {
  font-size: 64px;
}
.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;
}
.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%;
  max-width: 350px;
}
.about .big-img2 {
  position: absolute;
  top: 100px;
  right: 0px;
}
.about .big-img2 img {
  max-width: 350px;
  border: 15px solid #fffdf9;
}
.about {
  position: relative;
}
.carousel-inner {
  background-image: url(../img/bg-ellipse.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
.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;
}

@media only screen and (max-width: 600px) {
  .carousel-caption h1 {
    font-size: 36px !important;
  }
  .carousel-caption p {
    display: none;
  }
  .collection-header::before {
    font-size: 48px;
  }
  .navbar-collapse {
    background: #fff;
    margin-top: 25px;
  }
  .collection-header h1 {
    font-size: 36px;
    top: 64px;
  }
  .ourstory-header h1 {
    font-size: 36px;
    top: 64px;
  }
  .head-title {
    font-size: 42px;
    font-family: "Yeseva One", cursive;
  }
  .btn-arrow img {
    width: 50px;
  }
  .banner .carousel-item img {
    min-height: 500px;
    object-fit: cover;
  }
  .navbar-toggler {
    border-radius: 50px;
  }
  .navbar-toggler-icon {
    width: 0.8em;
    height: 1.5em;
  }
}
.button-next , .button-prev {
  padding: 7px 10px;
}
