@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&amp;family=Gideon+Roman&amp;family=Jost:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');




/* about start */



.about-hero {

  background-image: url(../images/about/about-bg.jpg);
  height: 70%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text {
  text-align: center;
  top: 50%;
  left: 50%;

}




.about-banner {
  color: #FFF;
  font-family: 'Jost';
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

.about-para {
  color: #FFF9F9;
  font-family: 'Jost';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

@media screen and (max-width: 500px) {
  .about-banner {
    color: #FFF;
    font-family: 'Jost';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

  }

  .about-para {
    color: #FFF9F9;
    font-family: 'Jost';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

  }

}




.about-breadcrumbs {
  display: flex;
  justify-content: center;
}

.breadcrumb-text {
  color: #FFF;
  font-family: 'Jost';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.breadcrumb-text:hover {
  color: #FFF;
}

.breadcrumb-item {
  color: #97164D !important;
  font-family: Jost;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #FFF !important;
}




.about-jewel {
  color: var(--dt-platina-myshopify-com-pages-about-us-1920-x-1080-default-mine-shaft, #202020);
  font-family: 'Josefin Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
  letter-spacing: 4px;
  text-transform: uppercase;
}

.about-jewelshead {
  color: var(--dt-platina-myshopify-com-pages-about-us-1920-x-1080-default-mine-shaft, #595959);
  font-family: 'system-ui';
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 43px;
  text-transform: uppercase;
}

.about-jewelsdeatils {
  color: var(--dt-platina-myshopify-com-pages-about-us-1920-x-1080-default-mine-shaft, #202020);
  font-family: 'Jost';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  /* 205% */
}

.about-tag {
  color: #2C2B2B;
  font-family: 'Jost';
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 768px) {
  .about-jewelshead {
    font-size: 20px !important;
    line-height: 30px !important;
    padding-top: 20px !important;
  }

  .about-jewelsdeatils {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

/* about end */



/* scheme start */

.scheme-head {
  color: #242424;
  text-align: center;
  font-family: 'Jost';
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* Style the tab */
.tab {
  overflow: hidden;
}

.change-btun {
  display: flex;
  justify-content: center;
}




/* Style the buttons inside the tab */
.tab button {
  background: rgba(197, 131, 159, 0.26);
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #242424;
  ;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #97164D;
  color: #FFF;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #97164D;
  color: #FFF;
}

/* Style the tab content */
.tabcontent {
  padding: 6px 12px;

}

.tablinks {
  color: #FFF;
  text-align: center;
  font-family: 'Jost';
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 12px;
  width: 100%;
}



.tab-scheme {
  color: #242424;
  text-align: center;
  font-family: Jost;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.scheme-p {
  color: #414141;
  font-family: 'Jost';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175.702%;
  /* 38.655px */
}

.gold-plan li {
  color: #414141;
  font-family: 'jost';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 195%;
  /* 42.9px */
}



#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
}

#customers td,
#customers th {
  padding: 8px;
}

/* #customers tr:nth-child(even){background-color: #f2f2f2;} */
/* #customers tr:hover {background-color: #ddd;} */

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #97164D;
  color: white;
}


.table-head th {
  color: #FFF;
  text-align: center;
  font-family: 'Jost';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.table-body td {
  color: #414141;
  font-family: 'jost';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 195%;
  /* 42.9px */
  text-align: center;
}

.pay-button {
  border-radius: 47.25px;
  border: 0.875px solid #212121;
  padding: 7px 15px 7px 15px;
  color: #212121;
  font-family: 'jost';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  background-color: white;
}

/* scheme start */




/* privacy start */

.privacy-hero {
  background-image: url(../images/about/banner-bg.png);
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.return-poilcy {
  color: var(--dt-platina-myshopify-com-pages-about-us-1920-x-1080-default-mine-shaft, #595555);
  font-family: 'Jost';
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 43px;
  text-transform: capitalize !important;

}




/* privacy end */


/* whish list satrt */





.whish-list {
  border-bottom: 2px dotted #CFCFCF;
}




.whish-head {
  color: #97164D;
  font-family: 'Jost';
  font-size: 39.89px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}



.whish-butn {
  border-radius: 2.174px;
  background: #97164D;
  color: #FFF;
  font-family: 'Jost';
  font-size: 17.452px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  padding: 8px 19px 8px 19px;
}





.whish-img {
  display: flex;
  gap: 10px;
  justify-content: center;
}





.img-p {
  color: var(--bw-giftxtore-bzotech-com-product-ball-bypass-bracelet-1920-x-1080-default-mine-shaft, #2E2E2E);
  font-family: 'Jost';
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.481px;
  /* 131.173% */
  letter-spacing: 0.067px;
}



.whish-stock {
  color: #2BCA3B;
  font-family: 'Jost';
  font-size: 14.959px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.whish-amt {
  color: #2C2C2C;
  font-family: 'Jost';
  font-size: 32.411px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}



.whish-icons {
  display: flex;
  gap: 5px;
  justify-content: center;
  color: #DE2727;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: 'Jost';
  font-size: 13.962px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}







/* whish list end */