@import url(index-header.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #111111;
  font-family: "Josefin Sans", sans-serif;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #272727;
  box-shadow: none;
}
body::-webkit-scrollbar-thumb {
  background-color: #525252;
}

.discover-jewlery {
  height: 100vh;
  width: 100%;
  background-image: url("../img/main-landingPage/discover-jewlerybg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding-top: 140px;
}
@supports (background-image: url("../img/main-landingPage/webp-img/discover-jewlerybg.webp")) {
  .discover-jewlery {
    background-image: url("../img/main-landingPage/webp-img/discover-jewlerybg.webp");
  }
}
.discover-jewlery .discover-jewlery-main .discover-jewlery-right .discover-jewlery-img {
  width: 100%;
  height: 100%;
  max-width: 713px;
  max-height: 594px;
}
.discover-jewlery .discover-jewlery-main .discover-jewlery-right .discover-jewlery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.display-demo {
  padding: 120px 0;
  position: relative;
}
.display-demo::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url("../img/main-landingPage/display-demo-bg.png");
  background-position: left;
  background-repeat: no-repeat;
  z-index: -1;
}
@supports (background-image: url("../img/main-landingPage/webp-img/display-demo-bg.webp")) {
  .display-demo::before {
    background-image: url("../img/main-landingPage/webp-img/display-demo-bg.webp");
  }
}
.display-demo .display-demo-inner .display-demo-frame {
  padding: 20px;
  background: #272727;
  border-radius: 30px;
  width: 100%;
  max-width: 400px;
}
.display-demo .display-demo-inner .display-demo-frame:hover .page-link-text {
  color: #FFA51F;
}
.display-demo .display-demo-inner .display-demo-frame .jewelry-title {
  transition: all 0.5s ease-in;
}
.display-demo .display-demo-inner .display-demo-frame .jewelry-title:hover {
  color: #FFA51F;
  transition: all 0.5s ease-in;
}

.inner-page {
  position: relative;
  z-index: 10;
}
.inner-page .inner-page-content .inner-page-frame {
  background: #272727;
  border-radius: 25px;
  padding: 20px;
  max-width: 280px;
}
.inner-page .inner-page-content .inner-page-frame:hover .page-link-text {
  color: #FFA51F;
}
.inner-page::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/main-landingPage/gold-leaf.png");
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
@supports (background-image: url("../img/main-landingPage/webp-img/gold-leaf.webp")) {
  .inner-page::before {
    background-image: url("../img/main-landingPage/webp-img/gold-leaf.webp");
  }
}
.inner-page::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/main-landingPage/gold-sketch-leaf.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
}
@supports (background-image: url("../img/main-landingPage/webp-img/gold-sketch-leaf.webp")) {
  .inner-page::after {
    background-image: url("../img/main-landingPage/webp-img/gold-sketch-leaf.webp");
  }
}

.all-device-type .all-device-left .dekstop-display img {
  width: 100%;
  height: 100%;
}
.all-device-type .all-device-left .round-box-text .round-withtext-img {
  margin-left: -80px;
}
.all-device-type .all-device-left .round-box-text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #F4F4F4;
  padding: 8px 0;
}
.all-device-type .all-device-left .round-box-text ul li::marker {
  color: #FFA51F;
}
.all-device-type .mobile-display img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 465px;
}

.trusted-by-customer {
  position: relative;
}
.trusted-by-customer::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 1344px;
  max-height: 244px;
  z-index: -1;
  background: url("../img/main-landingPage/customer-dotbg.png");
  background-size: 100%;
  background-position: bottom right;
}
@supports (background-image: url("../img/main-landingPage/webp-img/customer-dotbg.webp")) {
  .trusted-by-customer::before {
    background-image: url("../img/main-landingPage/webp-img/customer-dotbg.webp");
  }
}
.trusted-by-customer .customer-slider .customer-slider-item {
  position: relative;
}
.trusted-by-customer .customer-slider .customer-slider-item .customer-name {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
}
.trusted-by-customer .customer-slider .customer-slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/main-landingPage/quatationmark.png");
  background-repeat: no-repeat;
  background-position: top right;
}
@supports (background-image: url("../img/main-landingPage/webp-img/quatationmark.webp")) {
  .trusted-by-customer .customer-slider .customer-slider-item::before {
    background-image: url("../img/main-landingPage/webp-img/quatationmark.webp");
  }
}
.trusted-by-customer .customer-slider .owl-nav {
  position: absolute;
  left: -20px;
}
.trusted-by-customer .customer-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background: #333333;
  border-radius: 3px;
}
.trusted-by-customer .avtar-profile {
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 430px;
  margin: 0 auto;
}
.trusted-by-customer .avtar-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-shop .about-shop-single .about-shop-icon {
  position: relative;
}
.about-shop .about-shop-single .about-shop-icon::before {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -25px;
  width: 100%;
  height: 100%;
  max-height: 55px;
  max-width: 160px;
  background-color: rgba(255, 165, 31, 0.1294117647);
}
.about-shop .about-shop-single .about-shop-icon img {
  width: 100%;
  height: 100%;
  max-width: 90px;
  max-height: 90px;
  min-height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-shop .about-shop-single .dash-line {
  height: 1.5px;
  width: 60px;
  background-color: #777777;
}

@media screen and (max-width: 1440px) {
  .trusted-by-customer::before {
    max-width: 1024px;
  }
}
@media screen and (max-width: 991px) {
  .landing-title {
    font-size: 35px;
    line-height: 45px;
  }
  .discover-jewlery {
    height: 100%;
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .display-demo {
    padding: 50px 0;
  }
  .display-demo .display-demo-inner .display-demo-frame {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .landing-title {
    font-size: 25px;
    line-height: 35px;
  }
  .inner-page .inner-page-content .inner-page-frame {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .landing-title {
    font-size: 22px;
    line-height: 32px;
  }
}/*# sourceMappingURL=index.css.map */