@font-face {
  font-family: "Nunito_Sans";
  src: url("../Nunito_Sans/static/NunitoSans_10pt-Regular.ttf");
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Nunito_Sans";
}

/* common */
.custom-container {
  max-width: 1430px;
  margin: auto;
  width: 100%;
}

/* header */
header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Nav-container {
  width: 100%;
}

.Nav-container #custom-nav {
  padding: 15px 10px;
}

.Nav-container #custom-nav .logo img {
  max-width: 200px;
  width: 100%;
}

li.nav-item {
  position: relative;
}

li.nav-item::after {
  content: "";
  position: absolute;
  background-color: black;
  height: 2px;
  transition: all 0.6s cubic-bezier(0, 1.41, 1, 1);
  transform: scaleX(0);
  opacity: 0;
  left: 7px;
  bottom: 0;
  right: 0;
  transform-origin: left;
}

li.nav-item:hover:after {
  transform: scaleX(1);
  opacity: 1;
  width: 80%;
}

#custom-nav .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #181e3e;
  ;
}

/* #custom-nav .navbar-nav .nav-link:hover{ color: #bc8534; } */
#custom-nav .c-collapse-nav {
  flex: 1 100%;
  justify-content: start;
}

.Nav-container #custom-nav .navbar-nav {
  display: flex;
  gap: 19px;
  align-items: center;
  position: relative;
}

.Nav-container #custom-nav .contact-no-head {
  gap: 10px;
}

.Nav-container #custom-nav .contact-no-head .number-head {
  display: flex;
  flex-direction: row;
  gap: 7px;
  align-items: center;
}

.Nav-container #custom-nav .contact-no-head .number-head span {
  border: 1px solid #181e3e;
  ;
  width: 33px;
  height: 33px;
  color: #181e3e;
  ;
  border-radius: 50%;
}

#custom-nav .contact-no-head .number-head span i {
  padding: 8px 7px;
}

#custom-nav .contact-no-head .number-head p {
  line-height: 20px;
  font-size: 13px;
  margin-top: 14px;
}

#custom-nav .contact-no-head .header-num {
  display: flex;
  align-items: center;
  border-left: 1px solid #181e3e;
  ;
}

#custom-nav .contact-no-head .header-num a {
  text-decoration: none;
  font-size: 24px;
  color: #181e3e;
  ;
  padding: 0px 5px;
}

#custom-nav .dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-color);
  text-decoration: none;
  background-color: transparent;
}

/* end header */
/* about */
.banner {
  background-image: url(../image/banner_2.jpg);
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* display: flex; justify-content: center; align-items: center; */
  position: relative;
}

.banner-contain h1 {
  color: white;
  font-weight: 400;
  font-size: 65px;
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
}

.banner-contain p {
  font-size: 17px;
  position: absolute;
  bottom: 0px;
  top: 210px;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  color: white;
}

/* end */
/* trusted */
#Trusted-friendly {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/geometric-bg-pattern-1.svg);
  min-height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#Trusted-friendly .custom-cantainer-trusted {
  padding: 95px 0px;
}

#Trusted-friendly .trusted-cantain {
  display: flex;
  justify-content: center;
  min-height: 500px;
  flex-direction: column;
}

#Trusted-friendly .trusted-cantain .trusted-cantain-heading::after {
  content: " ";
  border: 1px solid #181e3e;
  min-height: 2px;
  width: 12%;
  DISPLAY: block;
  margin-top: 20px;
}

#Trusted-friendly .trusted-cantain .trusted-cantain-heading h2 {
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
  color: #181e3e;
}

#Trusted-friendly .trusted-cantain .trusted-cantain-pragraph p {
  font-size: 17px;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #181e3e;
  ;
  width: 78%;
  padding: 10px 0px;
}

/* right */
#Trusted-friendly .slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #181e3e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#Trusted-friendly ul.slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

#Trusted-friendly .trusted-cantain-right {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

#Trusted-friendly .trusted-cantain-right .custom-card-left {
  max-width: 500px;
  width: 100%;
}

#Trusted-friendly .trusted-cantain-right .custom-card-ei img {
  max-width: 500px;
  width: 100%;
  object-fit: contain;
}

#Trusted-friendly .trusted-cantain-right .custom-card-right .custom-card-body {
  position: relative;
  transition: all ease-in-out;
}

#Trusted-friendly .trusted-cantain-right .custom-card-right .camera-hover {
  position: absolute;
  top: 24px;
  right: 30px;
  opacity: 0;
}

#Trusted-friendly .trusted-cantain-right:hover .custom-card-right .camera-hover {
  opacity: 1;
}

#Trusted-friendly .trusted-cantain-right .custom-card-right .camera-hover span {
  background-color: gainsboro;
  color: rgba(0, 174, 255, 0.747);
  padding: 10px 10px;
  border-radius: 50%;
}

#Trusted-friendly .trusted-cantain-right .custom-card-right:hover .custom-card-body {
  box-shadow: 0px 0px 20px 0px rgba(128, 128, 128, 0.404);
}

#Trusted-friendly .trusted-cantain-right .custom-card-right .card-text:last-child {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #181e3e;
  letter-spacing: 1px;
}

#Trusted-friendly .trusted-cantain-right .custom-card-right:hover .card-text:last-child {
  color: #bc8534;
}

/* heading */
#committed {
  margin-top: 24px;
}

#committed .committed-heading {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0px;
}

#committed .committed-heading h3 {
  font-size: 35px;
  font-weight: 400;
  color: #181e3e;
}

/* end heading */
/* sale */
#Sale-iteam .Sale-iteam-cards {
  display: flex;
  align-items: center;
  justify-content: center;
}

#Sale-iteam .Sale-iteam-cards .sale-iteam-cantain {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#Sale-iteam .Sale-iteam-cards .sale-iteam-cantain .Sale-iteam-cards-img img {
  max-width: 300px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform .2s;
  /* Animation */
}

#Sale-iteam .Sale-iteam-cards .sale-iteam-cantain .Sale-iteam-cards-img:hover img {
  transform: scale(0.97);
}

/* #Sale-iteam .Sale-iteam-cards .sale-iteam-cantain .Sale-iteam-cards-img:hover img{ rotate: 4deg; } */
#Sale-iteam .Sale-iteam-cards .sale-iteam-cantain .sale-heading h2 {
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  position: relative;
  padding: 2px 0;
  margin-top: 20px;
}

#Sale-iteam .Sale-iteam-cards .sale-iteam-cantain .sale-heading h2::after {
  content: '';
  position: absolute;
  width: 20%;
  height: 2px;
  background: black;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0, 1.41, 1, 1);
}

#Sale-iteam .Sale-iteam-cards .sale-iteam-cantain:hover .sale-heading h2::after {
  width: 100%;
  opacity: 1;
}

/* end */
/* nacklace */
#neacklace {
  margin-top: 161px;
}

#neacklace .nakelace-img-cantain {
  display: flex;
  /* gap: 20px; */
}

#neacklace .nakelace-img-cantain .nacklace-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0px;
}

#neacklace .nakelace-img-cantain .nacklace-left {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  padding: 0px;
}

#neacklace .nakelace-img-cantain .img_block {
  /* max-width: 685px; */
  max-width: 698px;
  width: 100%;
  min-height: 588px;
}

#neacklace .nakelace-img-cantain .img_block img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  /* margin-top: 50px; */
}

/* #neacklace .nakelace-img-cantain .nacklace-left-box{ max-width: 380px; width: 100%; min-height: 180px; display: flex; flex-direction: column; justify-content: center; background-color: #f7f6f7; padding: 22px 27px; } */
#neacklace .nakelace-img-cantain .nacklace-left-box.content_block {
  margin-left: auto;
  transform: translateX(40%);
  margin-top: -80px;
  box-shadow: 0px 1px 2px 0px #80808082;
}

#neacklace .nakelace-img-cantain .content_block {
  width: 100%;
  background-color: #f7f6f7;
  padding: 30px 50px 30px 30px;
  max-width: 470px;
  line-height: 30px;
  z-index: 1;
}

#neacklace .nakelace-img-cantain .nacklace-right-box.content_block {
  transform: translateX(-30%);
  margin-bottom: -80px;
  box-shadow: 0px 1px 2px 0px #80808082;
}

#neacklace .nakelace-img-cantain .content_block h3.sub-title {
  font-size: 34px;
  font-family: 'Dancing Script', cursive;
}

#neacklace .nakelace-img-cantain .content_block h2 {
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 16px;
}

#neacklace .nakelace-img-cantain .content_block p {
  font-size: 17px;
  letter-spacing: 1px;
  padding-right: 10px;
}

.sc-btn {
  position: relative;
  padding: 8px 18px 0px 18px;
  color: #000;
}

#neacklace .nakelace-img-cantain .content_block .sc-btn span {
  position: relative;
  font-size: 18px;
  margin-left: 10px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  /* text-decoration-color: #000; */
}

#neacklace .nakelace-img-cantain .content_block .sc-btn:hover {
  color: #000;
  text-decoration: none;
}

#neacklace .nakelace-img-cantain .content_block .sc-btn:before {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  line-height: 15px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-image: url(https://dt-aurum.myshopify.com/cdn/shop/t/7/assets/arrow.png?v=182585525992989310481668508335);
  mask-image: url(https://dt-aurum.myshopify.com/cdn/shop/t/7/assets/arrow.png?v=182585525992989310481668508335);
  background: currentColor;
  left: 0;
  bottom: 5px;
}

/* testimonial */
.carsoule-cantain {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0px;
}

.carsoule-cantain h5 {
  font-size: 20px;
}

section#testimonial_section {
  margin-top: 174px;
  padding: 50px 0px;
  background: #f7f7f7;
}

#testimonial_section .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: -3rem;
  margin-left: 15%;
  list-style: none;
}

#testimonial_section .text-muted {
  color: #6c757d !important;
  margin-top: 10px;
  font-size: 17px;
  text-align: center;
}

/* end */
/* form */
#form {
  background-image: url(../image/newsm.webp);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 99px;
}

#form .form-cantain h3 {
  font-size: 34px;
  font-family: 'Dancing Script', cursive;
}

#form .form-cantain h2 {
  font-size: 35px;
  font-weight: 400;
}

#form .contact-input input {
  transition: all linear .3s;
  width: 30%;
  height: 55px;
  padding-left: 15px;
}

#form .contact-input button {
  border: 1px solid #ffffff;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  max-width: 150px;
  width: 100%;
  height: 55px;
  font-size: 20px;
  margin-left: 10px;
}

#form .contact-input button span i {
  color: white;
  margin-left: 10px;
  font-size: 20px;
  rotate: 37deg;
}

/* end form */
/* footer */
footer {
  padding-top: 50px;
  /* min-height: 380px; */
  height: 100%;
  background-color: #e5e5e5;
  /* margin-top: 94px; */
}

footer .container {
    padding-bottom: 50px;
}
footer .copyright .container {
    padding-bottom: 0;
}
/* footer .footer-section .first-section-footer { padding: 83px 0px; } */
/* footer .footer-section .third-section-footer{ padding: 83px 0px; } */
/* footer .row { margin-bottom: 20px; } */
footer .footer-section .first-section-footer h5,
.footer-section .third-section-footer h5 {
  color: #000;
  font-size: 22px;
  margin-bottom: 16px;
  display: block;
  position: relative;
}

footer .footer-section .know-us h5:after {
  width: 115px !important;
}

footer .footer-section .first-section-footer h5:after,
.footer-section .third-section-footer h5:after {
  display: block;
  content: '';
  border-bottom: 1px solid #181e3e;
  font-weight: 900;
  left: 0;
  right: 0;
  width: 160px;
  line-height: 1px;
  height: 1px;
  position: relative;
  top: 0px;
  font-size: 15px;
  letter-spacing: -1px;
  /* margin: auto; */
  padding: 2px 0px;
}

footer .text-right i.fab.fa-whatsapp {
  padding-left: 10px;
}

footer .footer-section .first-section-footer ul,
.footer-section .third-section-footer ul {
  padding-left: 0rem;
}

footer .footer-section .first-section-footer ul li,
.footer-section .third-section-footer ul li {
  list-style: none;
  margin-bottom: 5px;
}

footer .footer-section .first-section-footer ul li a,
.footer-section .third-section-footer ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

footer .footer-section .middle-section img {
  max-width: 200px;
  width: 100%;
  object-fit: cover;
}

/* middle */
footer .footer-section .middle-section {
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  /* text-align: center; */
  flex-direction: column;
}

/* .address { margin-top: 30px; } */
footer ul li {
  list-style: none;
  margin-bottom: 5px;
}

footer ul li,
footer ul li a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
}

.footer-icon ul {
  display: flex;
  gap: 20px;
  /* margin-top: 30px; */
}

footer .footer-icon ul li span {
    background-color: #041e42;
    /* padding: 5px 11px; */
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-icon ul li a i {
  color: white;
  font-size: 16px;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

.third-section-footer ul {
  padding-left: 0rem;
}

footer .copyright {
  background: rgba(157, 158, 160, 0.2);
  padding: 0px 0px;
}

footer .copyright .text-right a {
  text-decoration: none;
  color: #000000;
}

footer p {
  color: #000000;
  font-size: 14px;
  margin: auto;
  padding: 5px 0px;
}

.navbar-toggler {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.navbar-toggler-icon {
  background-image: url(../image/bars.svg);
}

.liscence {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin-bottom: 50px;
}
.liscence p {
    font-size: 18px;
    color: #000;
    margin: unset;
}