@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Josefin Sans", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p{
  margin: 0px;
  padding: 0px;
}

h1 {
  text-transform: uppercase;
  font-size: 50px;
}

a {
  text-decoration: none;
}

header {
  width: 100%;
  height: 100%;
  position: sticky;
  top: 0;
  z-index: 999;
}

/* navbar */
nav {
  padding: 15px 150px;
  background-color: #131313;
}

nav img {
  height: 63px;
}

.navbar-nav {
  text-align: right;
  align-items: center;
  gap: 30px;
}

.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;

}


.login {
  border: 2px solid white;
  padding: 10px 30px !important;
  font-weight: 600;
}

.login:hover {
  background-color: #fff;
  color: #000 !important;
}


/* banner swiper */
.banner-slider {
  width: 100%;
  height: 89.8vh;
  position: relative;
}

.swiper {
  width: 100%;
  height: 89.8vh;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/* slide changer */
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 40px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #fff;
}

/* page1 */
.page1 {
  width: 100%;
  /* height: 60vh; */
  background-color: #131313;
  position: relative;
}

.our-story {
  padding: 100px 100px;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.page1-left {
  padding-right: 30px;
  padding-bottom: 30px;
}

.page1-left h1 {
  font-size: 50px;
}

.page1-left p {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.page1-left a {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.page1-left a:hover {
  background-color: #131313;
  color: #ffffff;
  border: 2px solid white;
}

.page1-right {
  background-image: url(../images/since_page1.jpg);
  background-position: center;
  background-size: cover;
  height: 45vh;
  filter: grayscale(5);
  border-radius: 10px;
  padding: 50px;
}

.page1-right h1 {
  font-weight: 700;
}


/* page2-section */
.page2 {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  padding: 100px 100px;
  background-image: url(../images/page2.avif);
  background-size: contain;
  background-repeat: no-repeat;
}

.page2-box {
  padding-bottom: 30px;
}

.page2-box-left {
  display: flex;
  justify-content: center;
  align-items: start;
  padding-right: 50px;
}

.page2-box-left i {
  font-size: 64px;
  line-height: normal;
}

.page2-box-right h2 {
  font-size: 32px;
}

.page2-box-right p {
  font-size: 18px;
}

/* page3 */
.page3 {
  width: 100%;
  min-height: 80vh;
  background-color: #131313;
  position: relative;
  padding: 100px 100px;
}

.section {
  position: relative;
  width: 70%;
  margin: 0 auto;
  column-gap: 3rem;
  padding-block: min(20vh, 3rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section h1 {
  font-size: 100px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #fff;
}

.swiper-container {
  position: relative;
}

.myswiper {
  width: 100%;
  padding: 40px 0 40px 0;
}

.swiper-slide2 {
  width: 24rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 30px;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;

  @media (min-width: 760px) {
    display: flex;
  }
}

.page4 {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
  padding: 100px 100px;
}

.page4 h1 {
  font-size: 100px;
  font-weight: 400;
  margin-bottom: 50px;
  color: #131313;
  text-align: center;
}

.swiper-button-next i {
  font-size: 40px;
  color: #131313;
}

.swiper-button-prev i {
  font-size: 40px;
  color: #131313;
}

.card {
  width: 300px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50px;
}

.card img {
  mix-blend-mode: darken;
  width: 100%;
  height: 250px;
  scale: 0.7;
}

.card img:hover {
  scale: 0.8;
}

.ri-arrow-right-fill {
  position: absolute;
  top: -350px;
}

.ri-arrow-left-fill {
  position: absolute;
  top: -350px;
  right: -1190px;
  border-right: 4px solid #131313;
  padding-right: 30px;
  /* position: absolute;
  top: -250px;
  right: -1116px;
  border-right: 4px solid #131313;
  padding-right: 20px; */
}

.image-container img {
  width: 100%;
  height: 90%;
  margin-bottom: 50px;
}

.test-box {
  border: 1px solid #131313;
  border-radius: 20px;
  padding: 50px 30px 20px 30px;
}

.test-box p {
  border-bottom: 1px solid #131313;
  padding-bottom: 20px;
}

.main-test {
  padding: 50px;
}

.left-test {
  text-align: left;
}

.star span i {
  color: rgb(237, 132, 58);
  font-size: 25px;
}

.right-test img {
  width: 90px;
  height: 90px;
  border-radius: 20px;
}

.Testimonials .swiper {
  width: 100%;
  height: 65vh;
}

.svg {
  /* margin-left: 820px;
  width: 300px; */
  margin-left: 760px;
  width: 200px;
}

.ri-arrow-right-line {
  position: absolute;
  top: -430px;
}

.ri-arrow-left-line {
  position: absolute;
  top: -430px;
  right: -1810px;
  border-right: 4px solid #131313;
  padding-right: 30px;
}

/* page5 */
.page5 {
  width: 100%;
  min-height: 80vh;
  background-color: #000;
  position: relative;
  padding: 100px 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  margin-top: -100px;
}

.page5 img {
  object-fit: contain;
}

.page5 h2 {
  font-size: 45px;
  padding: 50px;
  text-align: center;
}


/* footer */
ul {
  margin: 0px;
  padding: 0px;
}

.footer-section {
  background: #ffffff;
  position: relative;
  padding: 100px;
}

.footer-cta {
  border-top: 1px solid #373636;
}

.single-cta i {
  color: #131313;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #131313;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #424242;
  font-size: 18px;
}

.cta-text a {
  color: #424242;
  font-size: 18px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 350px;
}

.footer-text p {
  margin-bottom: 14px;
  padding-right: 14px;
  font-size: 18px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #131313;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.footer-social-icon a {
  color: #131313;
  font-size: 20px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #000000;
}

.footer-widget-heading h3 {
  color: #131313;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 5px;
  width: 50px;
  background: #131313;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  font-size: 20px;
}

.footer-widget ul li a:hover {
  color: #000000;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}


.copyright-area {
  background: #131313;
  padding: 25px 0;
  width: 100%;
}

.copyright-text p {
  margin: 0;
  font-size: 18px;
  color: rgb(182, 182, 182);
}

.copyright-text p a {
  color: #c35353;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #fefefe;
}

.footer-menu li a {
  font-size: 18px;
  color: #878787;
}

/* SUSCRIBE  */
.newsletter-section {
  .title {
    text-align: left;
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
  }

  .input-wrapper {
    position: relative;
    width: auto;
    height: 65px;
    overflow: hidden;

  }
  .label-text {
    color: #fefefe;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px;
    font-size: 1rem;
    cursor: text;
    transition: 200ms ease-out;
  }
    .label-text-up {
      top: 20%;
      font-size: 0.85rem;
    }

    input {
      height: 100%;
      width: 100%;
      border: none;
      background: #303030;
      border-radius: 5px;
      color: #fefefe;
      outline: none;
      font-size: 1rem;
      padding: 0 60px 0 20px;
    }

    .arrow-btn {
      position: absolute;
      top: 35%;
      left: 100%;
      transform: translate(-55%, -50%);
      border: none;
      outline: none;
      width: 150%;
      height: 90%;
      background: transparent;
      background: rgb(150, 38, 38);
      border-radius: 5px 0 0 5px;
      transition: all 500ms ease-in-out;
      clip-path: circle(25px at 50% 50%);
      cursor: pointer;

      &.clip-path,
      &:hover {
        background: #7526bf;

      }

      .bi-arrow-right-short {
        width: 40px;
        height: 40px;
        color: #fefefe;
      }
    }
  }


.active{
background-color: #fefefe;
color:  #000 !important;
font-weight: 800 !important;
padding-left: 20px !important;
padding-right: 20px !important;
border-radius: 20px;
}
/******************************************************************** our story page */

.banner {
  width: 100%;
  height: 15vh;
  background-color: #131313;
}

.banner h1 {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0;
  font-size: 50px;
}

/* our page 1 */
.our-page1 {
  width: 100%;
  min-height: 50vh;
  background-color: #ffffff;
  position: relative;
  padding: 100px 100px;
}

.our-image img {
  width: 75%;
  border-top-left-radius: 48%;
  border-top-right-radius: 48%;
  /* margin-top: 200px; */
  /* margin-right: auto; */
  margin-left: 75px;
}

.our-content h1 {
  font-size: 50px;
  text-align: left;
}

.our-content p {
  font-size: 18px;
  text-align: left;
}

e {
  font-weight: 600;
  font-size: 24px;
  color: #1d1d1d;
}

v {
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
}

.our-image-2 img {
  width: 400px;
  margin-left: 75px;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


/* our page 2 */
.our-page2 {
  width: 100%;
  min-height: 10vh;
  background-color: #000000;
  position: relative;
  padding: 100px 100px;
}

.page2-ourimage{
  vertical-align: top;
}

.page2-ourimage img {
  width: 40%;
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page2-ourimage img:nth-child(2) {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 20%;
  border-bottom-left-radius: 20%;
  width: 40%;
  margin-top: 200px;
  margin-left: 30px;
}

.page2-our-content {
  /* padding: 100px; */
  display: flex;
  flex-direction: column;
  text-align: left !important;
  width: 50%;
  color: #ffffff;
}

.page2-our-content h1 {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page2-our-content p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(186, 186, 186);
  margin-bottom: 15px;
}

/*our-page3 */
.our-page3 {
  width: 100%;
  min-height: 80vh;
  background-color: #ffffff;
  position: relative;
  padding: 100px 100px;
}

.our-page3 img {
  width: 90%;
  margin: 10px auto;
  border-radius: 20px;
}

.page3-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page3-right h1 {
  font-size: 50px;
}

.page3-right p {
  font-size: 18px;

}

/* our-page4 */

.our-page4 {
  width: 100%;
  min-height: 70vh;
  background-color: #131313;
  position: relative;
  padding: 100px 100px;
}

.our-page4>h1 {
  color: white;
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}

.our-box {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  border: 2px solid white;
  padding: 20px 40px;
  color: #fff;
  height: 100%;
}

.our-box img {
  width: 25%;
  padding: 30px 30px 30px 0;
}


/************************************************** know page  */
.know-page1 {
  width: 100%;
  min-height: 70vh;
  background-color: #ffffff;
  position: relative;
  padding: 100px 100px;
}

.know-page1 img {
  width: 100%;
}

.know-content h1 {
  font-size: 50px;
  font-weight: 600;
}

.know-content h4 {
  font-size: 32px;
  font-weight: 500;
  margin-top: 20px;
}

.know-content P {
  font-size: 18px;
  font-weight: 500;
  color: #908d8d;
}

/* know box facts about HPHT */
.know-box {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  border: 2px solid white;
  padding: 50px;
  color: #000000;
  height: 100%;
  text-align: center;
  background-color: #fefefe;
}

.know-box img {
  width: 30%;
  margin-bottom: 40px;
}

/* lmow page2  */
.know-page2 {
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
  padding: 100px 100px;
}

.know-page2 h1 {
  font-size: 50px;
  font-weight: 500;
  text-align: center;
}

.span-container {
  text-align: center;
  font-size: 30px;
  margin-top: 40px;
}

.span-container span {
  padding-left: 25px;
  padding-right: 25px;
}

.span-container span i {
  padding-right: 10px;
  font-size: 30px;
}


.ri-checkbox-circle-line {
  color: rgba(15, 200, 15, 0.734);
}

.ri-close-circle-line {
  color: red;
}

.ri-subtract-fill {
  color: rgb(255, 132, 0)
}

.group-diff {
  margin-top: 50px;
  justify-content: center;
}

.diff-box {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 500px;
  height: 100%;
  color: #000;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 20px;
  /* margin-right: 50px; */
}

.diff-box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.diff-box img {
  width: 100%;
  border-radius: 20px;
}

.diff-box2 img {
  width: 100%;
  border-radius: 20px;
}

.diff-content {
  list-style: none;
  padding: 23px;
}

.diff-content li {
  font-size: 20px;
  padding-top: 20px;
}

.diff-content li i {
  padding-right: 20px;
}

.blank {
  background-color: #131313;
  height: 0.5vh;
  width: 100%;
}

.navbar-toggler {
  position: absolute;
  top: 20px;
  right: 50px;
}

@media screen and (max-width:768px) {
  .navbar-nav {
    text-align: center;
    gap: 30px;
  }
}

/******************************************************************** manufacturing page */
.manu-row {
  width: 100%;
  min-height: 90vh;
  padding: 150px;
}

.manu-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px;
}

.manu-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.man-1 .arrow-im{
  width: 250px;
  margin-left: 300px;
}
.man-2 .arrow-im{
  width: 250px;
  margin-left: 1000px;
}

.video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0px 0;
}

.manu-content h1 {
  font-size: 50px;
}

.manu-content p {
  font-size: 18px;
  font-weight: 400;
  color: #7b7b7b;
}

/* ****************************************************** contact page */
.map {
  padding: 100px;
}

.contact-form {
  padding: 30px 80px;
  background-color: #ffffff;
  border-radius: 12px;
  height: 100%;
  width: 100%;
  box-shadow: 0px 0px 20px gray
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f0f4f5;
  height: 50px;
  padding-left: 16px;
  width: 100%;
}

.contact-form .form-text-area {
  background-color: #f0f4f5;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #5c5c5c;
  font-weight: 500;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #424242;
  font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #2e2e2e;
  font-weight: 500;
}

.contact-form .form-control:focus {
  border-color: #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #000000;
}

.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.contact-form .description {
  color: #141414;
  font-size: 14px;
  text-align: center;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color: #000000;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: #ffffff;
  color: black;
  border: 1px solid black;
}

.map iframe {
  margin-top: 80px;
  width: 90%;
}


/********************************************************************* login page  */

.form-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url(../images/login.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 100%;
  height: 100vh;
}

.form-content a {
  position: absolute;
  left: 50px;
  top: 100px;
  color: #f0f4f5;
  font-size: 30px;
  border-bottom: 0.5px solid rgb(150, 147, 147);
}

.form-content i {
  margin-right: 20px;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 30px;
  margin-left: 150px;
  width: 450px;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #000;
}

.form button {
  align-self: flex-end;
}

.flex-column>label {
  color: #151717;
  font-weight: 600;
}

.inputForm {
  border: 1.5px solid #000000;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 85%;
  height: 100%;
  background-color: transparent;
}

.input:focus {
  outline: none;
}

.inputForm:focus-within {
  border: 1.5px solid #2d79f3;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.flex-row>div>label {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.span {
  font-size: 14px;
  margin-left: 5px;
  color: #2d79f3;
  font-weight: 500;
  cursor: pointer;
}

.button-submit {
  margin: 20px 0 10px 0;
  background-color: #151717;
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.button-submit:hover {
  background-color: #252727;
}

.p {
  text-align: center;
  color: black;
  font-size: 14px;
  margin: 5px 0;
}

.btn {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #ededef;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.btn:hover {
  border: 1px solid #2d79f3;
  ;
}

/* JEWELLERY PAGE START */

.product_tab_button {
  text-align: center;
}

.product_tab_button ul.nav{
  display: inline-block;
  position: relative;
  padding: 10px;
  border: 1px solid #606060;
  border-radius: 15px;
}

.nav-pills .nav-link{
  color: #000000;
  border-radius: 12px;
}

.nav-pills .nav-link.active {
  color: white !important;
  background-color: rgb(0, 0, 0);
}

.product_tab_button ul{
  justify-content: center;
  margin: 0 auto;
}

.product_tab_button ul li {
  display: inline-block;
}


.product-list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 30px;
}

.product-list:has(.product:hover) .product:not(:hover){
  filter: blur(5px);
  opacity: 0.7;
}

.j-product{
  border: 1px solid #606060;
  /* width: 231px; */
  /* height: 350px; */
  padding: 10px 10px 10px 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: filter 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.j-img{
  width: 100%;
  border-radius: 10px;
}

.j-img img:hover{
  filter: grayscale(70%);
}

.j-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: grayscale(70%); */
  border-radius: 12px;
}

.j-product h5{
  margin: 15px 0px 15px 0px;
}

.j-product button, .modal-footer .btn{
  display: inline-block;
  /* width: 50%;  */
  padding: 8px 24px;
  border: 1px solid #606060;
  background: #131313;
  color: #fff;
  font-weight: 400;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
}

.j-product button:hover, .modal-footer .btn:hover{
  background-color: #a07040;
  color: #ffffff;
}

/* JEWELLERY PAGE END */



/* MODEL CARD ---------------------------------------------------------------------------===================================*/

.pro .title{
  font-weight: 600;
  color: #000000;
}

.pro-des{
  font-size: 16px;
  font-weight: 400;
  color: #908d8d;
}

.ratings i{
  font-size: 18px;
  color: #908d8d;
}

.ratings .rating-color{
  color: #000000;
}

.pro-discount {
  margin-bottom: 10px;
}

.pro-discount .pro-lable{
  font-size: 12px;
  padding: 5px;
  border-radius: 8px;
  background-color: red;
  color: #ffffff;
}

.price-discount{
  display: inline-flex;
  align-items: baseline;
}

.price-discount .price-original{
  color: hsl(220, 14%, 75%);
  font-size: 16px;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 10px;
}

/* ==================----------------================= */

.card-wrapper{
  max-width: 1100px;
  padding: 10px;
}
.product-imgs img{
  width: 100%;
  border-radius: 10px;
  display: block;
}
.img-display{
  overflow: hidden;
}
.img-showcase{
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img{
  min-width: 100%;
  border-radius: 10px;
}
.img-select{
  display: flex;
}
.img-item{
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
  margin-right: 0;
}
.img-item:hover{
  opacity: 0.8;
}
.product-content{
  padding: 2rem 1rem;
}
.product-title{
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}
.product-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}
.product-price{
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-price span{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.product-detail h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail h4{
  text-transform: capitalize;
  font-weight: 700;
}

.product-detail p{
  font-size: 18px;
  /* color: #7e7e7e; */
  padding: 5px 0px;
}



@media screen and (min-width: 992px){
  .pcard{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
  }
  .card-wrapper{
      /* height: 78vh; */
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .product-imgs{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .pproduct-content{
      padding-top: 0;
  }
}



@media screen and (max-width: 1440px) {
  .navbar-nav{
    gap: 15px;
    align-items: center;
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 16px;
  }
  .ri-arrow-left-fill{
    right: -1108px;
  }
  .page1-left{
    padding-bottom: 0px;
  }

  .swiper-slide3{
    height: 450px;
  }
  .main-test {
    padding: 20px;
  }

  video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    padding: 0px 0px;
  }
  .page2-ourimage img:nth-child(2){
    margin-top: 450px;
  }
  .our-box img {
    width: 40%;
    padding: 30px 0px 30px 0;
  }
  .our-image-2 img{
    margin-left: 64px;
  }
  .our-image img{
    width: 90%;
    margin-left: 0px;
  }

  .man-1 .arrow-im{
    width: 250px;
    margin-left: 150px;
  }
  .man-2 .arrow-im{
    width: 250px;
    margin-left: 600px;
  }
}

@media screen and (max-width: 1024px) {
  nav img{
    height: 42px;
  }
  .navbar-nav{
    gap: 0;
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 14px;
  }
  .navbar .navbar-nav .nav-link{
    padding-right: 1em;
  }
  .our-story {
    padding: 50px;
  }
  .page1-left{
    padding-right: 20px;
  }
  /* .page1-left h1{
    font-size: 40px;
  } */
  .page1-right{
    height: 49vh;
  }
  
  .page2{
    height: 100%;
    background-color: #ffffff;
    padding: 50px;
  }
  .page2-box-left {
    display: block;
    padding-bottom: 10px;
  }
  .page2-box-right h2{
    font-size: 32px;
  }

  .page3 {
    background-color: #131313;
    position: relative;
    padding: 50px;
  }
  .section h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .myswiper {
    width: 100%;
    height: 512px;
    padding: 0px;
  }

  .main-test {
    padding: 20px;
  }

  .page4 .container .swiper{
    width: 100%;
    height: 62vh;
  }
  .page4 h1{
    font-size: 50px;
    font-weight: 500;
  }
  .ri-arrow-left-fill {
    top: -235px;
    right: -694px;
  }
  .ri-arrow-right-fill {
    position: absolute;
    top: -235px;
  }
  .swiper-button-prev i{
    font-size: 30px;
  }
  .swiper-button-next i{
    font-size: 30px;
  }
  .svg {
    margin-left: 360px;
    width: 150px;
  }

  .footer-section{
    padding: 50px;
  }
  .footer-logo img {
    max-width: 262px;
  }
  .newsletter-section .arrow-btn{
    left: 92%;
  }
  
  /* our page 1 */
  .our-page1 {
    padding: 50px;
  }
  .page2-ourimage img:nth-child(2){
    margin-top: 450px;
  }
  .our-image-2 img {
    width: 325px;
    margin-left: 0px;
  }
  .our-image img{
    width: 80%;
    margin-top: 300px;
  }

   /* -------------------------------knowmore */
   .know-page2 {
    padding: 20px;
  }
   .diff-box{
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .know-box img{
    width: 50%;
  }
  .diff-box2 {
    display: none;
  }
  
  /* -------------------------------manufacturing */
  .manu-row{
    padding: 50px;
  }
  .manu-image img{
    width: 80%;
  }
  .man-2 .arrow-im{
    margin-left: 470px;
  }
  
  /* -------------------------------contact */
  .map{
    padding: 50px;
  }
  .map, h1{
    font-size: 32px;
  }
  .contact-form{
    padding: 30px;
  }
  .contact-form .submit-button-wrapper input{
    font-size: 20px;
  }

  /* ------------------------------------- jewelry */
  .know-page1{
    padding: 50px;
  }
}


@media screen and (max-width: 768px) {
  nav img{
    height: 64px;
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    margin: 5px 0px;
  }
  .navbar .navbar-nav .nav-link{
    padding-right: 0em;
  }
  .our-story {
    padding: 50px;
  }
  .page1-left{
    padding: 0px;
    margin-bottom: 30px;
  }

  .page2{
    height: 100%;
    background-color: #ffffff;
    padding: 50px;
    background-image: none;
  }
  .page2-box-left {
    display: block;
    padding-bottom: 10px;
  }
  .page2-box-right h2{
    font-size: 30px;
  }

  .page3 {
    background-color: #131313;
    position: relative;
    padding: 50px;
  }
  /* .section h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
  } */
  .myswiper {
    width: 100%;
    height: 512px;
    padding: 0px;
  }

  .svg {
    margin-left: 218px;
  }
  .ri-arrow-left-fill {
    right: -443px;
  }

  .footer-widget{
    margin-bottom: 50px;
  }
  .copyright-text p{
    text-align: center;
    margin-bottom: 10px;
  }

  .our-image img {
    width: 40%;
    margin-left: 180px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .our-image-2 img{
    margin-left: 160px;
  }
  .page2-ourimage img:nth-child(2){
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .our-page3 img{
    margin-bottom: 50px;
  }
  
  /* -------------------------------knowmore */
  .banner h1{
    font-size: 32px;
  }
  .know-content h1{
    font-size: 32px;
  }
  .know-content h4{
    font-size: 24px;
  }
  .our-page4>h1{
    font-size: 32px;
  }
  .know-page2 h1{
    font-size: 32px;
  }
  .span-container span{
    font-size: 24px;
  }
  .diff-box{
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .know-box img{
    width: 40%;
  }

  /* -------------------------------manufacturing */
  .man-2 .arrow-im{
    margin-left: 200px;
  }
  .manu-content h1{
    font-size: 32px;
  }

  /* -------------------------------jewellery */
  .know-page1{
    padding: 50px;
  }

  /* -------------------------------contact */
  .map iframe{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 425px) {
  .navbar .navbar-nav .nav-link{
    padding-right: 0em;
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    margin: 5px 0px;
  }
  .page4 {
    padding: 50px;
  }
  .page4 h1{
    margin-bottom: 0px;
  }
  .page4 .container .swiper{
    height: 50vh;
  }
  .svg {
    margin-left: 78px;
  }
  .image-container img{
    margin-bottom: 20px;
  }
  .page4 .Testimonials h1{
    font-size: 32px;
    margin-bottom: 20px;
  }
  .Testimonials .swiper {
    width: 100%;
    height: 64vh;
  }
  .test-box{
    padding: 0px;
  }
  .page5 h2{
    font-size: 30px;
    padding: 10px;
  }
  .our-page1 {
    padding: 25px;
  }
  .our-image img{
    width: 100%;
    margin-left: 0px;
  }
  .our-image-2 img {
    margin-left: 0px;
  }
  .our-page2{
    padding: 25px;
  }
  .our-page3{
    padding: 25px;
  }
  .our-page4{
    padding: 25px;
  }
  .page3-right h1 {
    font-size: 32px;
  }
  .our-content h1{
    font-size: 32px;
  }
  .banner h1{
    font-size: 32px;
  }
  .page2-our-content h1{
    font-size: 32px;
  }
  .our-page4>h1{
    font-size: 32px;
    margin-bottom: 20px
  }
  .footer-section {
    padding: 20px;
  }
  .footer-cta .single-cta{
    padding: 10px 0px;
  }

  /* -------------------------------manufacturing */
  .man-2 .arrow-im{
    margin-left: 150px;
  }
  .manu-row{
    padding: 25px;
  }
  .man-1 .arrow-im{
    margin-left: 100px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .man-2 .arrow-im {
    margin-left: 100px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* -------------------------------jewellery */
  .know-page1{
    padding: 25px;
  }
  .know-box img{
    width: 40%;
  }
}
@media (min-width: 320px) and (max-width: 375px) {
  nav img {
    height: 50px;
  }
  .navbar-toggler {
    right: 20px;
  }
  .navbar .navbar-nav .nav-link{
    padding-right: 0em;
  }
  .navbar-nav .nav-item .nav-link{
    font-size: 16px;
    margin: 5px 0px;
  }

  .our-story {
    padding: 20px 20px;
  }
  .page1-left {
    padding: 0px;
    margin-bottom: 20px;
  }
  .page1-right{
    padding: 20px;
  }
  .page1-right h1 {
    font-size: 40px;
  }

  .page2{
    height: 100%;
    background-color: #ffffff;
    padding: 20px;
    background-image: none;
  }
  .page2-box {
    padding: 0px 0px 20px 0px;
  }
  .page2-box-left {
    display: block;
    padding-bottom: 10px;
  }
  .page2-box-right h2{
    font-size: 30px;
  }

  .page3 {
    background-color: #131313;
    position: relative;
    padding: 0px;
  }
  .section h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .myswiper {
    width: 100%;
    height: 512px;
    padding: 0px;
  }

  .page4 {
    padding: 20px;
  }
  .page4 h1 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .page4 .container .swiper{
    height: 48vh;
  }
  .svg {
    margin-left: 78px;
  }
  .image-container img{
    margin-bottom: 20px;
  }

  .page4 .Testimonials h1{
    font-size: 32px;
    margin-bottom: 20px;
  }
  .Testimonials .swiper {
    width: 100%;
    height: 64vh;
  }
  .test-box{
    padding: 0px;
  }
  .our-image-2 img{
    width: 265px;
  }
  .page3-right h1 {
    font-size: 32px;
  }
  .our-content h1{
    font-size: 32px;
  }
  .banner h1{
    font-size: 32px;
  }
  .page2-our-content h1{
    font-size: 32px;
  }
  .our-page4>h1{
    font-size: 32px;
    margin-bottom: 20px
  }
  .footer-section{
    padding: 20px;
  }
  .container-fluid{
    padding: 0px;
  }
  .newsletter-section {
    margin-top: 20px;
  }

  /* -------------------------------knowmore */
  .know-page1{
    padding: 20px;
  }
  .know-content h1{
    font-size: 40px;
  }

  .know-box{
    padding: 20px;
  }
  .know-box img{
    width: 40%;
  }

  .know-page2{
    padding: 20px;
  }
  .know-page2 h1{
    font-size: 40px;
  }
  .group-diff{
    margin-top: 20px;
  }
  .span-container{
    margin-top: 20px;
  }
  .span-container span{
    font-size: 32px;
  }
  .diff-content{
    padding: 0px;
  }
  .diff-content li{
    font-size: 16px;
  }

  /* ------------------------------- Footer */
  .footer-cta .single-cta{
    padding: 10px 0px;
  }

  /* -------------------------------manufacturing */
  .man-2 .arrow-im{
    margin-left: 150px;
  }
  .manu-row{
    padding: 20px;
  }
  .manu-content{
    padding: 15px;
  }
  .man-1 .arrow-im{
    margin-left: 50px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .man-2 .arrow-im {
    margin-left: 50px;
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* -------------------------------manufacturing */
  .map {
    padding: 15px;
  }
  .map iframe{
    width: 100%;
  }

  /* --------------------------------- jewelry */
  .product-title{
    font-size: 2rem;
  }
  .product-title::after{
    bottom: -10px;
  }
}




