body {
  font-family: "Nourd";
  font-size: 14px;
  margin: auto;
  color: #0c0c0c;
}

footer a {
  cursor: pointer;
}

.ovhik {
  overflow: hidden;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

.edbtn {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  /* line-height: 1.7142857143; */
  border-radius: 9px;
  padding: 9px 45px;
  color: #fff !important;
  background-color: #262626;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  min-width: 132px;
  justify-content: center;
  display: flex;
  position: relative;
  top: -3px;
}

.edbtn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #189a16;
  transition: width 0.3s ease;
  z-index: 0;
}

.edbtn:hover:before {
  width: 100%;
}

.edbtn:hover {
  color: #fff;
  z-index: 1;
}

.edbtn-content-wrapper {
  position: relative;
  z-index: 2;
}

.list-unstyled {
  padding-left: 15px;
  list-style: none;
}

.email {
  text-transform: lowercase;
}

#desktopPadding {
  padding: 0px !important;
}

a.whatsapp {
  position: fixed;
  bottom: 80px;
  right: 15px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #0b8003;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 32px;
  right: 15px;
  z-index: 9;
  background: #c09700;
  color: #fff !important;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.mbg {
  padding: 30px 0px;
  background: #f3f6f2;
}

.mthead h2 {
  font-weight: bold;
}

.navbar-toggler:focus {
  box-shadow: unset;
}

.btn {
  border-radius: 0px;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}

.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-family: "Cinzel Decorative", serif;
}

.nav-link {
  color: #0c0c0c !important;
}

ul {
  padding: 0px;
  margin: 0px;
}

.mtrexcont label {
  display: block;
  text-align: left;
}

header {
  /* Product cards styling */
}
header .container-fluid {
  justify-content: center !important;
}
header .container-fluid .navbar-brand {
  text-align: center;
  margin: 0px;
  color: #026102 !important;
  font-size: 1.5rem;
}
header .container-fluid .navbar-brand b {
  text-transform: uppercase;
  display: block;
  font-family: "Cinzel Decorative", serif;
  font-size: 44px;
  font-weight: 500;
}
header .container-fluid .navbar-brand span {
  text-transform: uppercase;
  display: block;
  font-family: "Cinzel Decorative", serif;
}
header .container-fluid .navbar-brand small {
  text-transform: capitalize;
  display: block;
  font-size: 18px;
}
header .topbar {
  background: #095d08;
  color: #fff;
}
header .topbar p {
  margin: 0px;
  color: #d2a882;
  padding: 10px 0px;
}
header .topbar ul {
  padding: 10px;
}
header .topbar ul li {
  display: inline-block;
  margin-right: 10px;
}
header .topbar ul li a {
  color: #fff !important;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
header .topbar ul li a i {
  margin-right: 5px;
}
header .topbar ul li a:hover {
  color: #ffe1c6;
}
header .topbar .ftsocial {
  justify-content: flex-end;
  text-align: right;
}
header .topbar .ftsocial li a {
  font-size: 18px;
}
header .topbar form.d-flex {
  padding: 5px;
}
header .topbar form.d-flex input {
  border-radius: 0px;
  max-height: 37px;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex input:focus {
  box-shadow: unset;
  background: #eee;
  outline: unset;
  border: 0px;
}
header .topbar form.d-flex .btn-primary {
  background: #ebc4a1;
  border-color: #d2a882;
  transition: 0.3s ease-in-out;
  color: white;
  position: relative;
  left: -42px;
}
header .topbar form.d-flex .btn-primary:hover {
  color: #ffe1c6;
}
header nav.navbar {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0px;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1030;
}
header .navbar-brand img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .logop img {
  max-width: 190px;
}
header .category-boxes .box {
  cursor: pointer;
  transition: transform 0.3s ease;
}
header .category-boxes .box:hover {
  transform: scale(1.05);
}
header .product-card img.product-img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
header .product-info {
  text-align: center;
  margin-top: 0.5rem;
}
header #sidebarOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1040;
}
header .offcanvas.show {
  transform: translateX(0);
}
header .content-with-sidebar {
  margin-left: 0 !important;
}

.event-container {
  margin: auto;
}
.event-container .event-box {
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 365px;
}
.event-container .event-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
}
.event-container .event-img {
  flex: 1 1 477px;
  max-width: 477px;
  overflow: hidden;
}
.event-container .event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.event-container .event-box:hover .event-img img {
  transform: scale(1.05);
}
.event-container .event-details {
  flex: 2 1 400px;
  padding: 30px;
  background-color: #fff;
}
.event-container .event-details b {
  font-size: 1.5rem;
  color: #333;
  display: block;
  margin-bottom: 20px;
}
.event-container .bnmki div,
.event-container .bnmki address {
  font-size: 1rem;
  margin-bottom: 2px;
  color: #555;
}
.event-container .bnmki .date {
  font-weight: 600;
  color: #008080;
}
.event-container .bnmki .bootno,
.event-container .bnmki .hlno {
  font-weight: 500;
  color: #444;
}
.event-container .bnmki address {
  font-style: normal;
  color: #666;
}
.event-container .bnmki {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-container .bnmki .info-item {
  display: block;
  align-items: center;
  font-size: 1rem;
  color: #444;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 8px;
  background: #f9f9f9;
  text-align: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.event-container .bnmki .info-item:hover {
  background: #e6f7f7;
  transform: translateX(4px);
}
.event-container .bnmki .icon {
  font-size: 1.3rem;
  margin-right: 12px;
  color: #008080;
  flex-shrink: 0;
}
.event-container .bnmki .label {
  font-weight: 600;
  margin-right: 6px;
  color: #222;
  min-width: 80px;
}
.event-container .bnmki .value {
  color: #555;
}
@media (max-width: 768px) {
  .event-container .event-box {
    flex-direction: column;
  }
  .event-container .event-img,
  .event-container .event-details {
    max-width: 100%;
  }
  .event-container .event-details {
    padding: 20px;
  }
}

.prdtl .mtyuddw {
  display: flex;
  overflow-x: auto;
}
.prdtl .mtyuddw li {
  width: 25%;
  list-style: none;
  min-width: 25%;
  padding: 3px;
}
.prdtl .mtyuddw li a img {
  width: 100%;
}
.prdtl .product-img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.prdtl .product-detail {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
.prdtl .btn-enquiry {
  background-color: #28a745;
  color: white;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: background-color 0.3s ease;
}
.prdtl .btn-enquiry:hover {
  background-color: #0d8f2b;
  color: white;
}
.prdtl .price {
  font-size: 1.8rem;
  color: #28a745;
  font-weight: 700;
}

#enquiryModal .btn-primary {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

div#desktopNavbar {
  z-index: 999;
  padding: 38px;
  border-radius: 10px;
}
div#desktopNavbar a:hover {
  color: #095d08 !important;
}

footer h6 {
  font-family: "Nourd" !important;
}
footer .text-primary {
  color: #212020 !important;
}
footer .ftsocial {
  display: flex;
}
footer .ftsocial li {
  list-style: none;
}
footer .ftsocial li a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff2ed;
  margin-right: 10px;
}
footer li {
  color: #0b8003;
  line-height: 28px;
  list-style: disc;
  display: list-item;
}
footer li a:hover {
  color: #0b8003 !important;
}

.heading {
  text-align: center;
}
.heading h2 {
  color: #0f1941;
  text-transform: uppercase;
  font-weight: 900;
  padding: 30px 10px;
}
.heading h2 span {
  font-weight: 300;
}
.heading p {
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
}

#desktopNavbar ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
  text-align: center;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
.nav-link,
a {
  color: #0c0c0c !important;
}

body {
  background-color: #fff;
  margin: 0;
}

.landing {
  text-align: center;
  padding: 60px;
  color: #fff;
  position: relative;
  overflow: visible;
  background: #f6fcf5;
}

.landing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(250, 250, 250, 0.5);
  pointer-events: none;
  z-index: 0;
}

.landing .content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #000;
}

.landing .content img {
  width: 100%;
}

.landing h1 {
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 15px;
}

.landing p {
  font-size: 20px;
  margin-bottom: 0;
}

.categories,
.contact,
.fine-jewellery {
  margin-top: 60px;
  text-align: center;
}

.category-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.category-boxes .box {
  border: none;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 12px;
  width: 32.3%;
}

.category-boxes .box img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: transform 0.3s;
}

.category-boxes .box:hover img {
  transform: scale(1.05);
}

.fine-jewellery .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.fine-jewellery .items img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.fine-jewellery .items img:hover {
  transform: scale(1.05);
}

.logop img {
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.mltop {
  display: none;
}

.product-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 15px;
  color: #000;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.product-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom: 1px solid #eee;
}

.product-info {
  padding: 15px 10px 0;
}

.product-name {
  font-size: 1.1rem;
  margin: 10px 0 5px;
  font-weight: 600;
  color: #333;
}

.product-price {
  font-size: 1rem;
  color: #0b8003;
}

.ntyu {
  font-size: 26px;
}

#slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  display: none;
}
#slider .container-fluid {
  max-width: 100%;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  width: 2rem;
  height: 3rem;
  border-radius: 0px;
}
#slider .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100%;
}
#slider .carousel-item video {
  height: 100%;
}
#slider .carousel-indicators {
  z-index: 999;
}
#slider .overlay {
  background: #000;
  width: 100%;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  display: none;
}
#slider .carousel-control-prev {
  left: 82%;
}
#slider .carousel-control-prev {
  left: 95%;
  width: 39px;
  height: 68px;
  bottom: 0px;
  top: unset;
}
#slider .carousel-control-next {
  left: 97%;
  width: 39px;
  height: 68px;
  bottom: 0px;
  top: unset;
}
#slider .carousel-caption {
  position: absolute;
  z-index: 9;
  top: 15%;
}
#slider .carousel-caption .center {
  text-align: center !important;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 6rem;
  color: #000;
}
#slider .carousel-caption .center h2 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
}
#slider .carousel-caption .center h3 {
  text-transform: uppercase;
  font-size: 55px;
  margin-bottom: 15px;
}
#slider .carousel-caption .center p {
  font-size: 24px;
}
#slider .carousel-caption h3 {
  font-size: 2.8em;
  margin: 0px;
  font-optical-sizing: auto;
}
#slider .carousel-caption .btn {
  color: #000;
  font-size: 14px;
  background: #ffffff;
  border-radius: 100px;
  padding: 5px 25px;
  transition: 0.3s ease-in-out;
}
#slider .carousel-caption .btn:hover {
  background: #bb69b8;
}
#slider .carousel-caption .bookpanel {
  display: flex;
  margin-top: 150px;
  justify-content: center;
}
#slider .carousel-caption .bookpanel .fwid {
  min-width: 140px;
}
#slider .carousel-caption .bookpanel .flex {
  background-color: #262626;
  display: flex;
}
#slider .carousel-caption .bookpanel .flex .sicon {
  width: 40px;
  position: absolute;
  left: 0px;
  color: #ed8cde;
  top: 0px;
  display: inline-block;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider .carousel-caption .bookpanel .form-control {
  background-color: transparent;
  border: 0px;
  height: 37px;
  color: #fff;
  border-radius: 0px;
  text-align: center;
  width: 160px;
}
#slider .carousel-caption .bookpanel .form-control:focus {
  box-shadow: unset;
  background-color: #0e0c0c;
}
#slider .carousel-caption .bookpanel .msel {
  position: relative;
  padding-left: 40px;
}
#slider .carousel-caption .bookpanel .msel:last-child {
  padding-left: 0px;
}
#slider .carousel-caption .bookpanel .btn {
  color: #000;
  font-size: 14px;
  background: #ffffff;
  border-radius: 1px;
  padding: 8px 15px;
  transition: 0.3s ease-in-out;
  height: 37px;
}
#slider .carousel-control-next,
#slider .carousel-control-prev {
  z-index: 99;
}
#slider .carousel-inner,
#slider .carousel-item,
#slider .carousel-item img {
  height: auto;
}
#slider .carousel-control-next-icon,
#slider .carousel-control-prev-icon {
  background: #100f10;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
#slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.testimonials .heading2 h2 {
  text-transform: capitalize;
  text-align: center;
}
.testimonials .slider {
  overflow: hidden;
  background: #f3f6f2;
  padding: 30px 50px;
  width: 100%;
}
.testimonials .slider .slitem {
  text-align: left;
  display: flex;
  align-items: center;
}
.testimonials .slider .slitem .tst-detail {
  text-align: center;
  position: relative;
  margin: auto;
  background: #fff;
  padding: 30px;
  min-height: 100px;
}
.testimonials .slider .slitem .tst-detail i.fa-sharp.fa-solid.fa-quote-left {
  font-size: 117px;
  position: absolute;
  color: #f3f6f2;
  left: 29px;
  top: 5px;
}
.testimonials .slider .slitem .tst-detail p {
  position: relative;
  z-index: 9;
}
.testimonials .slider .slitem span {
  display: block;
  text-align: center;
}
.testimonials .slider .slitem span img {
  width: 125px;
  height: 125px;
  padding: 5px;
  border-radius: 100px;
  margin: auto;
  margin-right: 20px;
}
.testimonials .slider .slitem b {
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
}
.testimonials .slider .slitem small {
  text-transform: capitalize;
}
.testimonials .slider .slitem p {
  padding: 10px 0px;
  color: #424242;
  margin: 0px;
  font-size: 14px;
}
.testimonials .slider .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
}
.testimonials .slider .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #171b2c;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: relative;
  left: 0px;
}
.testimonials .slider .owl-nav .owl-prev span {
  position: relative;
  top: -5px;
}
.testimonials .slider .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #171b2c;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: 0px;
}
.testimonials .slider .owl-nav .owl-next span {
  position: relative;
  top: -5px;
}

#nmju {
  background-color: #fff;
}
#nmju .product-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 15px;
  color: #000;
  margin: 10px 2px;
}
#nmju .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 40%;
}
#nmju .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #171b2c;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: relative;
  left: 0px;
}
#nmju .owl-nav .owl-prev span {
  position: relative;
  top: -5px;
}
#nmju .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  color: #171b2c;
  justify-content: space-between;
  align-items: center;
  position: relative;
  right: 0px;
}
#nmju .owl-nav .owl-next span {
  position: relative;
  top: -5px;
}

.marquee {
  overflow: hidden;
  background-color: #fff;
  padding: 5px;
  height: 35px;
  font-size: 15px;
}
.marquee .bg-danger {
  background-color: #2996d9 !important;
}
.marquee .container-fluid {
  padding: 0px;
  max-width: 100%;
}
.marquee .container-fluid marquee a {
  color: #525252;
}

.alsolike .product-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 15px;
  color: #000;
  margin: 10px 0px;
}

.events .category-boxes b {
  height: 46px;
  display: block;
}

.mcontacts .mtryu {
  text-align: left;
}
.mcontacts .contact-section {
  margin-top: 50px;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.mcontacts .text-primary {
  color: #c59d5f !important;
  /* Gold tone */
}
.mcontacts .ftsocial {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.mcontacts .ftsocial li a {
  color: #555;
  font-size: 1.2rem;
  transition: color 0.3s;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  margin-right: 10px;
}
.mcontacts .ftsocial li a:hover {
  color: #c59d5f;
}
.mcontacts .map-container {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.mcontacts .contact-section button.btn.rmore.edbtn {
  margin: auto;
}
@media (max-width: 767px) {
  .mcontacts #slider {
    margin-bottom: 15px;
  }
  .mcontacts .map-container {
    margin-bottom: 20px;
  }
}

div#desktopNavbar {
  z-index: 999;
  padding: 10px;
  border-radius: 10px;
  top: 6px;
  margin: auto;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 li {
  display: inline-block !important;
  width: 19%;
  text-align: center;
}

ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
  display: block;
}

.fine-jewellery img.product-img1 {
  width: 171px;
}

.fine-jewellery img.product-img1 {
  width: 375px;
  margin: auto;
}

.category-boxes .mt-2.text-center {
  font-family: "Cinzel Decorative", serif;
  font-size: 16px;
  /* width: 142px; */
}

.mbstm {
  display: none;
}

.dkstm {
  display: block;
}

footer p,
footer a {
  font-size: 18px !important;
}

h2.text-center.mb-4 {
  padding-top: 20px;
}

.abtht p {
  text-align: justify;
}

.mtheada {
  font-weight: bold;
}

section#menuall {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
  height: 50px;
  display: flex;
  align-items: center;
}

.productslider .owl-nav button span {
  display: inline-flex;
  align-items: center;
  background: center center/60% no-repeat rgba(55, 51, 55, 0);
  background-position: center center;
  width: 32px;
  height: 48px;
  color: #3c3b3b;
  justify-content: center;
}

.productslider .owl-nav button:hover {
  background-color: transparent !important;
}

#slider .carousel-control-next,
#slider .carousel-control-prev {
  display: none;
}

#slider .carousel-indicators {
  z-index: 999;
  display: none;
}

#slider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: -0.75rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

section#bannerdksl {
  position: relative;
}

section#bannerdksl p {
  text-align: center;
  font-size: 22px;
  position: absolute;
  bottom: 70px;
  left: 0px;
  right: 0px;
}

#menuall .navbar-nav .nav-link {
  font-size: 16px;
}

.abtht .productslider {
  border: 1px solid #eee;
}
.abtht .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 999999999;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.abtht .owl-nav span {
  display: inline-flex;
  align-items: center;
  background: center center/60% no-repeat rgba(55, 51, 55, 0);
  background-position: center center;
  width: 32px;
  height: 48px;
  color: #3c3b3b;
  justify-content: center;
}

@media (max-width: 1023px) {
  section#bannerdksl {
    display: none;
  }
  #slider {
    display: block;
  }
  #slider {
    margin-bottom: 30px;
  }
  span.mkpfof {
    DISPLAY: BLOCK;
  }
  #slider .carousel-indicators {
    z-index: 999;
    DISPLAY: NONE;
  }
  section#menuall {
    display: none;
  }
  .mbstm {
    display: block;
  }
  .dkstm {
    display: none;
  }
  #slider .carousel-caption .center {
    text-align: left !important;
    position: unset;
    right: 0px;
    bottom: 5rem;
  }
  .mtrexcont {
    margin-bottom: 20px;
  }
  .events .category-boxes b {
    height: auto;
    display: block;
  }
  .mcontacts .contact-section {
    margin-top: 50px;
    background-color: white;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    max-width: 99%;
    margin: auto;
  }
  .event-container .event-img {
    flex: 1 1 100%;
    max-width: 477px;
    overflow: hidden;
    width: 100%;
  }
  .event-container .event-details {
    flex: 2 1 auto;
    padding: 30px;
    background-color: #fff;
  }
  ul.mtyuddw {
    padding-bottom: 30px;
  }
  .event-container .event-details {
    flex: 2 1 auto;
    padding: 10px;
    background-color: #fff;
  }
  .event-container .event-details b {
    font-size: 1rem;
    color: #333;
    display: block;
    margin-bottom: 20px;
  }
  section.ovhik.mbg {
    padding-top: 0px;
  }
  .ovhik.fine-jewellery {
    margin-top: 0px !important;
  }
  .prdtl .product-detail {
    margin-top: 0px;
  }
  .btn-outline-secondary {
    border-color: transparent;
    font-size: 19px;
  }
  #slider .carousel-control-prev {
    left: 0%;
    top: 35%;
  }
  #slider .carousel-control-next {
    right: 0%;
    top: 35%;
    left: unset;
  }
  #slider .carousel-caption .center p {
    font-size: 16px;
    text-align: center;
  }
  .mtheada {
    font-weight: bold;
    padding-top: 15px;
  }
  .mbstm {
    padding-bottom: 30px;
  }
  div#desktopNavbar {
    display: none;
  }
  header .topbar ul li {
    display: inline-block;
    margin-right: 5px;
  }
  .offcanvas-body {
    padding: 0px;
  }
  footer .list-unstyled {
    padding-left: 18px;
    list-style: none;
    margin-bottom: 15px;
  }
  #slider .carousel-inner,
  #slider .carousel-item,
  #slider .carousel-item img {
    height: auto;
  }
  #slider .carousel-caption .center h2 {
    font-size: 22px;
  }
  button#sidebarToggle {
    position: absolute;
    left: 13px;
  }
  #slider .carousel-caption {
    top: -17%;
  }
  header .container-fluid {
    justify-content: start !important;
  }
  #slider .carousel-caption .center {
    text-align: left !important;
    position: absolute;
    right: 0px;
    bottom: -9px;
    top: unset;
    left: 0px;
  }
  nav.navbar.navbar-light.bg-light.d-md-none {
    background: #fff !important;
  }
  header .container-fluid .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
  #slider .carousel-control-next-icon,
  #slider .carousel-control-prev-icon {
    background-color: transparent;
  }
  button#sidebarToggle i {
    font-size: 34px !important;
  }
  #slider .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
    position: relative;
    top: 16px;
  }
  #slider .carousel-caption .center h3 {
    text-transform: uppercase;
    font-size: 24px;
  }
  .testimonials .slider {
    overflow: hidden;
    background: #f3f6f2;
    padding: 22px;
    width: 100%;
  }
  .product-name {
    font-size: 14px;
  }
  .product-price {
    font-size: 14px;
  }
  .main-content {
    padding: 0px;
  }
  .landing {
    padding: 10px;
  }
  .logop img {
    width: 190px;
    margin-bottom: 0px;
  }
  .dsklogo {
    display: none;
  }
  .mltop {
    display: block;
  }
  .content-with-sidebar {
    padding-left: 0px !important;
  }
  #desktopPadding {
    padding: 0px !important;
  }
  .category-boxes .box {
    border: none;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 12px;
    width: 90.3%;
  }
  .box.aos-init.aos-animate {
    display: flex;
    align-items: center;
  }
  .category-boxes .box img {
    width: 64%;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s;
    margin-right: 15px;
  }
  .category-boxes .box:nth-child(1),
  .category-boxes .box:nth-child(3) {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .category-boxes .box:nth-child(1) img,
  .category-boxes .box:nth-child(3) img {
    border-radius: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s;
    margin-left: 15px;
    margin-right: 0px;
  }
  .events .category-boxes .box img {
    width: 100%;
    margin: 0px;
  }
}
.sidebar {
  width: 300px;
  position: fixed;
  height: 100vh;
  padding: 20px;
  background-color: #f3f6f2;
}

.category-boxes .mt-2.text-center {
  font-family: "Cinzel Decorative", serif;
  font-size: 20px;
  /* width: 142px; */
  font-weight: bold;
}

.offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background: #f3f6f2;
  z-index: 1050;
  padding: 1rem;
  transform: translateX(-100%);
  visibility: hidden;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.offcanvas.show {
  transform: translateX(0%);
  visibility: visible;
}

/* Overlay styling */
#sidebarOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  display: none;
}

.category-boxes .mt-2.text-center {
  font-family: "Cinzel Decorative", serif;
  font-size: 16px;
  /* width: 142px; */
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */