* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Quattrocento Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  /* font-size: 18px;
  line-height: 20px; */
  background: #f2f2f2;
  color: #0d181c;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 20px;
}

a:hover,
a:focus {
  opacity: 70%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.header-wraper-bg .header-wrapper {
  position: relative;
  background: rgb(232 230 230);
}

.footer-inner .footer-list li a {
  display: block;
  line-height: 0;
}

p {
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 15px;
}

.dec {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}

h1 {
  font-size: 48px;
  line-height: 61px;

  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
}

h2 {
  font-size: 36px;
  line-height: 43px;
  color: #0d181c;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
}

.translations-content-container .container {
  max-width: 1170px;
}

.translations-content-container {
  padding: 50px 0 50px 0;
}

.footer2 .footer-wrapper {
  position: relative;
  background: rgb(224 219 220);
}

h3 {
  font-size: 28px;
  line-height: 34px;
  color: #0d181c;
  font-weight: 700;
  font-family: "Frank Ruhl Libre", serif;
}

.translations-content-container h1 {
  font-size: 36px;
}

.section-about-tally-daimond .about-tally-inner h2 {
  margin-bottom: 25px;
}

.translations-content-container ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  list-style: inherit;
}

.translations-content-container strong {
  color: #0d181c;
}

.translations-content-container ul a {
  hyphens: auto;
  word-break: break-all;
}

.translations-content-container ul li {
  font-size: 18px;
  line-height: 28px;
  color: #0d181c;
  margin-bottom: 15px;
}

.translations-content-container h1,
.translations-content-container h2,
.translations-content-container h3,
.translations-content-container h4,
.translations-content-container h5,
.translations-content-container h6 {
  color: #0d181c;
  margin-bottom: 20px;
  font-family: "Frank Ruhl Libre", serif;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 20px;
  margin: 0 auto;
}

.header-wrapper .header-wraper-inner .logo-wraper .logo-cover {
  width: 100%;
  height: auto;
  max-height: 65px;
  max-width: 218px;
}

.header-wrapper .header-wraper-inner .logo-wraper .logo-cover img {
  width: 100%;
  height: auto;
  max-height: 65px;
  max-width: 200px;
}

.btn {
  padding: 12px 30px;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #31312f;
  cursor: pointer;
  background: #a7aaae;
  border: 1px solid #31312f;
  border-radius: 44px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  background: #26355e;
  border: 1px solid #26355e;
  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 {
  text-transform: uppercase;
  background: #a7aaaef0;
  border: 1px solid #31312f;
  border-radius: 44px;
  transition: all 0.5s ease-in-out;
  color: #31312f;
}

.secoundary-btn:hover {
  background-color: #31312f;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.relative {
  position: relative;
}

/* ============header section start ============*/
.header-wrapper {
  background: rgba(224, 219, 220, 0.4);
  padding: 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.sticky .header-wrapper {
  background: rgba(224, 219, 220, 1);
}

.about-us-right-content p {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.header-wrapper .header-wraper-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

section.section-diamond-search-wrapper .section-diamond-search-inner {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.header-wrapper .header-wraper-inner .menu-wraper .menu-container {
  display: flex;
  align-items: center;
  gap: 56px;
}

.header-wrapper .header-wraper-inner .menu-wraper .menu-container .menu-inner {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-wrapper
  .header-wraper-inner
  .menu-wraper
  .menu-container
  .menu-inner
  .menu-item
  .menu-link {
  padding: 11px 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.login-button-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-wrapper
  .header-wraper-inner
  .menu-wraper
  .menu-container
  .menu-inner
  .menu-item
  .menu-link:hover,
.header-wrapper
  .header-wraper-inner
  .menu-wraper
  .menu-container
  .menu-inner
  .menu-item
  .menu-link.active {
  border-bottom: 2px solid #000000;
  transition: all 0.5s ease-in-out;
  color: #000000;
}

/* <<<<<=========== 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: #0d181c;
  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 */

.hero_header_background-video-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
}

.hero_header_background-video-wrapper .w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100vw;
  height: 100vh;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}

.hero_header_background-video-wrapper .background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

/* section footer start */
.footer-wrapper {
  padding: 15px 0;
  background: rgba(224, 219, 220, 0.4);
  position: absolute;
  width: 100%;
  bottom: 0;
}

.footer-inner {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  grid-row-gap: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-items.item4 .powerby {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}

.footer-wrapper ul.social-icon {
  display: flex;
  align-items: center;
  gap: 11px;
}
.footer-items.item4 .privacy ul {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  margin-bottom: 15px;
}
.footer-items.item4 .privacy ul li a {
  font-size: 16px;
}
.footer-inner p.dec {
  margin-bottom: 0;
}

.footer-wrapper ul.social-icon li {
  line-height: 0;
}

.footer-wrapper ul.social-icon li a {
  display: block;
  line-height: 0;
}

.footer-inner .footer-list {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.footer-inner .footer-list li {
  line-height: 0;
}

.footer-inner .contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-inner .contact-list li:nth-child(1) {
  margin-bottom: 10px;
}
.footer-inner .contact-list li:nth-child(2) {
  margin-bottom: 10px;
}
select#country {
  padding: 11px 2px;
  border-bottom: 2px solid transparent;
  transition: all 0.5s ease-in-out;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
  outline: none;
  border: none;
  background: transparent;
}

.about-us-content {
  background-image: url(../images/bg-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-size: cover;
  padding: 50px 0 50px 0;
}

.about-us-content .container {
  max-width: 1170px;
}

.about-us-right-content h5 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 800;
  margin: 0 0 15px 0;
  color: #191919;
}
.about-us-content .contact-address .address-card {
  padding: 10px 30px;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  min-height: 210px;
}
.about-us-content .contact-address .address-card h2 {
  font-size: 24px;
  line-height: 44px;
  color: #0d181c;
  font-weight: 500;
  font-family: "Frank Ruhl Libre", serif;
}
.about-us-content .contact-address .address-card p {
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 10px;
}
.about-us-right-content h6 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 800;
  margin: 0 0 15px 0;
  color: #191919;
}

.about-us-left-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.about-us-left-img img {
  transition: all 0.5s;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.about-us-left-img:hover img {
  transform: scale(1.1);
}

.about-content-top {
  margin: 0 0 50px 0;
  text-align: center;
}

.inner-breadcrumbs-head {
  text-align: center;
}

.inner-breadcrumbs-head h2 {
  margin: 0 0 40px 0;
  padding: 0 120px;
  display: inline-block;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.inner-breadcrumbs-head h2::before {
  content: "";
  width: 90px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  right: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}

.inner-breadcrumbs-head h2::after {
  content: "";
  width: 90px;
  height: 4px;
  background: #000;
  position: absolute;
  right: 0;
  left: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}
.footer-mobile {
  display: none;
}
.footer-mobile .content-list {
  padding: 25px 15px 5px 15px;
}
.footer-mobile .content-list h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.footer-mobile .content-list ul {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
.footer-mobile .content-list ul li {
  margin-bottom: 15px;
}
.footer-mobile .content-list ul li a {
  letter-spacing: 0.3px;
  font-size: 18px;
}
.footer-mobile .contact-list {
  padding: 5px 15px 5px 15px;
}
.footer-mobile .contact-list ul {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
}
.footer-mobile .contact-list ul li {
  margin-bottom: 15px;
}
.footer-mobile .contact-list ul li a {
  letter-spacing: 0.3px;
  font-size: 18px;
}
.footer-mobile .contact-list ul li a span {
  font-weight: 600;
}
.footer-mobile .app-store {
  padding: 0px 15px 15px 15px;
}
.footer-mobile .app-store h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.footer-mobile .app-store ul {
  display: flex;
  align-items: center;
  justify-content: left;
}
.footer-mobile .app-store ul li:nth-child(1) {
  margin-right: 10px;
}
.footer-mobile .app-store ul li a img {
  max-width: 150px;
  height: auto;
  width: auto;
}
.footer-mobile .social-links {
  background: black;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.footer-mobile .social-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-mobile .social-links ul li {
  margin-left: 10px;
  margin-right: 10px;
}
.footer-mobile .social-links ul li a {
  font-size: 20px;
  color: #ffffff;
}
.footer-mobile .social-links .powered p {
  margin-bottom: 0px;
}
.footer-mobile .social-links .powered p a {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.formob {
  display: none;
}
.video-section video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: flex;
}
.inner-breadcrumbs-head h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 800;
  margin: 0 0 20px 0;
  padding: 0 120px;
  display: inline-block;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
.about-us-right-content h6 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 800;
  margin: 15px 0px 15px;
  color: rgb(25, 25, 25);
}
.tabal-section .table td,
.tabal-section .table th {
  border-right: 1px solid #dee2e6;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #191919;
  border-bottom: none;
}
.tabal-section .table th {
  font-weight: 600;
}
.login-mobile {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  display: none;
}
.login-mobile ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.login-mobile ul li {
  margin-left: 10px;
  margin-right: 10px;
  width: 40%;
  background: #a8abb0;
  border-radius: 4px;
  border: 1px solid black;
  text-align: center;
}
.login-mobile ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 10px 10px;
}
.youtube-section .youtube-card {
  margin-bottom: 15px;
}
.youtube-section .youtube-card iframe {
  width: 100%;
  height: 350px;
  border: 5px solid #cfcfcf;
  border-radius: 10px;
}
.for-web {
  display: block;
}
.for-mobile {
  display: none;
}
