@charset "UTF-8";
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.outer {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding-top: 10px;
}

#video-box {
  width: 55%;
  background-image: url("/images_new/DualballLoader.svg");
  background-size: 80px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#video-box video {
  max-width: 100%;
}

#thumbs_video {
  width: 35%;
}

.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}

.owl-prev {
  left: -15px;
}

.owl-next {
  right: -15px;
}

.owl-prev i,
.owl-next i {
  transform: scale(2, 5);
  color: #ccc;
}

#ring_images .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
}

#ring_images .owl-prev {
  float: left;
}

#ring_images .owl-next {
  float: right;
}

#ring_images {
  width: 80%;
  left: 157px;
  margin-bottom: 37px;
}

.home-page-title {
  color: red;
}

.slide {
  position: relative;
  padding: 8% 0;
}

.slide,
.slide__content {
  transform-style: preserve-3d;
}

.slide__content {
  height: 100%;
  display: flex;
  align-items: center;
}

.slide .slide__text {
  transform-origin: 0 50%;
}

.slide__text {
  transform: translateZ(60px) scale(0.8);
  transform-origin: 100% 50%;
}

.slide:nth-child(2n) .slide__image {
  transform: translateZ(100px) scale(0.67);
  transform-origin: 100% 50%;
}

@font-face {
  font-family: EB_Garamond;
  src: url("/fonts/EB_Garamond/regular.ttf") format("truetype");
}
.moments--3roBe {
  max-width: 1375px;
  margin: 0 auto;
}

.moments--3roBe a {
  display: block;
}

.moments--3roBe > div {
  padding: 0.7%;
  display: inline-block;
  width: 19.7%;
  box-sizing: border-box;
  vertical-align: top;
}

.moments--3roBe img {
  max-width: 100%;
  cursor: pointer;
  vertical-align: top;
}

.moments--3roBe > div.collage-double--2Yx0W {
  width: 39.4%;
}

.moments--3roBe > div.collage-middle--2-Erx {
  padding: 0;
}

.collage-middle--2-Erx > div {
  padding: 3.5%;
  display: inline-block;
}

.moments--3roBe > div.collage-middle--2-Erx:hover {
  opacity: 1;
}

.collage-middle--2-Erx > div:hover,
.moments--3roBe > div:hover {
  opacity: 0.3;
}

.vertical-center--HS3RH:before {
  content: "";
  height: 100%;
  width: 0;
}

.vertical-center--HS3RH:before,
.vertical-center--HS3RH > div {
  display: inline-block;
  vertical-align: middle;
}

.img-bg--1OBII {
  width: 43%;
  height: 100%;
}

.img-bg--1OBII {
  background-size: cover;
  background-repeat: no-repeat;
}

.img-bg--1OBII.Costumer_Brake--NlcHk {
  background-position: right -72px top 0;
}

.as-container--3zD9l > div {
  text-align: left;
  height: 610px;
  width: 49%;
  vertical-align: middle;
  box-sizing: border-box;
}

.as-text--1KPMe {
  border: 1px solid #fff;
  width: 56%;
  box-sizing: border-box;
  display: table;
  padding: 43px 35px;
  min-height: 344px;
  font-family: montserrat;
}

.as-content--2hinC > div {
  display: inline-block;
  vertical-align: middle;
}

.float-white-box--3_1gA {
  transition: bottom 0.2s ease-out;
}

.bottom-section--22_gA {
  transition: background-position 0.1s ease-out;
}

.start-with-container--1MsHY,
.stoneSprite--1350Y {
  transition: top 0.1s ease-out;
}

.stoneSprite--1350Y {
  width: 318px;
  height: 266px;
  background-position: left top 0;
}

.newhomepage--1lZop {
  font-family: montserrat;
  width: 100%;
  overflow: hidden;
  color: #1b1b1b;
}

.newhomepage--1lZop a {
  color: #232323;
}

.featured-bar--3k3lP {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.featured-bar--3k3lP:hover {
  opacity: 0.7;
}

.featured-bar--3k3lP > div img {
  height: 80px;
}

.featured-bar--3k3lP > div {
  max-width: 10%;
  float: left;
}

.featured-bar--3k3lP > div img {
  width: 100%;
}

.start-with-container--1MsHY {
  text-align: left;
  width: 519px;
  position: relative;
  top: 0;
  z-index: 2;
  margin: 0 auto;
  padding-top: 20px;
  transform-origin: top;
}

.design-text--KKgBY {
  font-size: 30px;
  line-height: 52px;
}

.design-text-2--o9ddm {
  font-family: EB_Garamond, serif;
  font-size: 42px;
  line-height: 49px;
}

.mystic-text--1-vkR {
  line-height: 26px;
  text-align: center;
  position: relative;
  width: 563px;
  margin: 0 auto;
  margin-bottom: 129px;
  font-family: montserrat;
  color: #1b1b1b;
}

.arrow-left--3jw9E,
.arrow-right--15S6P {
  content: "";
  position: absolute;
  top: 29%;
  width: 200px;
  height: 50px;
  cursor: pointer;
  background-size: 50%;
  margin-top: -18px;
  transition: all 0.3s;
}

.arrow-left--3jw9E,
.arrow-right--15S6P {
  background-image: url(/icons_images/images.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 50%;
  opacity: 0.6;
}

.arrow-left--3jw9E:hover {
  transform: rotate(180deg) translate(10px);
}

.arrow-right--15S6P:hover {
  transform: translate(10px);
}

.arrow-left--3jw9E {
  left: -87px;
  transform: rotate(180deg);
}

.arrow-right--15S6P {
  right: -87px;
}

.design-own--PSrcw > div:first-child {
  color: rgba(243, 226, 211, 0.3);
  font-size: 172px;
  font-weight: 700;
  text-align: center;
  height: 150px;
}

.top-video--1eu3q {
  max-height: 640px;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 26px;
  z-index: 3;
}

.ring-gallery--AoE83 {
  white-space: nowrap;
  overflow: auto;
}

.brown--2tsmM {
  padding: 80px 0;
}

.brown--2tsmM {
  background-position: top;
  background-repeat: no-repeat;
}

.brown--2tsmM > div {
  background-color: #fbf8f3;
  padding: 120px 0;
}

.float-area--3v-5P {
  position: relative;
}

.float-area--3v-5P img {
  max-width: 80%;
}

.float-white-box--3_1gA {
  text-align: left;
  width: 363px;
  height: 328px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  z-index: 1;
  padding: 50px;
}

.pink-box--237S8 {
  position: relative;
  width: 80%;
  background-repeat: no-repeat;
  background-position: 50%;
  box-shadow: 0 40px 72px -16px rgba(0, 0, 0, 0.22);
  max-width: 96%;
  display: inline-block;
}

.pink-box1--Vq3Jb,
.pink-box2--mPK3v,
.pink-box3--3iTDD,
.pink-box4--2kpu8 {
  background-position-x: 100%;
  background-position-y: 0;
}

.pink-box1--Vq3Jb {
  width: 637px;
  height: 477px;
}

.pink-box2--mPK3v {
  width: 540px;
  height: 644px;
}

.pink-box3--3iTDD {
  width: 541px;
  height: 621px;
}

.pink-box4--2kpu8 {
  width: 691px;
  height: 431px;
}

.pink-box--237S8 img {
  opacity: 0;
}

.floating-banners--2mvsz {
  transform: translate(18px);
  position: relative;
}

.text-bg--LUYQU {
  color: #f5ebea;
  font-size: 130px;
  position: absolute;
  font-family: EB_Garamond, serif;
  white-space: nowrap;
}

.text-bg-1--2yYQp {
  top: 500px;
  left: 0;
}

.text-bg-2--11IGn {
  top: 1000px;
  right: -14px;
}

.text-bg-3--1cmyO {
  top: 1500px;
  left: 0;
}

.text-bg-4--xfdcZ {
  top: 1850px;
  right: 0;
}

.float-header--2yOma {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 0;
  font-weight: 400;
}

.float-content--27qL1 {
  font-size: 17px;
  line-height: 29px;
  margin-bottom: 20px;
}

.float-bottom--1a4U5 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.float-bottom--1a4U5 a {
  font-weight: 400;
}

.start-button-container--15-aE {
  text-transform: uppercase;
  margin-bottom: 53px;
}

.meet-bg--24c1o {
  /* background-color: $main-color26; */
  height: 102px;
  margin-bottom: -64px;
}

.pics-or--3Flk1 .meet-bg--24c1o {
  height: 61px;
}

.meet-bg-container--1bRXq {
  margin-top: 29px;
  text-align: center;
}

.start-button--2N8F3 {
  border: 1px solid #1b1b1b;
  display: inline-block;
  font-size: 15px;
  color: #232323;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.start-button--2N8F3 a {
  display: inline-block;
}

.start-button--2N8F3:after {
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #f3d0c6;
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
}

.start-button--2N8F3:active {
  color: #d2b595;
  border-color: #d2b595;
}

.start-button--2N8F3:active:after,
.start-button--2N8F3:hover:after {
  width: 100%;
}

.top-brown-text--3TEep {
  font-family: montserrat;
  font-weight: 700;
}

.top-brown--186OD {
  height: 240px;
  background-color: #fbf8f3;
  position: relative;
}

.top-align--3yRoI {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}

.top-align--3yRoI > div {
  position: relative;
  z-index: 1;
}

.images-align--3AMha > div {
  vertical-align: middle;
}

.start-align--yHUTS > div {
  width: 50%;
}

.separator-container--Exppn {
  width: 3px;
  height: 58px;
}

.separator--34Nie {
  height: 29px;
}

.pink-bg--N2_yu {
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.pink-bg--N2_yu:before {
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 11px;
  width: 300%;
  z-index: -1;
  right: 0;
  transition: right 0.4s ease-out;
}

.pink-bg--N2_yu {
  border: 1px solid #1b1b1b;
  padding: 10px 50px;
}

.pink-bg--N2_yu:hover:before {
  transition: right 0.5s ease-out;
  right: -200%;
}

.top-title--1f09W.pink-bg--N2_yu {
  display: block;
}

.top-title--1f09W.pink-bg--N2_yu:before {
  height: 21px;
  top: 27px;
}

.float-area--3v-5P .pink-bg--N2_yu:before {
  height: 12px;
  top: 9px;
}

.events-align--1EJD9 > div {
  max-width: 32%;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.abs-scale--3Z2wo {
  cursor: pointer;
}

.abs-scale--3Z2wo .abs-img-box--3CtPs {
  transition: transform 0.4s;
  transition: opacity 0.35s, transform 0.35s;
}

.abs-scale--3Z2wo:hover .abs-img-box--3CtPs {
  transform: scale(1.2);
  opacity: 0.6;
}

.events-align--1EJD9 > div img {
  max-width: 100%;
  vertical-align: middle;
}

.events-text-cell--2dAjB {
  display: table-cell;
  vertical-align: middle;
}

.center--1_evd {
  text-align: center;
}

.title-pack--3vxp4 {
  color: #1b1b1b;
  line-height: 61px;
  text-transform: uppercase;
  margin-bottom: 53px;
}

.title-pack--3vxp4 > h1 > span,
.title-pack--3vxp4 > h1 > span.sub-title--xDz3L {
  display: block;
}

.title-pack--3vxp4 > div,
.title-pack--3vxp4 > div > span {
  font-size: 40px;
  font-family: EB_Garamond;
}

.title-pack--3vxp4 > div:first-child,
.title-pack--3vxp4 > div > span:first-child {
  font-size: 25px;
  font-family: montserrat;
  height: 41px;
  display: block;
}

.title-pack--3vxp4 > div.sub-title--xDz3L,
.title-pack--3vxp4 > div > span.sub-title--xDz3L {
  font-size: 16px;
  text-transform: none;
  font-family: montserrat;
  line-height: 28px;
  margin-top: 6px;
}

.diamond-inspection--3L8Ef .title-pack--3vxp4 > div.sub-title--xDz3L,
.start-with-container--1MsHY .title-pack--3vxp4 > div.sub-title--xDz3L {
  margin-top: 58px;
}

.abs--20iVe {
  position: absolute;
  height: 100%;
  width: 100%;
}

.line-text--1CMDp {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 33px;
  position: relative;
  z-index: 1;
  pointer-events: none;
  font-weight: 700;
}

.line--1xMbx,
.line-text--1CMDp {
  display: inline-block;
  vertical-align: middle;
}

.line--1xMbx {
  height: 100%;
  width: 0;
  background: red;
}

.events-text--Sr2C1 {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 38px;
  text-transform: uppercase;
}

.sparkle-bg--_LDAF {
  position: absolute;
  width: 357px;
  height: 305px;
  z-index: 1;
  left: 400px;
  top: 200px;
}

.sparkle-bg--_LDAF {
  background-repeat: no-repeat;
}

.bottom-section--22_gA {
  position: relative;
  padding: 243px 0;
  background-color: #fdfdfa;
}

.bottom-section--22_gA {
  background-repeat: no-repeat;
  background-position: right 70px top 100px, 0 117px;
}

.bottom-left-bg-container--31pu8 {
  position: relative;
  bottom: 200px;
}

.bottom-left-bg--1w_rx {
  height: 800px;
  position: absolute;
  width: 100%;
  top: 0;
}

.bottom-left-bg--1w_rx {
  background-repeat: no-repeat;
}

.ring-container--2JOyr {
  transform: translate(-50%) scale(0.9);
}

.right-t1--2NFzE {
  width: 50%;
  height: auto;
  text-align: center;
  position: relative;
}

.dyu-bg--jvrR1 {
  position: absolute;
  transform: translate(-50%);
  bottom: -236px;
  transition: bottom 0.1s ease-out;
}

.right-vav--2wfdn {
  width: 1px;
  display: inline-block;
  position: relative;
  height: 100%;
}

.right-vav--2wfdn .ring-container--2JOyr {
  position: relative;
  width: 1166px;
  height: 800px;
  transform-origin: top;
}

.main-banner-container--1ooBo .text-container--9pu-i {
  position: absolute;
  top: calc(50% - 10px);
  transform: translate(-50%, -50);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 27%;
  text-align: center;
  width: 730px;
  max-width: 39%;
  box-sizing: border-box;
}

.text-container--9pu-i > img {
  max-width: 100%;
}

.text-container--9pu-i .banner-text-container--Gk_ZZ > img {
  max-width: 55%;
}

.text-container--9pu-i .text-pre--2NwOE {
  max-width: 100%;
}

.text-container--9pu-i .text-first--3Ehp5 {
  font-size: 26px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #1b1b1b;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.text-container--9pu-i .text-second--1UUhF {
  color: #000;
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.text-container--9pu-i .text-third--2MzVz {
  font-size: 19px;
  letter-spacing: 2px;
  margin: 25px auto 0;
  width: 100%;
  max-width: 220px;
  height: 44px;
  line-height: 46px;
  color: #fff;
  background-color: #000;
}

.text-container--9pu-i .royal-text-first--1dmkp {
  color: #1b1b1b;
  font-size: 46px;
}

.text-container--9pu-i .royal-text-second--3bzKu {
  color: #1b1b1b;
  font-size: 28px;
  line-height: 90px;
}

.text-container--9pu-i .royal-text-third--3Y_3U {
  color: #1b1b1b;
  font-size: 64px;
  line-height: 80px;
}

.main-banner-container--1ooBo .text-container--9pu-i .buttons-container--39mri {
  width: 90%;
  margin: 0 auto;
}

.main-banner-container--1ooBo .text-container--9pu-i .buttons-container--39mri input {
  font-size: 16px;
  -webkit-border-radius: 0;
}

.main-banner-container--1ooBo .text-container--9pu-i .banner-button-container--2VQfD {
  width: 100%;
  margin-top: 3%;
  position: relative;
}

@media screen and (max-width: 1260px) {
  .banner-button-container--2VQfD > div {
    font-size: 14px;
  }

  .banner-button-container--2VQfD h1 {
    font-size: 14px !important;
  }
}
@media (max-width: 1660px) {
  .bottom-left-bg-container--31pu8 {
    left: -100px;
  }
}
@media (max-width: 1460px) {
  .bottom-left-bg-container--31pu8 {
    left: -200px;
  }
}
@media (max-width: 1400px) {
  .start-align--yHUTS {
    height: 740px !important;
  }

  .ring-container--2JOyr {
    transform: translate(-50%) scale(0.8);
  }

  .design-own--PSrcw > div:first-child {
    font-size: 150px;
    height: 124px;
  }
}
@media (max-width: 1260px) {
  .bottom-left-bg-container--31pu8 {
    left: -300px;
  }

  .text-container--9pu-i > img {
    max-width: 87%;
  }

  .text-container--9pu-i .royal-text-first--1dmkp {
    color: #1b1b1b;
    font-size: 28px;
  }

  .text-container--9pu-i .royal-text-second--3bzKu {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 90px;
  }

  .text-container--9pu-i .royal-text-third--3Y_3U {
    color: #1b1b1b;
    font-size: 40px;
    line-height: 80px;
  }
}
@media (max-width: 1060px) {
  .bottom-left-bg-container--31pu8 {
    left: -340px;
  }

  .text-container--9pu-i .royal-text-first--1dmkp {
    color: #1b1b1b;
    font-size: 28px;
  }

  .text-container--9pu-i .royal-text-second--3bzKu {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 90px;
  }

  .text-container--9pu-i .royal-text-third--3Y_3U {
    color: #1b1b1b;
    font-size: 40px;
    line-height: 80px;
  }
}
@media (max-width: 1820px) {
  .start-align--yHUTS {
    height: 650px !important;
  }

  .text-container--9pu-i .royal-text-first--1dmkp {
    color: #1b1b1b;
    font-size: 28px;
  }

  .text-container--9pu-i .royal-text-second--3bzKu {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 90px;
  }

  .text-container--9pu-i .royal-text-third--3Y_3U {
    color: #1b1b1b;
    font-size: 40px;
    line-height: 80px;
  }
}
@media (max-width: 1422px) {
  .featured-bar--3k3lP {
    white-space: nowrap;
  }

  .text-container--9pu-i .royal-text-first--1dmkp {
    color: #1b1b1b;
    font-size: 28px;
  }

  .text-container--9pu-i .royal-text-second--3bzKu {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 90px;
  }

  .text-container--9pu-i .royal-text-third--3Y_3U {
    color: #1b1b1b;
    font-size: 40px;
    line-height: 80px;
  }
}
@media (max-width: 1330px) {
  .pink-box1--Vq3Jb,
.pink-box2--mPK3v,
.pink-box3--3iTDD,
.pink-box4--2kpu8 {
    width: 80%;
  }

  .float-header--2yOma {
    font-size: 23px;
  }

  .float-white-box--3_1gA {
    text-align: left;
    width: 284px;
    height: 339px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    z-index: 1;
    padding: 45px;
  }

  .pink-box1--Vq3Jb,
.pink-box4--2kpu8 {
    background-position-x: -124px;
  }

  .text-container--9pu-i .royal-text-first--1dmkp {
    color: #1b1b1b;
    font-size: 28px;
  }

  .text-container--9pu-i .royal-text-second--3bzKu {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 90px;
  }

  .text-container--9pu-i .royal-text-third--3Y_3U {
    color: #1b1b1b;
    font-size: 40px;
    line-height: 80px;
  }
}
@media (max-width: 1280px) {
  .start-with-container--1MsHY {
    padding-left: 10px;
  }

  .img-bg--1OBII {
    background-position-y: -65px;
  }

  .as-container--3zD9l > div {
    height: 448px;
    width: 100%;
    margin-bottom: 20px;
  }

  .img-bg--1OBII.Costumer_Brake--NlcHk {
    background-position: right 22px top -106px;
  }

  .as-text--1KPMe {
    height: 382px;
    padding: 71px 60px;
  }

  .text-container--9pu-i .royal-text-first--1dmkp {
    color: #1b1b1b;
    font-size: 28px;
  }

  .text-container--9pu-i .royal-text-second--3bzKu {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 90px;
  }

  .text-container--9pu-i .royal-text-third--3Y_3U {
    color: #1b1b1b;
    font-size: 40px;
    line-height: 80px;
  }
}
.diamond-inspection-container--2j_pg {
  width: 50%;
  padding-left: 90px;
}

.diamond-inspection--3L8Ef {
  max-width: 583px;
  text-align: left;
}

@media (min-width: 2200px) {
  .diamond-inspection-container--2j_pg {
    width: 74%;
    padding-left: 0;
  }

  .diamond-inspection--3L8Ef {
    max-width: 883px;
  }
}
.diamond-slick--tauJ3 {
  margin: 22px 0;
}

.ring-slick--ievHu {
  margin: 22px 0 -100px;
}

.next-carousel-button--3m_TA {
  right: 0;
}

.next-carousel-button--3m_TA,
.prev-carousel-button--1UJFE {
  cursor: pointer;
  font-family: applefont;
  position: absolute;
  width: 20px;
  height: 28px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: rgba(255, 255, 255, 0.36);
  text-align: center;
  line-height: 51px;
  width: 46px;
  height: 51px;
  font-size: 25px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.prev-carousel-button--1UJFE {
  left: 0;
}

.next-carousel-button--3m_TA,
.prev-carousel-button--1UJFE {
  background-color: rgba(161, 177, 194, 0.36);
}

.homepage-slick--JAdef .slick-slide {
  transition: transform 0.5s;
  text-align: center;
}

.homepage-slick--JAdef .slick-track {
  height: 100%;
}

.homepage-slick--JAdef .slick-slide a {
  display: block;
  text-align: center;
  height: 100%;
}

.homepage-slick--JAdef .slick-slide span {
  display: inline-block;
  position: relative;
  left: 1px;
  width: 1px;
  height: 100%;
}

.homepage-slick--JAdef .slick-slide img {
  transition: all 0.3s;
  width: 273px;
  display: inline-block;
  position: absolute;
  transform: translate(-50%);
}

.diamond-slick--tauJ3 .slick-slide img {
  top: 35px;
}

.ring-slick--ievHu .slick-slide img {
  top: 54px;
}

.homepage-slick--JAdef .slick-list {
  box-sizing: border-box;
}

.homepage-slick--JAdef .slick-center {
  margin: 0;
  z-index: 1;
  position: relative;
}

.diamond-slick--tauJ3 .slick-center img {
  width: 480px;
  top: 0;
}

.ring-slick--ievHu .slick-slide img {
  width: 390px;
}

.ring-slick--ievHu .slick-center img {
  width: 600px;
  top: 0;
}

.diamond-slick--tauJ3 .slick-list {
  height: 300px;
}

.ring-slick--ievHu .slick-list {
  height: 431px;
}

.homepage-slick--JAdef .slick-arrow {
  display: none !important;
}

.ring-slick--ievHu .slick-slide {
  position: relative;
  transition: right 0.3s;
}

.ring-slick--ievHu .slick-slide:not(.slick-center) {
  right: 40px;
}

.ring-slick--ievHu .slick-center + span.slick-slide,
.ring-slick--ievHu .slick-center + span.slick-slide + span.slick-slide,
.ring-slick--ievHu .slick-center + span.slick-slide + span.slick-slide + span.slick-slide {
  right: -40px;
}

.main-banner-container--2oUnW .text-container--uwcLR {
  position: absolute;
  top: 44%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 72.5%;
  text-align: center;
  width: 730px;
  max-width: 39%;
  min-width: 560px;
  box-sizing: border-box;
}

.text-container--uwcLR .banner-text-container--vvM9F > img,
.text-container--uwcLR > img {
  max-width: 100%;
}

.text-container--uwcLR .text-first--1Q9rZ {
  font-size: 34px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #1b1b1b;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.text-container--uwcLR .text-second--1_WDG {
  color: #000;
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  margin-bottom: 0;
}

.text-container--uwcLR .text-third--35MXE {
  font-size: 19px;
  letter-spacing: 2px;
  margin: 30px auto 0;
  width: 100%;
  max-width: 310px;
  max-height: 50px;
  line-height: 52px;
  font-weight: 700;
  color: #000;
  background-color: #fff;
}

.main-banner-container--2oUnW .text-container--uwcLR .buttons-container--xbsuS {
  width: 90%;
  margin: 0 auto;
}

.main-banner-container--2oUnW .text-container--uwcLR .buttons-container--xbsuS input {
  font-size: 16px;
  -webkit-border-radius: 0;
}

.main-banner-container--2oUnW .text-container--uwcLR .banner-button-container--1t60m {
  width: 100%;
  margin-top: 3%;
  position: relative;
}

@media screen and (max-width: 1260px) {
  .text-container--uwcLR .text-first--1Q9rZ {
    font-size: 44px;
  }

  .text-container--uwcLR .text-second--1_WDG {
    font-size: 26px;
  }

  .text-container--uwcLR .text-third--35MXE {
    margin: 30px auto 0;
  }
}
.WideBody .WideContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 1590px;
  min-width: 980px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  box-sizing: border-box;
}

.bx-wrapper {
  margin-bottom: 0px;
}

.preview-pedding-fix {
  padding-bottom: 0px !important;
}

animation-element {
  position: relative;
}

/*animation element sliding left*/
.animation-element.slide-left {
  position: relative;
  top: -20px;
  transition: all 1s ease-out;
}

.animation-element.slide-left.in-view {
  top: 10px;
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
}

.header {
  color: white;
  font-size: 50px;
}

.section {
  color: #899eb5;
}

.scene {
  height: auto;
  width: 100%;
  /*  background: #EAEAEA;*/
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.viewer {
  height: 226px;
  margin-left: auto;
  margin-right: auto;
  max-width: 318px;
  width: 100%;
  transform: scale(0.9);
  top: -50px;
  left: 220px;
  position: absolute !important;
  background-image: url("/img/Diamond_Sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.viewer.frame1 {
  background-position: 0px 0px;
  top: -50px;
}

.viewer.frame2 {
  background-position: 0px 0px;
  top: -50px;
  z-index: 900;
}

.viewer.frame3 {
  background-position: 0px -600px;
  top: 20px;
  z-index: 900;
}

.viewer.frame4 {
  background-position: 0px -1752px;
  top: 20px;
  z-index: 900;
}

.viewer.frame5 {
  background-position: 0px -1752px;
  top: 25px;
  z-index: 900;
}

.viewer.frame6 {
  background-position: 0px -2044px;
  top: 80px;
  z-index: 900;
}

.viewer.frame7 {
  background-position: 0px -2044px;
  top: 100px;
  z-index: 900;
}

.viewer.frame8 {
  background-position: 0px -3500px;
  top: 110px;
  z-index: 900;
}

.viewer.frame9 {
  background-position: 0px -4380px;
  top: 120px;
  z-index: 900;
}

.viewer.frame10 {
  background-position: 0px -4380px;
  top: 140px;
  z-index: 900;
}

.viewer {
  transition: top 0.1s ease-out;
}

.slide-div {
  top: 0px;
  position: relative;
  transition: top 2s;
  -webkit-transition: top 3s;
  /* Safari 3.1 to 6.0 */
}

.hover-animate:hover .slide-div {
  top: 30px !important;
}

.start-with-container--1MsHY > div:last-child a {
  color: #d2b595 !important;
}

.image-square {
  height: 30vw;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.bg-image-holder {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.item-basis {
  width: 50%;
}

.content-wrapper {
  padding: 0 0 50px 50px;
  height: 100%;
  box-sizing: border-box;
}

.boreder-content {
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #aaa;
  padding: 50px;
  height: 100%;
  box-sizing: border-box;
}

.main-content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 600px;
}

@media (min-width: 1199px) and (max-width: 1500px) {
  .main-content {
    width: 450px;
  }
}
.content-wrapper.left-text {
  padding: 50px 50px 0 0;
}

.boreder-content.left-content {
  border-width: 1px 1px 0 0;
}

.instagram-col {
  width: 60%;
}

.insta-content {
  margin: 100px 0;
}

.insta-inside {
  padding: 100px 50px;
}

.insta-inside h2 {
  font-size: 26px;
  padding: 10px 0;
  letter-spacing: 1px;
}

.insta-inside p {
  font-size: 14px;
  letter-spacing: 1px;
}

.insta-inside div a {
  padding: 15px 40px;
  margin-top: 10px;
  display: inline-block;
  background: #eee;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.grid-container {
  display: grid;
  grid-gap: 10px;
  /* background-color: #2196F3; */
  padding: 10px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0px;
  font-size: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.item1 {
  background-image: url("/insta_image/1.jpg");
}

.item2 {
  background-image: url("/insta_image/2.jpg");
}

.item4 {
  background-image: url("/insta_image/4.jpg");
}

.item5 {
  background-image: url("/insta_image/5.jpg");
}

.item3 {
  grid-column: 3;
  grid-row: 1/span 2;
  background-image: url("/insta_image/3.jpg");
}

.grid-item img {
  max-width: 100%;
  height: auto;
  opacity: 0;
}

.engage-moments {
  background: #eee;
  padding-bottom: 10px;
}

.grid-fluids .start-button--2N8F3 {
  margin-top: 30px;
  width: 200px;
}

.grid-fluids .start-button--2N8F3 a {
  padding: 10px 40px;
  text-transform: uppercase;
}

.grid-fluids {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
  /* background-color: #2196F3; */
  padding: 10px;
}

.grid-fluids > div {
  text-align: center;
  font-size: 30px;
}

.grid-fluids .grid-in img {
  max-height: 200px;
  width: auto;
}

.grid-in {
  width: auto;
  margin: auto;
  max-height: 250px;
}

.grid-fluids .image-cover:not(:last-child) {
  border-right: 1px solid #bbb;
}

.shop-button {
  margin-top: 30px;
}

.shop-button a {
  border: 1px solid #1b1b1b;
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
  width: 180px;
  text-transform: uppercase;
}

.slider-wrapper {
  width: 70%;
  margin: auto;
}

.slider-nav {
  width: 80%;
  margin: auto;
}

.slider-nav div {
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}

.slider-wrapper div img {
  width: 100%;
  height: auto;
}

.slick-slider {
  margin: 30px auto 50px;
}

.slider-wrapper .slide {
  padding: 0;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-next:before {
  content: "→";
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next {
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slider-nav .slick-track {
  height: 180px;
}

.slider-for .slick-slide {
  height: 700px;
}

.slider-wrapper {
  width: 70%;
  margin: auto;
}

.slider-nav {
  width: 80%;
  margin: auto;
}

.slider-nav div {
  margin: 10px;
  padding: 2%;
  position: relative;
  text-align: center;
}

.slider-wrapper div img {
  width: 100%;
  height: auto;
}

.slick-slider {
  margin: 30px auto 50px;
}

.slider-wrapper .slide {
  padding: 0;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-next:before {
  content: "→";
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next {
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slider-nav .slick-track {
  height: 180px;
}

.start-button--2N8F3 a {
  font-family: montserrat !important;
  font-size: 13px !important;
}

.start-with-container--1MsHY div:last-child span,
.start-with-container--1MsHY div:last-child a {
  font-family: montserrat !important;
  font-size: 12px;
}

.mobile_ring {
  margin: auto;
}

.banner-title {
  font-family: EB_Garamond;
  font-size: 45px;
  margin-bottom: 25px;
  color: #064976;
  font-weight: bold;
}

.banner-sub-title {
  font-size: 22px;
  margin-top: 0;
  letter-spacing: 1.5px;
}

.banner-sub-image {
  width: 100%;
  height: auto;
  max-width: 100px;
}

@media (min-width: 1450px) {
  .banner-title {
    font-size: 60px;
  }

  .banner-sub-title {
    font-size: 28px;
  }

  .banner-sub-image {
    max-width: 130px;
  }
}
.slider {
  height: auto;
}

.title-main-bar-apple {
  background-color: #f9f9f9;
  margin-bottom: 98px;
  background-position: top -38px left;
  position: relative;
  font-family: montserrat;
  color: #1b1b1b;
}

.sub-bar-apple {
  padding: 40px;
  width: 500px;
  margin: 0px auto;
}

.engagement_stories {
  width: 225px;
  margin: 42px auto;
  text-align: center;
  font-size: 18px;
  display: block;
}

.engagement_stories > a {
  padding: 15px 27px;
  font-family: montserrat;
}

@media (max-width: 1200px) {
  .design-own--PSrcw > div:first-child {
    font-size: 120px;
    height: 100px;
  }

  .ring-container--2JOyr {
    transform: translate(-50%) scale(0.6);
  }

  .start-align--yHUTS {
    height: auto !important;
  }

  .start-with-container--1MsHY {
    transform: scale(0.8);
  }

  .main-banner-container--1ooBo .text-container--9pu-i {
    max-width: 43%;
  }

  .text-container--9pu-i .text-first--3Ehp5 {
    margin: 0;
  }

  .text-container--9pu-i .text-third--2MzVz {
    margin: 0 auto;
  }

  .start-with-container--1MsHY {
    top: 70px !important;
  }

  .mobile_ring {
    width: auto !important;
    display: inline-block;
    max-height: 340px;
  }

  #ring_images {
    width: 80%;
    left: auto;
    margin-bottom: 37px;
    margin: 5px auto 37px;
  }

  .content-wrapper.left-text,
.content-wrapper {
    padding: 25px 25px 0 0;
  }

  .boreder-content {
    padding: 25px;
  }

  .image-square {
    height: 40vw;
  }

  .main-content {
    width: auto;
  }

  .grid-fluids {
    grid-template-columns: 50% 50%;
    grid-gap: 40px;
  }

  .banner-sub-image {
    max-width: 70px;
  }

  .banner-sub-title {
    font-size: 18px;
  }

  .banner-title {
    font-size: 38px;
  }

  .toggle-outer {
    height: 10px;
  }
}
.section-cover {
  background-color: #000 !important;
}

.Gd-video {
  display: block;
  position: relative;
}
.Gd-video .Gd-video-cover {
  width: 100%;
  height: auto;
}
.Gd-video video {
  max-width: 100%;
  z-index: 1;
}
.Gd-video .volume {
  position: absolute;
  right: 80px;
  bottom: 100px;
  width: 30px !important;
}
.Gd-video .volume .sound-on {
  width: 25px !important;
}

.sound-mute {
  display: none !important;
  width: 25px !important;
  pointer-events: none;
}

.sound-on {
  display: block;
}

.volume.mute .sound-mute {
  display: block !important;
}

.volume.mute .sound-on {
  display: none;
}

.test {
  color: #d2b595;
}

.padding_all {
  padding: 0px 15px 0;
}

.padding_all_bottom {
  padding-bottom: 60px !important;
}

.ls_all {
  letter-spacing: 0.7px;
}

.GD-video-caption {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 80px;
  text-align: center;
}

.caption-cover p:first-child {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.caption-cover p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}
.caption-cover .banner_btn {
  text-decoration: none;
  outline: none;
  display: inline-block;
  background-color: #ffffff;
  padding: 6px 30px;
  outline: none;
  font-size: 16px;
  color: #000000;
}

.owl_Home_Video .owl-prev,
.owl_Home_Video .owl-next {
  visibility: hidden;
  transition: 0.3s all linear;
  opacity: 0.5;
}
.owl_Home_Video .owl-prev:hover,
.owl_Home_Video .owl-next:hover {
  opacity: 1;
  transition: 0.3s all linear;
}
.owl_Home_Video .owl-prev img,
.owl_Home_Video .owl-next img {
  width: 60px;
}
.owl_Home_Video .owl-next {
  right: 70px;
}
.owl_Home_Video .owl-prev {
  left: 20px;
  transform: rotate(180deg);
  margin: -55px 40px;
}
.owl_Home_Video:hover .owl-prev,
.owl_Home_Video:hover .owl-next {
  visibility: visible;
  transition: 0.3s all linear;
}

.col_wrap,
.section_wrap,
.Four_col_wrap,
.slider-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.volume {
  max-width: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 40px;
  bottom: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.volume svg {
  width: 40px;
}
@media (max-width: 767px) {
  .volume {
    bottom: 20px;
    right: 20px;
  }
}

.gd-video-bt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.gd-video-bt video {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.volume_ {
  max-width: 30px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  pointer-events: none;
}

.volume_.mute .sound-on {
  display: none;
}

.volume_.mute .sound-mute {
  display: block !important;
}

.volume_ .sound-on {
  display: block;
  width: 48px;
  position: absolute;
  top: -11px;
  left: -6px;
}

@media (max-width: 767px) {
  .Gd-video .Gd-video-cover .volume {
    right: 50px;
    bottom: 40px;
  }

  .volume .sound-on {
    width: 40px;
  }

  .volume .sound-mute {
    width: 25px !important;
  }

  .GD-video-caption {
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: auto;
    text-align: center;
    top: 50%;
  }

  .Gd-video .volume .sound-on {
    width: 38px;
    position: absolute;
    top: -10px;
    left: -5px;
    pointer-events: none;
  }

  .GD-video-caption .caption-cover {
    display: none;
  }
}
/*PRECIOUS CSS START FROM HERE*/
.Gd-video .homebannertext {
  position: absolute;
  top: 34%;
  width: auto;
  right: 14%;
  max-width: 460px;
  display: grid;
  gap: 2%;
}
.Gd-video .homebannertext .bannerhead {
  font-size: 45px;
  word-spacing: 5px;
  margin: 0;
}
.Gd-video .homebannertext .bannerBtn {
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 27px;
  width: 47%;
}
.Gd-video .homebannertext .general-paragraph {
  color: #ffffff;
}

.slider-cover {
  max-width: 1600px;
  width: 100%;
  margin: 30px auto;
}
.slider-cover .contents {
  width: 75%;
  text-align: center;
  padding: 0 40px;
  margin: 0 auto;
}
.slider-cover .accordion-single {
  margin-top: 10px;
}
.slider-cover .accordion-single-title {
  display: inline-block;
  padding: 20px;
  cursor: pointer;
  position: relative;
  margin: 0;
}
.slider-cover .accordion-single-title::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #999;
  border-right: solid 2px #999;
  transform: translateY(-50%) rotate(135deg);
}
.slider-cover .accordion-single-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.slider-cover .accordion-single-content p {
  padding: 20px;
}
.slider-cover .accordion-single-item.is-open .accordion-single-content {
  max-height: 150px;
}
.slider-cover .accordion-single-item.is-open .accordion-single-title::after {
  transform: translateY(-50%) rotate(315deg);
}

.precious-eng-owlslider h2 {
  text-align: center;
}

.pre-owl-slider .owl-nav button.owl-prev {
  left: -3%;
}
.pre-owl-slider .owl-nav button.owl-next {
  right: -2%;
}
.pre-owl-slider .owl-nav button:focus {
  outline: none;
}
.pre-owl-slider .owl-nav button {
  position: absolute;
  top: 33%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
  transition: all 0.3s ease-in-out;
  width: 2%;
  height: 6%;
  border: 2px solid grey !important;
  border-radius: 50%;
}
.pre-owl-slider .owl-item img {
  height: 350px;
  display: block;
  width: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pre-owl-slider .carousel-item-text {
  padding: 15px;
  margin-right: 25px;
  text-align: center;
}

.shop-diamonds h2 {
  text-align: center;
}
.shop-diamonds .diamonds-shape {
  margin-bottom: 50px;
}
.shop-diamonds .diamonds-shape ul.ShapeIcons {
  justify-content: center;
  width: 50%;
  margin: 0 auto;
  gap: 1%;
}
.shop-diamonds .amount-holder-text.heartText {
  position: relative;
  top: 113px;
  text-align: center;
}
.shop-diamonds .diamonds-icons {
  position: relative;
  background: url(/icons_images/stripe-icon.png);
  background-size: 877% auto;
  height: 116px;
  width: 99px;
  background-repeat: no-repeat;
}
.shop-diamonds .slim-icon-heart {
  background-position: -6px -4px;
}
.shop-diamonds .slim-icon-round {
  background-position: -608px -117px;
}
.shop-diamonds .slim-icon-oval {
  background-position: -452px -117px;
}
.shop-diamonds .slim-icon-cushion {
  background-position: -303px -123px;
}
.shop-diamonds .slim-icon-pear {
  background-position: -162px -121px;
}
.shop-diamonds .slim-icon-princess {
  background-position: -8px -117px;
}
.shop-diamonds .slim-icon-emerald {
  background-position: -608px -5px;
}
.shop-diamonds .slim-icon-marquise {
  background-position: -444px -2px;
}
.shop-diamonds .slim-icon-asscher {
  background-position: -303px -5px;
}
.shop-diamonds .slim-icon-radiant {
  background-position: -165px -6px;
}

.shop-diamonds h2 {
  text-align: center;
}
.shop-diamonds .logo-shape ul.LogoIcons {
  width: 58%;
  justify-content: center;
  margin: 0 auto;
}
.shop-diamonds .logo-shape ul.LogoIcons li {
  margin: 0 auto;
}
.shop-diamonds .logoshape-icon {
  position: relative;
  background: url(/icons_images/stripe-icon.png);
  background-repeat: no-repeat;
  height: 159px;
  width: 175px;
}
.shop-diamonds .slim-icon-bitcoin {
  background-size: 539% auto;
  background-position: 16px -392px;
}
.shop-diamonds .slim-icon-ethereum {
  background-size: 428% auto;
  background-position: -190px -378px;
  width: 215px !important;
}
.shop-diamonds .slim-icon-litecoin {
  background-size: 530% auto;
  background-position: -449px -385px;
}

.shop-category h2 {
  margin: 0 0 40px 0;
}
.shop-category .row_outer {
  justify-content: space-between;
  gap: 2%;
}
.shop-category .row_outer .column {
  width: 350px;
}
.shop-category .row_outer .column h4 {
  margin: 0 5px;
}
.shop-category .row_outer .column img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.collection {
  background-color: antiquewhite;
}
.collection .product-slider-outer {
  position: relative;
}
.collection .product-slider-outer .product-slider-content {
  text-align: center;
  position: absolute;
  z-index: 1;
  color: #000 !important;
  padding: 40px 20px;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  width: 750px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .collection .product-slider-outer .product-slider-content {
    top: 40%;
  }
}
.collection .product-slider-outer .product-slider-content .top-sub_head {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "EB Garamond", serif;
  font-size: 54px;
  color: #ffffff;
  font-weight: 600;
}
.collection .product-slider-outer .product-slider-content h3 {
  color: #ffffff;
}
.collection .product-slider-outer .product-slider-content .Slider-head span {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
.collection .product-slider-outer .product-slider-content .slider-btn {
  display: inline-block;
}
.collection .product-slider-outer .Slider-head {
  position: relative;
}
.collection .product-slider-outer .product_image-slide {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.collection .product-slider-outer .product_image-slide img {
  display: none;
}
.collection .product-slider-outer .slider-btn {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  background-color: #d2b595;
  padding: 10px 20px;
}
.collection .product-slider-outer .slick-next,
.collection .product-slider-outer .slick-prev,
.collection .product-slider-outer .slick-dots {
  display: none !important;
}

@media (max-width: 1414px) {
  .padding_all {
    padding: 0px 50px;
  }

  .pre-owl-slider .owl-nav button.owl-next {
    right: -3% !important;
    width: 30px;
    height: 30px;
  }
  .pre-owl-slider .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
  }

  .Gd-video .homebannertext {
    top: 34%;
  }
}
@media (max-width: 1024px) {
  .Gd-video .homebannertext {
    top: 27%;
    right: 4%;
    max-width: 395px;
  }
  .Gd-video .homebannertext .bannerhead {
    font-size: 36px;
  }
  .Gd-video .homebannertext .bannerBtn {
    width: 51%;
  }

  .pre-owl-slider .carousel-item-text {
    padding: 0 !important;
    margin-right: 14px !important;
    text-align: center;
  }

  .padding_all {
    padding: 0px 54px;
  }

  .pre-owl-slider .owl-nav button.owl-next {
    right: -4% !important;
  }
  .pre-owl-slider .owl-nav button.owl-prev {
    left: -4% !important;
  }

  .shop-diamonds .diamonds-shape ul.ShapeIcons {
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
  }
  .shop-diamonds .diamonds-shape ul.ShapeIcons li {
    width: 8%;
  }

  .shop-diamonds .logo-shape ul.LogoIcons {
    flex-wrap: wrap;
    width: 69%;
    margin: 0 auto;
  }
  .shop-diamonds .logo-shape ul.LogoIcons li {
    width: 30%;
    margin: 0 auto;
  }

  .collection .product-slider-outer .product-slider-content {
    width: 90% !important;
    padding: 20px;
  }
  .collection .product-slider-outer .product-slider-content h3 {
    font-size: 20px !important;
  }
  .collection .product-slider-outer .product-slider-content h2 {
    font-size: 26px !important;
    margin: 10px 0 !important;
  }
  .collection .product-slider-outer .product-slider-content p,
.collection .product-slider-outer .product-slider-content .slider-btn {
    font-size: 16px !important;
  }
  .collection .product-slider-outer .product_image-slide {
    background-position: center !important;
  }
}
@media (max-width: 992px) {
  .shop-diamonds .diamonds-shape ul.ShapeIcons {
    flex-wrap: wrap;
    width: 90%;
    gap: 0%;
  }
  .shop-diamonds .diamonds-shape ul.ShapeIcons li {
    width: 20%;
    margin-bottom: 47px;
  }
}
@media (max-width: 820px) {
  .Gd-video .homebannertext {
    top: 27%;
    right: 2%;
    max-width: 379px;
  }
  .Gd-video .homebannertext .bannerhead {
    font-size: 28px;
  }
  .Gd-video .homebannertext p.general-paragraph {
    line-height: 19px;
  }
  .Gd-video .homebannertext .bannerBtn {
    width: 57%;
    padding: 3px 11px;
  }
}
@media (max-width: 768px) {
  .pre-owl-slider .owl-nav button.owl-prev {
    left: -5% !important;
  }

  .overlay-mb {
    position: absolute;
    height: 100vh;
    width: 100%;
    opacity: 0.1;
    background-color: #fff;
  }

  .shop-category .row_outer {
    flex-wrap: wrap;
  }
  .shop-category .row_outer .column {
    width: 48%;
    margin-bottom: 30px;
  }

  .shop-diamonds .logo-shape ul.LogoIcons {
    flex-wrap: wrap;
    width: 100%;
  }

  .amount-holder-text.heartText {
    font-size: 18px !important;
    position: relative;
    top: 113px;
    text-align: center;
  }

  .pre-owl-slider .owl-nav button.owl-next {
    right: -4% !important;
  }

  .collection {
    margin-top: 0px !important;
  }
  .collection .product-slider-outer .slick-prev {
    left: 0px !important;
  }
  .collection .product-slider-outer .slick-next {
    right: 0px !important;
  }
  .collection .product-slider-outer .slick-dots {
    display: none !important;
  }
  .collection .hide-mb {
    display: none;
  }
}
@media (max-width: 575px) {
  .collection .product-slider-outer .product_image-slide {
    height: 650px;
    background-position: center !important;
  }
  .collection .product-slider-outer .product-slider-content {
    width: 90% !important;
  }
  .collection .product-slider-outer .product-slider-content h2 {
    font-size: 19px !important;
  }
  .collection .product-slider-outer .product-slider-content h3 {
    font-size: 16px !important;
  }
  .collection .product-slider-outer .product-slider-content p,
.collection .product-slider-outer .product-slider-content .slider-btn {
    font-size: 14px !important;
  }
  .collection .product-slider-outer .product-slider-content .top-sub_head {
    font-size: 26px;
  }
  .collection .product-slider-outer .product-slider-content .Slider-head span {
    font-size: 16px !important;
  }

  .shop-diamonds {
    padding-bottom: 0px !important;
  }
  .shop-diamonds .LogoIcons {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  .shop-diamonds .LogoIcons li {
    width: 100% !important;
  }
  .shop-diamonds .LogoIcons li .logoshape-icon {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .font-lg {
    font-size: 26px !important;
  }

  .Gd-video img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .Gd-video .homebannertext {
    text-align: center;
  }
  .Gd-video .homebannertext .bannerhead {
    font-size: 28px;
  }
  .Gd-video .homebannertext p.general-paragraph {
    font-size: 13px;
    line-height: 19px;
  }
  .Gd-video .homebannertext .bannerBtn {
    width: 59%;
    transform: translate(80px, 10px);
    padding: 3px 11px;
  }

  .slider-cover .accordion-single-item.is-open .accordion-single-content {
    max-height: 340px;
  }
  .slider-cover .accordion-single-item.is-open p {
    padding: 0px;
  }
  .slider-cover .accordion-single-item.is-open .general-paragraph {
    font-size: 15px;
  }

  .pre-owl-slider .owl-item img {
    width: 85%;
    margin: 0 auto;
  }
  .pre-owl-slider .owl-nav button.owl-next {
    right: -2% !important;
  }
  .pre-owl-slider .owl-nav button.owl-prev {
    left: -2% !important;
  }

  .shop-category h2 {
    text-align: center;
  }
  .shop-category .row_outer {
    gap: 0;
  }
  .shop-category .row_outer .column {
    width: 100%;
    margin-bottom: 30px;
  }

  .shop-diamonds h2 {
    margin: 0 20px;
  }
  .shop-diamonds .diamonds-shape ul.ShapeIcons {
    flex-wrap: wrap;
  }
  .shop-diamonds .diamonds-shape ul.ShapeIcons li {
    width: 50%;
    margin-bottom: 47px;
  }
  .shop-diamonds .diamonds-shape ul.ShapeIcons li .logoshape-icon {
    width: 180px;
  }
  .shop-diamonds .diamonds-shape ul.ShapeIcons .diamonds-icons {
    margin: 0 auto;
  }

  .padding_all {
    padding: 0px 15px 0 !important;
  }

  .slider-cover .contents {
    width: 90%;
    padding: 0px !important;
  }
  .slider-cover .contents h2 {
    font-size: 22px;
    padding: 0px;
  }
}
/*Extra large screens, TV*/
@media (min-width: 1201px) and (max-width: 1450px) {
  .pre-owl-slider .owl-carousel .carousel-item-text {
    margin-right: 26px !important;
    padding: 0px !important;
  }

  .shop-diamonds hr {
    width: 56% !important;
  }
}
/* end media css here*/
@media (min-width: 1200px) and (max-width: 1400px) {
  .pre-owl-slider .owl-item img {
    height: 275px !important;
  }
}
.banner_video {
  width: 100%;
  height: auto;
}

.for_mobile {
  display: none;
}

@media (max-width: 767px) {
  .for_desktop {
    display: none;
  }

  .for_mobile {
    display: block;
    margin-top: -42px;
  }
}
.sale-banner-wrap {
  position: relative;
}
.sale-banner-wrap a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
