* {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}
::placeholder {
  font-family: "Montserrat", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #000;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}

a:hover,
a:focus {
  color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
}

.dec {
  font-size: 20px;
  line-height: 26px;
  color: #f8f8f8;
  margin-bottom: 20px;
}

h1 {
  font-size: 48px;
  line-height: 61px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 400;
}

h2 {
  font-size: 36px;
  line-height: 43px;
  color: #000;
  font-weight: 400;
}

h3 {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 36.4px */
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

.privacy-policy-text {
  padding: 50px 0;
}

.privacy-policy-text h1 {
  font-size: 36px;
}

.section-about-tally-daimond .about-tally-inner h2 {
  margin-bottom: 25px;
}

.privacy-policy-text h1 {
  font-size: 28px;
}

.privacy-policy-text ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  list-style: inherit;
}

.privacy-policy-text strong {
  color: #000;
}

.privacy-policy-text ul a,
.privacy-policy-text a {
  word-wrap: break-word;
  text-decoration: underline;
  color: #2256e4;
}

.privacy-policy-text ul li {
  font-size: 20px;
  line-height: 26px;
  color: #151515;
  margin-bottom: 15px;
}

.privacy-policy-text h1,
.privacy-policy-text h2,
.privacy-policy-text h3,
.privacy-policy-text h4,
.privacy-policy-text h5,
.privacy-policy-text h6 {
  color: #000;
  margin-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.btn {
  background: transparent;
  padding: 12px 30px;
  display: inline-block;

  color: #000;
  cursor: pointer;
  border-radius: 8px;
  background: #fff;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.btn:hover {
  background: #000;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.primary-btn {
  background: #161f38;
  border: 1px solid #161f38;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.primary-btn:hover {
  background: transparent;
  color: #161f38;
  transition: all 0.5s ease-in-out;
}

.secoundary-btn {
  background-color: transparent;
  color: #f8f8f8;
  border: 1px solid #f8f8f8;
  transition: all 0.5s ease-in-out;
}

.secoundary-btn:hover {
  background-color: #f8f8f8;
  color: #161f38;
  transition: all 0.5s ease-in-out;
}

.relative {
  position: relative;
}

/* <<<<<=========== mobile menu Section  Starts ===========>>>>>> */
.burger {
  position: relative;
  justify-self: end;
  cursor: pointer;
  user-select: none;
  z-index: 10;
  width: 30.11px;
  height: 20.71px;
  border: none;
  outline: none;
  background: none;
  visibility: visible;
  transform: rotate(0deg);
  transition: 0.35s ease;
}

.burger-wraper {
  display: none;
  visibility: hidden;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 3px;
  border: none;
  outline: none;
  opacity: 1;
  transform: rotate(0deg);
  background: #000000;
  transition: 0.25s ease-in-out;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.7rem;
}

.burger-line:nth-child(3) {
  top: 1.4rem;
}

.burger.is-active .burger-line:nth-child(1) {
  top: 0.5rem;
  transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.burger.is-active .burger-line:nth-child(3) {
  top: 0.5rem;
  transform: rotate(-135deg);
}

/* banner section starts */
.banner-wrapper {
  position: relative;

  height: 100vh;
}
.banner-wrapper video {
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-wrapper .banner-inner .banner-item {
  position: absolute;
  left: 0;
  top: 15px;
  right: 0;
}

.banner-wrapper .banner-inner .banner-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* <!-- section jewelry-search start --> */

.section-jewelry-search-wrapper .section-jewelry-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content-box {
  padding: 20px 25px;

  display: block;
  line-height: 0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content-box
  .section-jewelry-img-box {
  width: 100%;
  aspect-ratio: 3/2;
  height: auto;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
}

.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content-box
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}

.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content-box:hover
  img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content
  .jewelry-content-inner
  button {
  display: flex;
  justify-content: center;
  width: 100%;
  background: transparent;
  border: none;
  font-family: "Montserrat", sans-serif;
  outline: none;
  cursor: pointer;
  align-items: center;
  text-align: center;
  color: #302222;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 100% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.section-jewelry-search-wrapper {
  padding: 40px 0 40px 0;
}
.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content
  .jewelry-content-inner
  button
  span {
  display: inline-block;
  border: 1px solid #151515;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  line-height: 55px;
  transition: all 0.5s ease-in-out;
}

.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content
  .jewelry-content-inner
  button
  span
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 13px;
  transition: all 0.5s ease-in-out;
  object-position: center;
}

.heading-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content-box:hover
  button
  span {
  background-color: #26355e;
  transition: all 0.5s ease-in-out;
}

.section-jewelry-search-wrapper
  .section-jewelry-inner
  .section-jewelry-content-box:hover
  button
  span
  img {
  filter: brightness(8) grayscale(1);
  transition: all 0.5s ease-in-out;
}

/* section footer start */

.contact-form-items .form-control {
  width: 100%;
  padding: 26px 30px;
  background: #f1f1f1;
  margin-bottom: 20px;

  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: #191919;
  outline: none;
  resize: none;
  outline: none;
  height: auto;
  border: none;
  box-shadow: none !important;
}

.section-contact-form-wrapper .contact-form-content .contact-list li {
  margin-bottom: 25px;
  display: flex;
  gap: 10px;
}

.section-contact-form-wrapper .contact-form-content h2 {
  margin-bottom: 30px;
}

.section-contact-form-wrapper .contact-form-content .contact-list {
  margin-top: 50px;
}

.section-contact-form-wrapper .contact-form-content .contact-list li address,
.section-contact-form-wrapper .contact-form-content .contact-list li a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #151515;
  width: calc(100% - 35px);
  transition: all 0.5s ease-in-out;
}

.section-contact-form-wrapper .contact-form-content .contact-list li a:hover {
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
}

.section-contact-form-wrapper .contact-form-content .contact-list li span {
  display: inline-block;
  width: 20px;
}

.section-about-tally-daimond {
  padding: 60px 0;
}

.section-about-tally-daimond .about-tally-inner {
  display: flex;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.about-tally-items {
  width: 25%;
}
.about-tally-items-2 {
  width: 75%;
}
.section-about-tally-daimond .about-tally-inner .about-tally-img-box {
  width: 100%;
  height: auto;
  position: relative;
}

.section-about-tally-daimond .about-tally-inner .about-tally-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-us-gallery-inner {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 600px;
  position: relative;
}

.about-us-gallery-inner:after {
  position: absolute;
  top: 32px;
  left: -33px;
  right: 33px;
  bottom: -32px;
  content: "";
  border: 2px solid #e5e5e5;
  z-index: -1;
}

.about-us-gallery-inner .col-1 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 4;
  grid-column-end: 3;
}

.about-us-gallery-inner .col-2 {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 5;
}

.about-us-gallery-inner .col-3 {
  grid-row-start: 3;
  grid-column-start: 3;
  grid-row-end: 4;
  grid-column-end: 5;
}

.about-us-gallery-inner .about-img-box {
  width: 100%;
  height: auto;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

.about-us-gallery-inner .about-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

.about-us-gallery-inner .about-img-box img:hover {
  transform: scale(1.3);
  transition: all 0.5s ease-in-out;
}

.about-us-gallery-inner .col-4 {
  grid-row-start: 1;
  grid-column-start: 5;
  grid-row-end: 2;
  grid-column-end: 7;
}

section.section-about-us-gallery {
  padding: 10px 0 100px 0;
}

.about-us-gallery-inner .col-5 {
  grid-row-start: 2;
  grid-column-start: 5;
  grid-row-end: 4;
  grid-column-end: 7;
}

.sectionabout-us-bg .section-about-bg-wrapper > div {
  display: flex;
}

.sectionabout-us-bg .section-about-bg-wrapper {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 -15px;
  grid-row-gap: 30px;
}

.sectionabout-us-bg .section-about-bg-wrapper .section-about-bg-items {
  width: 33.333%;
  padding: 0 15px;
}

section.sectionabout-us-bg {
  padding: 60px 0;
}

.sectionabout-us-bg .section-about-bg-wrapper .img-box {
  width: 100%;
  height: auto;
  max-height: 400px;
  overflow: hidden;
}

.sectionabout-us-bg .section-about-bg-wrapper .img-box img {
  width: 100%;
  height: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease-in-out;
}

.sectionabout-us-bg .section-about-bg-wrapper .img-box img:hover {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}

.sectionabout-us-bg .section-about-bg-wrapper .about-content h3 {
  margin-bottom: 15px;
  margin-top: 20px;
}
.sectionabout-us-bg .section-about-bg-wrapper .about-content p {
  text-align: center;
}
.our-commitment-wrapper .out-wrapper-items .img-box {
  width: 100%;
  max-width: 156px;
  height: auto;
  margin-bottom: 20px;
  max-height: 170px;
}
/* 
.section-about-tally-daimond .about-tally-inner {
  text-align: justify;
} */

.our-commitment-wrapper .out-wrapper-items .img-box img {
  width: auto;
  max-height: 102px;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.our-commitment-item1 {
  width: calc(100% - 250px);
  background: #f1f1f1;
  padding: 40px 20px;
  margin-left: auto;
}

.our-commitment-wrapper {
  max-width: calc(100% - 250px);
  margin-left: auto;
}

.our-commitment-wrapper .out-wrapper-items {
  margin-bottom: 40px;
}

section.our-commitment-bg {
  padding: 60px 0;
}

.out-commitment-inner {
  position: relative;
}

.our-commitment-item2 {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  background: #161f38;
  padding: 100px 40px;
  width: 100%;
  max-width: 450px;
}

.our-commitment-item2 .items-inner h3 {
  color: #fff;
  margin-bottom: 35px;
}

.our-commitment-item2 .items-inner p {
  color: #fff;
}
li.dropdown {
  display: inline-block;
  position: relative;
  padding: 20px 10px;
}

ul div.Admin-mode {
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(245 244 242);
  min-width: 300px;
  z-index: 1;
  right: 0px;
  top: 30px;
  list-style-type: none;
}
.dropdown-content a {
  color: #000;
  padding: 15px 15px !important;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown #login_menu {
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

nav ul ul.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 160px;
  z-index: 1;
  top: 0px;
  right: 0px;
  padding: 0;
  list-style-type: none;
}
nav ul ul.dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}
nav ul ul.dropdown-content a:after {
  height: 0px !important;
}
nav ul li:hover ul {
  display: block;
}

nav ul ul ul li {
  width: 180px;
  float: none;
  display: list-item;
  position: relative;
  top: -20px;
  left: 0;
}

/* Admin-mode dropdown */

.admin .Admin-mode.active {
  display: block;
}

nav ul ul.Admin-mode {
  display: none;
  position: relative;
  background-color: #000000;
  min-width: 200px;
  width: 100%;
  z-index: 1;
  top: 0px;
  right: 0;
  padding: 0;
  list-style-type: none;
}

.fa-angle-right:before {
  content: "\f107";
  margin-left: -25px !important;
  font-size: 22px;
}
nav ul ul.Admin-mode li {
  width: 90%;
}
#header nav ul.Admin-mode li a {
  color: #000;
}
.white-mode {
  border: 1px solid;
  border-color: #f1f1f1;
  background-color: #f6f6f6;
  color: #000000;
}

nav ul ul .white-mode a {
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}
nav ul ul .white-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.green-mode {
  border: 1px solid;
  border-color: #e2f7cb;
  background-color: #e9ffd1;
  color: #000;
}
nav ul ul .green-mode a {
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}
nav ul ul .green-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.orange-mode {
  border: 1px solid;
  border-color: #ffeac7;
  background-color: #ffe3b3;
  color: #000;
}
nav ul ul .orange-mode a {
  color: #000 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}
nav ul ul .orange-mode a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.orange-mode-input {
  margin-left: 20px;
  margin-bottom: 5px;
}

.orange-mode-input input {
  height: 39px;
  width: 105px;
  font-size: 16px;
  line-height: 12px;
  font-weight: normal;
  text-align: center;
  padding: 0;
  color: black;
}
.orange-mode-input input:focus::placeholder {
  color: transparent !important;
}
.orange-mode-input span {
  font-size: 16px;
  line-height: 12px;
  margin-left: 10px;
}

.bg-success p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
body .bg-success {
  background-color: rgb(9, 255, 0);
  padding: 10px;
}

.nav-links .has-child ul li a:hover {
  background: #efefef !important;
  color: #000 !important;
}
.section-diamond-search-wrapper {
  padding: 60px 0px;
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .section-jewelry-content-box {
  position: relative;
  line-height: 0;
  z-index: 9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.06);
  display: block;
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .section-jewelry-content-box
  .section-jewelry-img-box {
  width: 100%;
  position: relative;
  height: auto;
  border-radius: 10px 10px 0 0;

  line-height: 0;
  overflow: hidden;
  font-size: 0px;
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .section-jewelry-content-box:hover
  button
  span {
  background-color: #000;
  /* transition: all 0.5s ease-in-out 0s; */
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .section-jewelry-content-box:hover
  button
  span
  img {
  filter: invert(1);
  /* transition: all 0.5s ease-in-out 0s; */
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .section-jewelry-content-box
  .section-jewelry-content {
  width: 100%;
  padding: 30px 20px 30px 20px;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 10px 10px;
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .section-jewelry-content-box
  .section-jewelry-img-box
  img {
  width: 100%;
  min-height: 366px;
  max-height: 366px;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .jewelry-content-inner
  button {
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  color: #000;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 22px */
  cursor: pointer;
  align-items: center;
  text-transform: capitalize;
  text-align: start;
  gap: 5px;
  margin: 0px auto;
  display: flex !important;
}
section.section-diamond-search-wrapper .section-diamond-search-inner {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: 1fr 1fr;
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .jewelry-content-inner
  button
  span {
  display: inline-block;
  border-radius: 66.667px;
  border: 1.333px solid #000;
  width: 54px;
  height: 32px;
  /* transition: all 0.5s ease-in-out 0s; */
  padding: 2.667px 13.333px;
}

.section-diamond-search-wrapper
  .section-diamond-search-inner
  .jewelry-content-inner
  button
  span
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* transition: all 0.5s ease-in-out 0s; */
  object-position: center center;
}
.section-category-wrapper .row {
  border-radius: 16px;

  padding: 40px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
section.section-category-wrapper {
  margin-top: 10px;
}
section.section-jewelry-search-wrapper.section-jewelry-search-wrapper-lab
  .section-jewelry-img-box
  img {
  transform: scale(0.7);
}
.section-category-wrapper .row .img-box {
  width: 100%;
  height: auto;
  max-width: 366px;
}
.section-category-wrapper .row .img-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.section-category-wrapper .row .content h3 {
  margin-bottom: 30px;
}
section.section-jewelry-search-wrapper.section-jewelry-search-wrapper-lab
  .section-jewelry-content-box:hover
  img {
  transform: scale(1);
}
.breadcum-fluid {
  padding: 20px 0px;
  background: #ffffff;
}
.breadcum-fluid .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.breadcum-fluid .main-section .left-part ul {
  display: flex;
  align-items: center;
  justify-content: start;
}
.breadcum-fluid .main-section .left-part ul li {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #2e4c4d;
}
.breadcum-fluid .main-section .left-part ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #2e4c4d;
}
.breadcum-fluid .main-section .right-part h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  color: #020202;
  display: inline-block;
  position: relative;
}
@media (max-width: 420px) {
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(220 163 156);
    min-width: 304px;
    z-index: 1;
    right: auto;
    top: 58px;
    left: -20%;
    width: 95%;
  }
  nav ul ul.Admin-mode li {
    width: 100%;
  }
  nav ul ul.Admin-mode {
    min-width: 100%;
    width: 100%;
    z-index: 1;
  }
}
