@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@1,700&family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
body {
  font-family: "Afacad", sans-serif;
  background-color: #000000;
  position: relative;
  color: white;
  font-size: 1.3rem;
  overflow-x: hidden;
  background-image: url(../images/body-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 59%);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
}

/* body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
} */
html {
  scroll-behavior: smooth;
}

p,
ul,
li,
span,
.address-1 ul li a {
  color: #b3b3b3;
  font-weight: 300;
}

li::marker {
  content: "";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Afacad", sans-serif;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: white;
}

a,
a:hover {
  text-decoration: none !important;
  color: rgb(255, 255, 255);
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: url(../images/main-bg-video.mp4);
}

.site-navbar {
  margin-bottom: 0px;
  position: relative;
  top: 0;
  width: 100%;
  padding: 12px 0;
  position: absolute;
  /* background-color: black; */
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo a {
  text-transform: uppercase;
  color: #000;
  display: block;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: rgba(0, 0, 0, 0.7) !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}

.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 100%;
  position: fixed;
  right: 0;
  z-index: 4;
  padding-top: 17px;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.site-mobile-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #0000008a;
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(60px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  backdrop-filter: blur(1px);
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 13;
  position: relative;
}

.icon-close2:before {
  color: white;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
  overflow: auto;
}

.site-mobile-menu .site-mobile-menu-body {
  width: 50%;
  margin: 0 auto;
}

.site-mobile-menu .site-nav-wrap > li svg path {
  fill: white;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
}

.dropdown-menu.show:not(.re) {
  background-color: rgb(255 255 255 / 0%);
  width: 100%;
  position: relative !important;
}

.dropdown-menu.show:not(.re) {
  background-color: rgb(255 255 255 / 0%);
  width: 100%;
  position: relative !important;
  color: antiquewhite;
  border-color: white;
  top: -58px !important;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #fff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #fff;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #fff;
}

.icon-menu:before {
  content: "\e5d2";
  color: #ffffff;
}

li::marker {
  display: none;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 26px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(0, 0, 0, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.sign-in-bar {
  gap: 8px;
  padding: 3px 9px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  width: fit-content;
}

.sign-in-bar svg,
.sign-in-bar img {
  width: 17px;
  height: 17px;
  filter: invert(1);
}

.sign-in-bar img,
.buttonNav button svg {
  width: 15px;
  height: 15px;
}

.sign-in-bar svg path,
.buttonNav button svg {
  fill: white;
}

.said-menu {
  gap: 14px;
  margin-left: 10px;
}

.sign-in-bar:hover {
  background-color: white;
  color: black;
}

.sign-in-bar:hover span {
  color: #000;
}

.sign-in-bar:hover img {
  filter: grayscale(1);
}

.tour-degree-lab {
  display: grid;
  justify-content: center;
}

.tour-degree-lab img {
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: url(../images/main-bg-video.mp4) no-repeat center center/cover;
}

.diamond-comparison-inner tbody tr td {
  padding: 10px 14px;
}

.said-img-1 {
  position: absolute;
  top: 61%;
  right: 0;
  width: 335px;
}

.showcase {
  display: grid;
  overflow: hidden;
  background-color: var(--surface-1);

  > * {
    grid-area: 1/1;
  }

  > video {
    display: block;
    inline-size: 100%;
  }

  > img {
    z-index: 1;
  }
}

video {
  width: 100%;
  object-fit: cover;
  height: 623px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #00000054;
}

.site-logo a img {
  display: block;
  max-width: 245px;
  width: 100%;
  height: auto;
}

.wrapper {
  /*This part is important for centering*/
  display: grid;
  place-items: center;
}

.typing-demo {
  width: 22ch;
  animation: typing 2s steps(22), blink 0.5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  font-family: monospace;
  font-size: 2em;
  color: white;
}

.headline-wrap {
  position: absolute;
  bottom: 0;
  left: 25%;
  top: 31%;
  z-index: 1;
}

.text-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 100px;
}

.text-container h1:nth-child(1) {
  color: #ffffff;
  font-family: "Fira Code", monospace;
  font-weight: 800;
  font-size: 20px;
  margin: 0 0 0 35%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  width: fit-content;
  animation: type 2s steps(40, end) forwards;
}

.text-container h1:nth-child(2) {
  opacity: 0;
  font-family: "Work Sans", sans-serif;
  margin: 0 auto auto auto;
  background: linear-gradient(to right, #ffffff, #a020f0, #c06c84);
  font-weight: 800;
  font-size: 100px;
  width: 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  animation: shring-animation 2.2s steps(40, end) 2s forwards,
    blink 0.5s step-end infinite alternate;
}

.bottom-policy-item h4,
.right-said h3 {
  color: #fff;
}

.padding-top {
  padding-top: 80px;
}

.padding-bottom {
  padding-bottom: 80px;
}

img {
  width: 100%;
}

.left-said img {
  width: 100%;
  height: 100%;
}

.top-policy-item img {
  width: 40px;
  height: 40px;
  filter: invert(1);
  margin-bottom: 15px;
}

.top-policy-item img {
  width: 40px;
  height: 40px;
  filter: invert(1);
  margin-left: auto;
  display: flex;
  margin-right: auto;
}

.bottom-policy-item {
  text-align: center;
}

.policy-item {
  padding: 10px 15px;
  border: 1px solid;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  transition: 0.9s;
  min-height: 380px;
  line-height: 1.1;
}

.policy-item:hover {
  transform: scale(1.1);
}

.service-policy-section {
  margin-top: -60px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch;
}

.diamond-comparison-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.boottom-name-diamond {
  text-align: center;
  margin-top: 20px;
}

.boottom-name-diamond h6 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.top-img-diamond .wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.gallery {
  display: grid;
  grid-gap: 10px;
  /* fill the page's width with columns, each having from about 200 to 400 px */
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  /* first row's height: 250px, second row's: 150px, third row's: 250px, and so on */
  grid-auto-rows: 250px 150px;
  /* from MDN: "fill in holes earlier in the grid, if smaller items come up later" */
  grid-auto-flow: dense;
}

.item {
  /* for larger screens... */
}

.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common-banner-section {
}

a#button svg {
  width: 17px;
  height: 17px;
}

a#button svg path {
  fill: white;
}

#button {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.snip1527 {
  color: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
  padding: 25px 10px 25px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #700877;
  content: "";
  background: linear-gradient(90deg, #3030308f 0%, #202020 100%, #5e5e5e 100%);
  opacity: 0.8;
  z-index: -1;
}

.snip1527 .date {
  background-color: #000000;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
  display: inline-block;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}

.snip1527 p {
  line-height: 1;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.land-excavated-inner img {
  max-width: 103px;
  width: 100%;
  height: 100%;
  margin: 10px 0;
}

@media (min-width: 480px) {
  .item {
    /* first item will have size 2x2 */
    /* and every third item will have size 2x1 */
  }

  .item:first-child {
    grid-area: 1/1 / span 2 / span 3;
  }

  .item:nth-child(3n) {
    grid-column: span 2;
  }
}

@keyframes color {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

.impact-section {
  background-image: url(../images/banner-imp.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.box h2, .box h3 {
    position: relative;
    color: transparent;
    background: rgb(255, 0, 0);
    background: linear-gradient( 67deg, #fff, rgb(255 255 255) 56%, rgb(255 255 255) 70%, rgb(0 0 0 / 0%) 77%, rgb(0 0 0 / 0%) 84%, rgb(255 255 255) 91%, rgb(255 255 255) 97%, rgb(255, 255, 255) 100% );
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 500%;
    animation: color 4s linear infinite;
    width: fit-content;
    margin: auto;
}

.box h2::after {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  background: url(../images/logo-icone-gif.gif);
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
  padding: 0px 30px;
  background-size: contain;
}

.box h2::before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  background: url(../images/logo-icone-gif.gif);
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1);
  padding: 0px 30px;
  background-size: contain;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 17px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  border: 2px solid #fff;
  border-radius: 25px;
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  border: 0 !important;
  display: block;
  position: relative;
  background: transparent;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper {
  transition: all 0.5s;
  position: relative;
  width: 100%;
  z-index: -1;
}

.card:hover .wrapper {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}

.wrapper::before,
.wrapper::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}

/* .wrapper::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(to top,
      transparent 46%,
      rgba(12, 13, 19, 0.5) 68%,
      rgba(12, 13, 19) 97%);
} */

/* .wrapper::after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(to bottom, transparent 46%, rgb(12 13 19 / 29%) 68%, rgb(0 0 0) 97%);
} */

.card:hover .wrapper::before,
.wrapper::after {
  opacity: 1;
}

.card:hover .wrapper img {
  opacity: 0;
}

.card:hover .wrapper::after {
  height: 120px;
}

.title {
  width: 100%;
  transition: transform 0.5s;
}

.card:hover .title {
  transform: translate3d(0%, -50px, 100px);
}

.character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
  transform: translate3d(0%, 0%, 100px);
}

.card:hover .character {
  opacity: 1;
  transform: translate3d(0%, -100%, 100px);
}

.top-img-diamond .wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin: 0 auto;
  display: flex;
  filter: invert(1);
}

.news-field {
  width: 100%;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #fff;
  padding: 0 0 8px 0;
  color: white;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

.newsletter-inner {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* 12. hover-border-2 */
/* :active,
:hover,
:focus {
  outline: 0 !important;
  outline-offset: 0;
}

::before,
::after {
  position: absolute;
  content: "";
} */

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 10px auto 35px;
}

.btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 150px;
  color: white;
  transition: 0.2s;
}

.btn span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  top: 0;
  left: 0;
  width: 100%;
  padding: 9px 20px;
  transition: 0.3s;
}

.btn-3 {
  padding: 5px;
}
.btn-3 span svg {
    width: 16px;
    height: 13px;
    margin-right: 5px;
}
.btn-3 span {
  color: rgb(255, 255, 255);
  background-color: rgb(54, 56, 55);
}

.btn-3::before,
.btn-3::after {
  background: transparent;
  z-index: 2;
  outline: 0 !important;
  outline-offset: 0;
  position: absolute;
  content: "";
}

.btn.hover-border-2::before,
.btn.hover-border-2::after {
  width: 10%;
  height: 25%;
  transition: 0.35s;
  outline: 0 !important;
  outline-offset: 0;
  position: absolute;
  content: "";
}

.btn.hover-border-2::before {
  bottom: 0;
  left: 0;
  border-left: 1px solid rgb(255 255 255);
  border-bottom: 1px solid rgb(255 255 255);
  outline: 0 !important;
  outline-offset: 0;
  position: absolute;
  content: "";
}

.btn.hover-border-2::after {
  top: 0;
  right: 0;
  border-right: 1px solid rgb(255 255 255);
  border-top: 1px solid rgb(255 255 255);
  outline: 0 !important;
  outline-offset: 0;
  position: absolute;
  content: "";
}

.btn.hover-border-2:hover::before,
.btn.hover-border-2:hover::after {
  width: 99%;
  height: 99%;
  outline: 0 !important;
  outline-offset: 0;
  position: absolute;
  content: "";
}

input::placeholder,
.sameput::placeholder {
  color: rgb(187, 187, 187) !important;
}
.sameput {
  color: white;
}

input:focus-visible,
textarea#message:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.footer-section {
  padding: 80px 0 46px 0;
}

.logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.address-1 ul li svg,
.main-row svg,
.contact-info ul li svg {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  transition: 0.3s;
}

.address-1 ul li svg path,
.main-row svg,
.contact-info ul li svg path {
  fill: white;
  transition: 0.3s;
}

.address-1 ul li span {
  transition: 0.35s;
}

.address-1 ul li span:hover {
  letter-spacing: 2px;
}

.address-1 ul li {
  margin-bottom: 10px;
  transition: 0.3s;
}

.address-2 ul li a svg {
  width: 32px;
  height: 32px;
}

.address-2 ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.banner-section {
  background: url(../images/Diamond-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0;
  position: relative;
  background-attachment: fixed;
}

.effect3d__container {
  width: 250px;
  height: 250px;
  border-radius: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25),
    0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  position: absolute;
  top: 12%;
  left: 8%;
}

.effect3d__element {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border-radius: 20px;
  transform-style: preserve-3d;
  color: #fafafa;
  font-family: "Comfortaa", cursive;
  background: #e451ff;
  background: -webkit-linear-gradient(top left, #e451ff, #415aff);
  background: -moz-linear-gradient(top left, #e451ff, #415aff);
  background: linear-gradient(to bottom right, #e451ff, #415aff);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.conatct-inner {
  margin-bottom: 22px;
}

.effect3d--shine {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateZ(1px);
  z-index: 100;
  border-radius: 20px;
  transform-style: preserve-3d;
}

.quotes {
  display: none;
}

.contact-section {
  /* background: url(../images/diamond-industry-2.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

.banner-over {
  background-color: #00000091;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer-bottom {
  margin-top: 61px;
}

.leading-7 {
  display: block;
}

.info-lam,
.info-lam-1,
.certification-section {
  max-width: 100vw;
  overflow: hidden;
}

.address-1 ul li:hover svg path {
  fill: #fff;
}

.address-1 ul li:hover svg {
  transform: rotate(17deg);
}

.site-navbar .container-fluid .row {
  z-index: 1;
}

.site-mobile-menu .site-nav-wrap a:hover svg path {
  fill: #fff;
}

.dropdown-menu.show:not(.re) {
  background-color: rgba(226, 209, 209, 0);
  width: 100%;
}

.dropdown-item:not(.re):hover,
.dropdown-item:not(.re):focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa00;
}

.dropdown-item:not(.re) {
  color: #ffffff !important;
}

.about-thumb img {
  max-width: 171px;
  width: 100%;
  margin-bottom: 10px;
  height: 100%;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 99999999;
  pointer-events: none;
}

.cursor div {
  position: absolute;
  display: grid;
  place-items: center;
}

.cursor div div {
  border: 1px solid #fff;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
  box-shadow: 0 0 50px 5px #d7abff6e;
}

.cursor div:nth-child(1),
.cursor div:nth-child(2) {
  width: 100%;
  height: 100%;
}

.cursor div:nth-child(1) {
  transition: transform 0.2s ease-out;
}

.cursor div:nth-child(2) {
  transition: transform 0.1s ease-out;
}

.cursor div:nth-child(2) div {
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}

.main-row-inner li.mr-4 {
  position: relative;
}

.main-row-inner li.mr-4::before {
  content: ">";
  position: absolute;
  right: -14px;
  top: 0;
}

/* bannnnn */
#roto {
  position: relative;
  z-index: 0;
}

button:focus-visible {
  outline: none !important;
}

#roto::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, #000000, transparent);
  opacity: 0;
  z-index: 4;
  transition: 0.2s all ease;
}

#roto.active::before {
  opacity: 1;
  height: 50%;
}

#roto h1,
#roto h2,
#roto h3,
#roto h4,
#roto h5,
#roto h6 {
  font-family: "Cormorant Garamond", serif;
}

.slide {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.slide .mainImage {
  position: absolute;
  width: 100vw;
  height: 100vw;
  object-fit: cover;
  object-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation-name: rotate;
  animation-timing-function: cubic-bezier(0.02, 0.63, 0.23, 0.99);
  animation-iteration-count: 1;
  animation-duration: 1.1s;
}

.slide .roundOuter {
  position: absolute;
  width: 86vw;
  height: 86vw;
  overflow: hidden;
  border-radius: 50%;
  left: calc(50% - 43vw);
  top: calc(50% - 43vw);
  filter: brightness(0.9);
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.slide .roundOuter img {
  position: absolute;
  width: 100vw;
  height: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  animation-name: rotate;
  animation-timing-function: cubic-bezier(0.02, 0.63, 0.23, 0.99);
  animation-iteration-count: 1;
  animation-duration: 1.3s;
}

.slide .roundInner {
  position: absolute;
  width: 50vw;
  height: 50vw;
  overflow: hidden;
  left: calc(50% - 25vw);
  top: calc(50% - 25vw);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.slide .roundInner img {
  position: absolute;
  width: 100vw;
  height: 100vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  animation-name: rotate;
  animation-timing-function: cubic-bezier(0.02, 0.63, 0.23, 0.99);
  animation-iteration-count: 1;
  animation-duration: 1.2s;
}

.slide .slideText {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.slide .slideText h1 {
  font-size: 5vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5vw;
  text-align: center;
  padding-left: 5vw;
  animation-delay: 1s;
  filter: drop-shadow(0 2px 10px #000);
  position: relative;
}

.slide .slideText h1::after {
  content: "";
  position: absolute;
  width: 40vw;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.slide .slideText p {
  text-align: center;
  letter-spacing: 20px;
  font-weight: 600;
  font-size: 1.3rem;
  padding-left: 1.3rem;
  text-transform: uppercase;
  animation-delay: 1.5s;
  filter: drop-shadow(0 2px 10px #000);
}

/* button:focus-visible {
  border: none !important;
  outline: none !important;
} */

.slide .slideText .buttonNav {
  display: flex;
  justify-content: center;
  gap: 12px;
  animation-delay: 1.7s;
}

.slide .slideText .buttonNav button {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 1.3rem;
  filter: drop-shadow(0 2px 10px #000);
}

.slide .slideText .buttonNav span {
  display: grid;
  width: 1px;
  flex: 0 0 1px;
  background-color: #fff;
  filter: drop-shadow(0 2px 10px #000);
}

.sign-in-bar span {
  color: white;
}

.main-row {
  padding: 20px 0;
  margin-top: 10px;
}

.shape-1 {
  border-bottom: 1px solid #ffffff40;
}

.tabs {
  background-color: #ffffff00;
  border-radius: 5px 5px 5px 5px;
}

ul#tabs-nav,
ul#tabs-nav-1 {
  list-style: none;
  margin: 0;
  padding: 5px;
  overflow: auto;
  display: flex;
  align-items: center;
}

ul#tabs-nav li,
ul#tabs-nav-1 li {
  float: left;
  font-weight: bold;
  margin-right: 2px;
  padding: 8px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  min-width: 80px;
  margin-right: 10px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.sd-multiSelect-1.form-group label {
  font-size: 18px;
}
.sd-multiSelect-1.form-group label:before {
  display: none;
}
ul#tabs-nav li:hover,
ul#tabs-nav-1 li:hover,
.aca-inner-section ul#tabs-nav li.active,
.aca-inner-section ul#tabs-nav-1 li.active {
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid rgb(255 255 255 / 39%);
  color: white;
}

.anatomy-section ul#tabs-nav li:hover,
.anatomy-section ul#tabs-nav-1 li:hover {
  background-color: transparent !important;
}

#tabs-nav li.active a,
#tabs-nav-1 li.active a,
ul#tabs-nav li:hover a,
ul#tabs-nav-1 li:hover a {
  color: #ffffff;
}

.anatomy-section .btn-3 span {
  color: rgb(255 255 255);
  background-color: rgb(255 255 255 / 0%);
  border: 1px solid white;
}

/* ///// */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  backdrop-filter: blur(17px);
  z-index: 1000;
  margin: 0;
  height: 100%;
  overflow: hidden;

  .txt {
    color: #666;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
  }
}

.nb-spinner {
  display: flex;
  align-items: center;
  margin: auto;
  width: 200px;
  height: 100%;
  position: relative;
}

.loader {
  max-width: 266px;
  width: 100%;
  filter: grayscale(1);
}

img.loader1 {
  position: absolute;
  left: 26%;
  width: 100px;
  filter: invert(1);
  margin: 0;
  display: flex;
}

/* SPINNER ANIMATION */

/* ///// */
.anatomy-section .btn.hover-border-2::after {
  border-right: 1px solid rgb(255, 255, 255);
  border-top: 1px solid rgb(255, 255, 255);
}

.anatomy-section .btn.hover-border-2::before {
  border-left: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}

#tabs-nav li a,
#tabs-nav-1 li a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.tab-content {
  padding: 10px;
  border-top: 0;
}

.cut-inner img {
  filter: invert(1);
}

.cut-inner img {
  filter: invert(1);
  max-width: 235px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.evolution-timeline {
  position: relative;
  display: flow-root;
}

.evolution-timeline-inner {
  position: relative;
  margin-bottom: 100px;
  width: 50%;
  padding-left: 70px;
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}

.evolution-timeline-inner-1 .evolution-top {
  order: 1;
}

.evolution-top img {
  width: 89px;
  height: auto;
  border: 1px solid;
  padding: 6px;
  border-radius: 10px;
  background-color: black;
}

.evolution-bottom p {
  margin-bottom: 0;
}

.evolution-timeline-inner-1 {
  margin-top: 200px;
}

/* .evolution-timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  background: rgb(255, 255, 255);
} */

.evolution-timeline {
  position: relative;
}

/* ?????????????????????????????????????? */
.timeline ul {
  padding: 0;
}

.timeline .default-line {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  background: #ffffff;
  height: 100%;
}

.evolution-bottom {
  width: 100%;
  max-width: 280px;
}

table {
  width: 100%;
  text-align: center;
}

.timeline .draw-line {
  width: 4px;
  height: 0;
  position: absolute;
  left: 50%;
  background: #4c4c4c;
}

.evolution-timeline-inner.in-view::after {
  background: #4c4c4c;
}

.evolution-timeline-inner-1 {
  padding-left: 0;
  padding-right: 70px;
  justify-content: end;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  height: 80px;
  background: transparent;
}

.timeline ul li.in-view {
  transition: 0.125s ease-in-out, background-color 0.2s ease-out,
    color 0.1s ease-out, border 0.1s ease-out;
}

.timeline ul li.in-view::before {
  content: "";
  position: absolute;
  left: 0.1%;
  top: -20px;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-image: url("../images/icone-1.png");
  background-color: #ffffff;
  background-size: 33px 33px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.125s ease-in-out, background-color 0.2s ease-out,
    color 0.1s ease-out, border 0.1s ease-out;
}

.evolution-timeline-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 3px;
  background: white;
  z-index: -1;
}

.evolution-timeline-inner-1::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 2px;
  background: white;
  z-index: -1;
}

.evolution-timeline-inner-1::before {
  content: "";
  position: absolute;
  right: -2.5% !important;
  left: auto !important;
  transform: translateX(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-image: url("../images/icone-1.png");
  background-color: #ffffff;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.125s ease-in-out, background-color 0.2s ease-out,
    color 0.1s ease-out, border 0.1s ease-out;
}

.evolution-timeline-inner-1.in-view::before {
  right: -7.9% !important;
}

.timeline ul li::before {
  content: "";
  position: absolute;
  left: 0.1%;
  top: -5px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

.evolution-timeline-inner-1.in-view::before {
  content: "";
  position: absolute;
  left: auto !important;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: inherit;
  background: #fff;
  transition: all 0.4s ease-in-out;
}

.evolution-bottom h5 {
  color: #fff;
}

/* ?????????????????????????????????????? */
.table-heading {
  text-align: center;
  padding: 5px 0;
  background-color: #5e404000;
}

table.clarity-lab-inner td img {
  width: 100%;
  max-width: 95px;
  height: auto;
  filter: brightness(50);
}

table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

tbody tr td {
  border: 1px solid #fff;
  padding: 15px;
  white-space: nowrap;
}

table.clarity-lab-inner {
  position: relative;
  width: 100%;
  overflow-x: auto;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #8f8f8f5b;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  height: 4px;
  background-color: #3a3a3a5b;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar-thumb {
  border-radius: 9px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f55b;
  -webkit-overflow-scrolling: touch;
}
.daimond-search-right .btn {
  min-width: auto;
  font-size: 12px;
  padding: 5px 6px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.daimond-search-right .tabs-1 li a {
  font-size: 12px;
}
.clarity-lab-inner tbody tr td table tbody tr td {
  width: 100px;
  max-width: 170px;
}

.clarity-lab .left-said img {
  filter: invert(1);
}

.clarity-lab .left-said,
.clarity-lab .right-said {
  margin-bottom: 30px;
}

section.anatomy-section .tab-content img {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  filter: brightness(50);
}

.main-shap {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.main-shap-left img {
  filter: brightness(50);
  max-width: 204px;
  opacity: 0.9;
}

.anatomy-section .tabs,
.anatomy-section .tab-content {
  background-color: transparent;
  border: 0;
}

.anatomy-section ul#tabs-nav {
  flex-wrap: wrap;
  justify-content: center;
}

.anatomy-section ul#tabs-nav li {
  width: auto !important;
}

/* terms-page */
.spa-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 2em;
  height: 75px;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.spa-header--scrolled {
  background: #fafafa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.spa-header--move-up {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.spa-header__logo {
  color: #000;
}

.spa-header__link {
  margin-left: 1em;
  color: #000;
}

.sticky-nav-tabs,
.spa-slide {
  position: relative;
}

.sticky-nav-tabs h3,
.spa-slide h3 {
  font-size: 1rem;
  letter-spacing: 0.3rem;
  opacity: 0.6;
}

.sticky-nav-tabs-container {
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-nav-tabs-container--top-first {
  position: fixed;
  top: 75px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.sticky-nav-tabs-container--top-second {
  position: fixed;
  top: 0;
}

.sticky-nav-tab {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 4px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 19px;
}

.spa-slide {
  margin-bottom: 20px;
}

.sticky-nav-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66b1f1;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.widget-item {
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.section-nav {
  position: sticky;
  top: 2rem;
  align-self: start;
  margin-right: 20px;
}

.terms-conditions-section main {
  display: grid;
  grid-template-columns: 1fr 40em;
  max-width: 100em;
  margin: 0 auto;
}

.section-nav ol {
  padding-left: 0;
}

.diamond-comparison-inner {
  overflow-x: scroll;
}

.diamond-comparison-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #55555548;
}

.diamond-comparison-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #27272738;
}

.diamond-comparison-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d6d6d6;
}

.land-excavated-inner {
  position: relative;
}

.said-img {
  position: absolute;
  width: 2px;
  height: 90%;
  background-color: #ffffff63;
  top: 12px;
  right: -6px;
}

.land-excavated-inner span {
  color: #83c939b5;
}

.land-excavated-inner h5 {
  color: #fea595;
}
.main-form {
  width: 100%;
}
#extend, #btn_two {
    padding: 0px 5px;
    background: transparent;
    color: #afb8bb;
    border: 1px solid #afb5a9;
    margin-bottom: 12px;
    display: flex;
    width: fit-content;
    font-size: 16px;
}
.main-form-1 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
.form-logo img {
  max-width: 260px;
  height: auto;
  width: 100%;
}
.main-shap-right h5 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.form-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  margin-bottom: 50px;
}
.sameput,
.select-dropdown select {
  background-color: transparent;
  border: 1px solid #ffffffad;
  width: 100%;
  font-size: 16px;
  padding: 8px 6px 8px 18px;
  margin-bottom: 20px;
  color-scheme: dark;
}
.sameput:focus {
  background-color: #ffffff3d;
}

.card {
  padding-bottom: 17px;
  border-bottom: 1px solid #ffffff38 !important;
  border-radius: 0 !important;
  margin-bottom: 30px;
}

.select-dropdown select {
  color: #bbbbbb;
  width: 100%;
}
.ms-drop ul {
  background: white;
  color: black;
  overflow-y: auto;
}
.select-dropdown select:active,
.select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
/* .select-dropdown:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
} */
.select-dropdown option {
  background: rgb(255, 255, 255);
  color: #444;
  width: 100%;
}

/* Custom Multi Select */
.sd-multiSelect {
  position: relative;
}
.sd-multiSelect .placeholder {
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
}
.sd-multiSelect .ms-offscreen {
  height: 1px;
  width: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
.sd-multiSelect label.error {
    position: absolute;
    bottom: -39px;
}
.sd-multiSelect label.error:before {
    display: none;
}
.sd-multiSelect .sd-CustomSelect {
  width: 100% !important;
}

.sd-multiSelect .ms-choice {
  position: relative;
  text-align: left !important;
  width: 100%;
  border: 1px solid #b0b0b0;
  background: #57515100;
  box-shadow: none;
  font-size: 16px;
  height: 43px;
  border-radius: 0 !important;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ms-drop span {
  color: black;
}
.sd-multiSelect .ms-choice:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
}

.sd-multiSelect .ms-choice:focus {
  border-color: var(--theme-color);
}

.sd-multiSelect .ms-drop.bottom {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 5;
}

.sd-multiSelect .ms-drop li {
  position: relative;
  padding: 10px 0;
}

.sd-multiSelect .ms-drop li input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sd-multiSelect .ms-drop li label {
  width: 100%;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  margin-bottom: 0;
}

.sd-multiSelect .ms-drop li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--theme-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.sd-multiSelect .ms-drop li input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: var(--theme-color);
  border-width: 0 2px 2px 0;
}
.form-group {
  display: block;
  margin-bottom: 35px;
}
button:focus{
  border-radius:0 !important;
  outline: none !important;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ffffff66;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.submit-btn {
  color: #efefef;
  font-size: 21px;
  border: 1px solid #ffffffad;
  border-radius: 0;
  margin-top: 30px;
}
.diabon-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.btn:hover {
    color: white;
    background: #53535387;
  
}
label.error {
    color: #e74c3c;
    display: block;
    margin-bottom: 15px !important;
    font-size: 16px;
    font-weight: 100;
    margin-top: -20px;
}
.btn-5:hover{
    transform: scale(1.1);
    box-shadow: -1px 0px 11px 2px #ffffff94;
    z-index: 2;
}
.conatct-inner label.error {
    margin-top: 0;
}
.login-label
.login-label svg {
  width: 21px;
  height: 21px;
}
.login-label svg path {
  fill: #ffffff96;
}
.top-img-diamond .card {
    border: 0 !important;
}
.top-box img,
.top-box svg {
  filter: invert(1);
  max-width: 65px;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.stone-box:hover img,
.stone-box:hover svg {
  transform: rotate(10deg);
}
.top-box h5 {
  margin-top: 17px;
}
.top-box {
  flex: 1;
}
.bottom-box {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 85px;
}
.stone-box {
  background: #00ffff00;
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px;
  border: 1px solid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.error-sectioon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}
.head-error-sectioon h2 {
    font-size: 200px;
}
.shape-critarea > ul > li {
  align-items: center;
  background-color: #313131;
  border-radius: 4px;
  /* color: aliceblue; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 6px 6px 0px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}
.main-start-1 {
  padding-bottom: 7px;
  border-bottom: 1px solid #dfdfdf3b;
  padding-top: 7px;
}
.reset-btn-margin.item:hover {
  background-color: #666666;
}
.shape-critarea .all-shape-text {
  font-size: 17px !important;
  padding: 5px;
  width: 66px;
}
.shape-critarea ul li.select-filter {
  border: 1px solid var(--shapeBorder);
  border-radius: 4px;
  box-shadow: 0 0 2px 2px #40497d14;
}
.shape-critarea > ul {
  display: flex;
  list-style: none;
  margin-bottom: 0 !important;
  flex-wrap: wrap;
}
.shape-critarea ul li:hover,
.shape-critarea ul li.select-filter{
  background: white;
  color: black;
  cursor: pointer;
}
.shape-critarea ul li:hover{
   transform: scale(1.2);
  z-index: 2;
}
.shape-critarea ul li:hover svg path,
.shape-critarea ul li.select-filter svg path {
  stroke: black !important;
}
.shape-critarea ul li:hover .shape-name {
  color: black;
}
.shape-critarea.search-shape ul li svg {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  filter: contrast(0.5);
  position: relative;
  z-index: -1;
}
.shape-critarea.search-shape ul li svg path {
  stroke: white;
}
.layout-shape-critarea ul li .shape-name,
.shape-critarea ul li .shape-name {
  font-size: 17px;
  margin-bottom: 0;
  white-space: nowrap;
}
.shape-critarea ul li.select-filter {
  box-shadow: 0 0 2px 2px #40497d14;
}

.quiz_title {
  font-size: 30px;
  font-weight: 700;
  color: #292d3f;
  text-align: center;
  margin-bottom: 50px;
}

.quiz_card_area {
  position: relative;
  margin-bottom: 30px;
}

.quiz_card_title h3 {
  font-size: 16px;
  font-weight: 400;
  color: #292d3f;
  margin-bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.quiz_card_title h3 i {
  opacity: 0;
}
.quiz_icon {
  width: 70px;
  height: 75px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.quiz_icon1 {
  background-image: url("https://img.icons8.com/ios-filled/32/000000/maxcdn.png");
}
.quiz_icon2 {
  background-image: url("https://img.icons8.com/ios-filled/48/000000/download-2.png");
}
.quiz_icon3 {
  background-image: url("https://img.icons8.com/ios/50/000000/cloudflare.png");
}
.quiz_icon4 {
  background-image: url("https://img.icons8.com/dotty/80/000000/download-2.png");
}
.quiz_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}
.quiz_checkbox:checked ~ .single_quiz_card {
}
.quiz_checkbox:checked:hover ~ .single_quiz_card {
}

.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title {
  color: #ffffff;
}
.quiz_checkbox:checked
  ~ .single_quiz_card
  .quiz_card_content
  .quiz_card_title
  h3 {
  color: #ffffff;
}
.quiz_checkbox:checked
  ~ .single_quiz_card
  .quiz_card_content
  .quiz_card_title
  h3
  i {
  opacity: 1;
}
.quiz_checkbox:checked:hover ~ .quiz_card_title {
  border: 1px solid #2575fc;
}

/*Icon Selector*/

.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon {
  color: #2575fc;
}
.quiz_checkbox:checked
  ~ .single_quiz_card
  .quiz_card_content
  .quiz_card_icon
  .quiz_icon1 {
  background-image: url("https://img.icons8.com/nolan/32/000000/maxcdn.png");
}
.quiz_checkbox:checked
  ~ .single_quiz_card
  .quiz_card_content
  .quiz_card_icon
  .quiz_icon2 {
  background-image: url("https://img.icons8.com/color/48/000000/download-2.png");
}
.quiz_checkbox:checked
  ~ .single_quiz_card
  .quiz_card_content
  .quiz_card_icon
  .quiz_icon3 {
  background-image: url("https://img.icons8.com/color/48/000000/cloudflare.png");
}
.quiz_checkbox:checked
  ~ .single_quiz_card
  .quiz_card_content
  .quiz_card_icon
  .quiz_icon4 {
  background-image: url("https://img.icons8.com/material-outlined/80/000000/download-2.png");
}

.quiz_card_icon {
  font-size: 50px;
  color: #000000;
}

.quiz_backBtn_progressBar {
  position: relative;
  margin-bottom: 60px;
}
.quiz_backBtn {
  background-color: transparent;
  border: 1px solid #d2d2d3;
  color: #8e8e8e;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.quiz_backBtn:hover {
  color: #a9559b;
  border: 1px solid #2575fc;
}
.quiz_backBtn_progressBar .progress {
  margin-left: 50px;
  margin-top: 50px;
  height: 6px;
}
.quiz_backBtn_progressBar .progress-bar {
  background-color: #2575fc;
}
.quiz_next {
  text-align: center;
  margin-top: 50px;
}
.quiz_continueBtn {
  max-width: 315px;
  background-color: #2575fc;
  color: #ffffff;
  font-size: 18px;
  border-radius: 20px;
  padding: 10px 125px;
  border: 0;
}
.shape-critarea ul li input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  /* right: 0; */
  top: 0;
}
.shape-critarea ul li label{
      padding: 5px 9px;
}
.ant-input-number .ant-input-number-handler-wrap {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 22px;
  height: 100%;
  background: #ffffff;
  border-start-start-radius: 0;
  border-start-end-radius: 6px;
  border-end-end-radius: 6px;
  border-end-start-radius: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: opacity 0.2s linear 0.2s;
}
.ant-input-number .ant-input-number-handler-wrap .ant-input-number-handler {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: auto;
  height: 40%;
}
.login-label svg {
    width: 17px;
    height: 17px;
}
.login-label {
    text-align: start;
    display: block;
    margin-bottom: 10px !important; 
}
.shape-critarea ul li:hover  span,
.shape-critarea ul li.select-filter span{
  color: black;
}
.ant-input-number .ant-input-number-handler-up {
  border-start-end-radius: 6px;
}
.ant-input-number .ant-input-number-handler {
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  border-inline-start: 1px solid #d9d9d9;
  transition: all 0.2s linear;
}
.our-story-inner ul li {
    list-style: decimal-leading-zero;
    text-decoration: double;
    list-style-type: circle;
    margin-left: 15px;
    margin-bottom: 10px;
}
.our-story-inner ul li::marker {
    content: '-' !important;
    list-style: tibetan;
    display: block;
}
.ant-input-number .ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number .ant-input-number-input,
.ant-picker .ant-picker-input > input,
.custom-input,
.datepicker-input,
.packet-input {
  color: var(--textPrimaryColor) !important;
}
.ant-input-number .ant-input-number-input {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.88);
  text-align: start;
  background-color: transparent;
  border: 1px solid;
  border-radius: 6px;
  outline: 0;
  transition: all 0.2s linear;
  appearance: textfield;
  max-width: 130px;
  width: 100%;
}
.add-carat-btn {
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  width: 30px;
  margin-top: auto;
  align-items: center;
  margin: 0 20px;
}
.ant-input-number .ant-input-number-handler-down {
  border-block-start: 1px solid #d9d9d9;
  border-end-end-radius: 6px;
}

.ant-input-number {
  position: relative;
}
.ant-input-number .ant-input-number-handler {
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  border-inline-start: 1px solid #d9d9d9;
  transition: all 0.2s linear;
}
.add-carat-btn svg path {
  filter: grayscale(1);
}
.ant-input-number:hover .ant-input-number-handler-wrap,
.ant-input-number-focused .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-input-wrap input[type="number"]::-webkit-inner-spin-button,
.ant-input-number-input-wrap input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
  opacity: 0;
}
.shape-critarea ul li.select-filter .shape-name {
  color: #000;
}
.reset-btn-margin.item {
  background: transparent;
  color: white;
  border: 1px solid;
  border-radius: 7px;
  padding: 4px 15px;
  transition: 0.4s;
}
label {
  display: inline-block;
  margin-bottom: 0 !important;
}
.tabs-1 > ul > li {
  max-width: fit-content;
  background: #313131;
}
.tabs-1 ul#tabs-nav,
.tabs-1 ul#tabs-nav-1 {
  padding: 0;
}
.tabs-content-1 .tab-content,
.tabs-content-1 .tab-content-1 {
  padding: 10px 0;
  display: none;
}
.tabs-1 li a {
  font-size: 17px;
}
.sd-multiSelect-1.form-group {
  width: 366px;
}
.sd-multiSelect-1 .shape-critarea ul {
  display: block;
}
.btn {
  background: #313131;
}
.tabs-1 ul#tabs-nav li,
.tabs-1 ul#tabs-nav-1 li {
  min-width: 30px;
  height: auto;
  padding: 3px 11px;
  line-height: 1;
}
select.currency-selector {
  right: 0;
  width: auto;
  background: transparent;
  color: white;
  border: 1px solid #aeaeae;
  margin-right: 5px;
  font-size: 15px;
}
select.currency-selector option {
  background: white;
  color: black;
  border-left: 1px solid;
}
select.currency-selector:focus-visible {
  border-radius: 0 !important;
}
i.ico-shp {
  font-size: 43px;
}
.search-result-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.search-result-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}
.search-result-right-inner span {
    font-size: 17px;
}


@media (min-width: 1050px) and (max-width: 1420px) {
  .shape-critarea ul li {
    min-width: auto;
  }
}
@media (min-width: 800px) {
  .sticky-nav-tabs h3,
  .spa-slide h3 {
    font-size: 1rem;
  }

  .sticky-nav-tab {
    font-size: 1.2rem;
  }
}

/* terms-page-end */
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(5);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}

@keyframes type {
  0% {
    width: 0;
  }

  1%,
  99% {
    border-right: 1px solid orange;
  }

  100% {
    border-right: none;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

@media (max-width: 1440px) {
  .section-nav {
    display: none;
  }

  .terms-conditions-section main {
    display: flex;
    grid-template-columns: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .btn {
    min-width: 138px;
  }

  .said-img {
    display: none;
  }

  .land-excavated-inner {
    position: relative;
    margin-bottom: 40px;
  }

  table.clarity-lab-inner {
    display: block;
  }

  .evolution-timeline-inner-1.in-view::before {
    right: -12% !important;
  }

  .evolution-timeline-inner-1::before {
    right: -3.5% !important;
  }

  .site-logo a img {
    display: block;
    height: auto;
  }

  .said-img-1 {
    position: absolute;
    top: 61%;
    right: -32px;
    width: 335px;
    z-index: 0;
  }

  .item:nth-child(3n) {
    grid-column: span 1;
  }
    .btn span {
    font-size: 14px;
    padding: 6px 12px;
  }
    .pagination li {
    padding: 0px 9px !important;
  } 
}

@media (max-width: 776px) {
  .text-container h1:nth-child(2) {
    font-size: 63px;
  }

  .evolution-bottom p {
    line-height: 1;
  }

  .diamond-comparison-inner tbody tr td {
    padding: 5px 9px;
    font-size: 16px;
  }
  .search-result-left {
    gap: 7px;
  }

  .site-mobile-menu .site-mobile-menu-body {
    width: 100%;
  }

  .shape-1 .container .row .col-md-8.col-12 {
    order: 1;
  }

  .said-img-1 {
    top: 32%;
    width: 189px;
  }

  .text-container h1:nth-child(1) {
    font-size: 14px;
    margin: 0px 0 0 0%;
  }

  video {
    width: 100%;
    height: 517px;
    object-fit: cover;
  }

  .info-lam-1 .row.align-items-center > .col-md-6.col-12:nth-child(1) {
    order: 1 !important;
  }

  .widget-item {
    margin-bottom: 28px;
  }

  .newsletter-inner {
    flex-wrap: wrap;
  }

  .footer-section {
    padding: 40px 0;
  }

  .banner-section {
    padding: 170px 0;
  }

  .padding-bottom {
    padding-bottom: 50px;
  }

  .padding-top {
    padding-top: 50px;
  }

  .effect3d__element {
    width: 55%;
    max-height: 53%;
  }

  .item:nth-child(3n) {
    grid-column: span 3;
  }

  .about-thumb {
    margin-bottom: 20px;
  }

  .evolution-timeline-inner {
    float: right;
  }

  .evolution-timeline-inner {
    width: 100%;
  }

  .evolution-timeline-inner-1 {
    margin-top: 0px;
  }

  .evolution-timeline-inner-1 .evolution-top {
    order: 0;
  }

  .evolution-timeline-inner-1::after {
    left: 0;
    right: 0;
  }

  .evolution-timeline-inner-1::before {
    right: -2.5% !important;
    left: 0 !important;
  }

  .evolution-timeline-inner-1 {
    padding-left: 70px;
    padding-right: 0px;
    justify-content: start;
  }

  .timeline .default-line {
    left: 0%;
  }

  .timeline .draw-line {
    left: 0%;
  }

  .evolution-timeline-inner-1.in-view::before {
    left: 0 !important;
  }
}

@media (max-width: 575px) {
  .slide .mainImage {
    width: 130vh;
    height: 130vh;
  }
  .shape-critarea.search-shape ul li svg {
    width: 30px;
    height: 30px;
  }
  .evolution-top img {
    width: 64px;
    margin-bottom: 26px;
  }

  .evolution-timeline-inner::after {
    content: "";
    width: 86px;
  }

  .left-said img {
    margin-bottom: 25px;
  }

  .slide .roundOuter {
    width: 86vh;
    height: 86vh;
    left: calc(50% - 43vh);
    top: calc(50% - 43vh);
  }

  .slide .roundOuter img {
    width: 130vh;
    height: 130vh;
  }

  .slide .roundInner {
    width: 50vh;
    height: 50vh;
    left: calc(50% - 25vh);
    top: calc(50% - 25vh);
  }

  .slide .roundInner img {
    width: 130vh;
    height: 130vh;
  }

  .slide .slideText h1 {
    font-size: 9vw;
    letter-spacing: 3vw;
    padding-left: 3vw;
  }

  .slide .slideText p {
    font-size: 5vw;
    letter-spacing: 2vw;
    padding-left: 2vw;
  }
  .form-logo img {
    max-width: 199px;
  }
  .search-shape-1 > ul > li {
    min-width: auto!important;
    width: calc(33.33333% - 6px);
  }
}

@media (max-width: 522px) {
  .sign-in {
    display: none;
  }
  
  .policy-item:hover {
    transform: scale(1);
  }
  img.loader1 {
    left: 24%;
    width: 100px;
  }
  .box h2::after,
  .box h2::before {
    content: "";
    padding: 0px 19px;
  }
  .evolution-timeline {
    margin-left: 15px;
  }

  .evolution-timeline-inner {
    padding-left: 34px;
  }

  .evolution-timeline-inner-1 {
    padding-left: 34px;
  }

  .sign-in-bar {
    padding: 5px 9px;
  }

  video {
    width: 100%;
    object-fit: cover;
  }

  .headline-wrap {
    left: 11%;
  }

  .site-mobile-menu .site-nav-wrap > li > a {
    font-size: 18px;
  }

  .footer-bottom {
    margin-top: 30px;
  }
}

@media (max-width: 448px) {
  .text-container h1:nth-child(2) {
    font-size: 44px;
  }
  .policy-item {
    min-height: 331px;
  }
  .tabs-1 ul#tabs-nav li,
  .tabs-1 ul#tabs-nav-1 li {
    margin-right: 16px;
  }
  .card:hover .character {
    transform: translate3d(0%, -91%, 100px);
  }
  

  ul#tabs-nav li,
  ul#tabs-nav-1 li {
    margin-right: 0;
  }

  .headline-wrap {
    left: 24%;
  }

  video {
    height: 462px;
  }

  .item:nth-child(3n) {
    grid-column: span 1;
  }

  .anatomy-section .btn-3 {
    padding: 2px;
  }

  .anatomy-section .btn {
    min-width: 58px;
  }

  .anatomy-section .btn span {
    position: relative;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 6px;
    transition: 0.3s;
  }
  .rows_count {
    font-size: 14px;
  }
  
}

@media (max-width: 320px) {
  .headline-wrap {
    left: 16%;
  }
  

  .site-logo a img {
    max-width: 164px;
    width: 100%;
  }
}
